摘要:
--本方法基于ORACLE11G 实验: SQL> create table test_1205 as select * from dba_objects;Table created SQL> select sid from v$mystat where rownum=1; SID 1155 SQL 阅读全文
摘要:
CRS-4664: Node acdg successfully pinned.Adding Clusterware entries to inittabohasd failed to startFailed to start the Clusterware. Last 20 lines of th 阅读全文
摘要:
执行计划 SQL> grant dba to scott; Grant succeeded. SQL> conn scott/scott Connected. 创建测试表test SQL> create table test as select * fromdba_objects; Table cr 阅读全文