摘要:
IMM2.1 interface You can connect to the IMM2.1 interface via a 10/100Mbps Ethernet port located at the rear of the servers. By default the IMM2.1 web 阅读全文
摘要:
1、查看控制文件 SQL> show parameter controlNAME TYPE VALUE control_file_record_keep_time integer 7control_files string /u01/app/oracle/oradata/orcl/c ontrol0 阅读全文
摘要:
1、实用的 SQL*Plus 格式化脚本 -- format.sql - SQL*Plus 格式化脚本 SET ECHO OFF SET FEEDBACK ON SET VERIFY OFF SET HEADING ON SET PAGESIZE 50 SET LINESIZE 200 SET TR 阅读全文
摘要:
1、可以通过v$fixed_table 或dictionary来得到oracle中所有的数据字典 2、v$database SQL> select name,created,log_mode,open_mode from v$database; NAME CREATED LOG_MODE OPEN_ 阅读全文
摘要:
1、查看控制文件位置 STATUS NAME IS_ BLOCK_SIZE FILE_SIZE_BLKS /u01/app/oracle/oradata/orcl/control01.ctl NO 16384 600 /u01/app/oracle/flash_recovery_area/orcl/ 阅读全文