摘要:
憋了一天终于憋出来了。 1.上午先测试了游标 declarev_sql VARCHAR2(30);CURSOR cur_test is select * from user_tables where table_name like '%2018%';row_test cur_test%ROWTYPE 阅读全文
摘要:
oracle 11.2.0.4.0 RAC 由于创建表空间时手动命名,drop tablespace后数据文件不会自动删除 在asmcmd中使用rm命令删除报 ORA-15032:not all alterations performed ORA-15028:ASM file xxxx not dr 阅读全文