摘要:
--查询SCOTT用户中所有表的记录数 declare v_count number; query varchar2(4000); begin for i in (select table_name from all_tables where owner = 'SCOTT' order by 1) 阅读全文
摘要:
INFO: oracle.sysman.top.oms:calling function BIPConfig : writeInFile:/home/oracle/middleware/install/setupinfo.txt data This information is also avail 阅读全文
摘要:
mysql5.5导出数据提示–secure-file-priv选项问题的解决方法 MYSQL导入数据出现ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot ex 阅读全文