How to use Form6i connect Oracle 10g
connect "AS SYSDBA" in sqlplus.
SHUTDOWN IMMEDIATE;
STARTUP MOUNT;
ALTER SYSTEM ENABLE RESTRICTED SESSION;
ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;
ALTER SYSTEM SET AQ_TM_PROCESSES=0;
ALTER DATABASE OPEN;
ALTER DATABASE CHARACTER SET INTERNAL_USE UTF8;
SHUTDOWN;
STARTUP RESTRICT;
SHUTDOWN;
STARTUP;[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/59792/viewspace-1054123/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux Use ODBC Connect OracleLinuxOracle
- How to use Qt Designed Ui fileQTUI
- 翻譯|How to Use the useReducer HookuseReducerHook
- Python connect zookeeper use the kazoo modulePython
- How to Use the Stdin, Stderr, and Stdout Streams in Bash
- How to use “cat” command on “find” command's output?
- React 16.0+ 新特性初探(How to use)React
- Laravel connect oracleLaravelOracle
- Linguistics-English-Would, Should, and Could: How to Use Them CorrectlyNGUI
- How to use VS Code to debug Next.js applications All In OneJSAPP
- oracle 10g flashback databaseOracle 10gDatabase
- Quartz叢集增強版_00.How to use?(如何使用)quartz
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Oracle 10g 下載地址Oracle 10g
- oracle 10G特性之awrOracle 10g
- How Oracle Store Number internal(zt)Oracle
- Oracle start with connect by PostgreSQL recursive cteOracleSQL
- ISO 映象安裝oracle 10gOracle 10g
- Oracle 10g RAC故障處理Oracle 10g
- Oracle 10g 增刪節點Oracle 10g
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- PostgreSQL Oracle 相容性 - connect by 2SQLOracle
- use azure data studio to create external table for oracleOracle
- Oracle的SYS_CONNECT_BY_PATH函式Oracle函式
- Oracle 10g expdp attach引數體驗Oracle 10g
- How To Deal With Split Brain In Oracle 19c RacAIOracle
- [轉載] Oracle:start with...connect by子句的用法Oracle
- oracle 10g函式大全–日期型函式Oracle 10g函式
- 關於Oracle 10g ASM磁碟大小的限制Oracle 10gASM
- ORACLE9I升級到10G(zt)Oracle
- Oracle 10g大檔案表空間(轉)Oracle 10g
- windows2008R2安裝oracle 10gWindowsOracle 10g
- Oracle 10g RAC 資料儲存更換Oracle 10g
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- oracle 10g建立資料庫鏈的簡化Oracle 10g資料庫
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- [20221222]How to Enable and Disable Database Options in oracle 11g.txtDatabaseOracle
- How To Deal With Split Brain In Oracle 19c Rac-202203AIOracle
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo