摘要: dba_synonyms
User_Synonyms
select * from dba_synonyms e
阅读全文
摘要: oracle cursor oracle 游标用法
阅读全文
摘要: select tt.column_name
from dba_constraints t, dba_ind_columns tt
where t.table_name =upper('dl_cjhb')
and tt.table_name=t.table_name
and t.constraint_type='P'
and t.index_name = tt.index_name
阅读全文
摘要: 先备份一下 C:\oracle\product\10.2.0\db_2\dbs
SPFILEIDMP.ORA
alter system set open_cursors=600 scope=spfile;
阅读全文