摘要:
【需求】 在Oracle19上创建用户c##luna后,需要为其扩容以进行大表实验。 【步骤】 1.查用户所在表空间 SQL select default_tablespace from dba_users where username=upper('c##luna') 执行: SQL> selec 阅读全文
摘要:
1.获得数据库名,创建日期等。 SQL: select name,created,log_mode,open_mode from v$database; 执行: SQL> select name,created,log_mode,open_mode from v$database; NAME CRE 阅读全文