使用非oracle使用者建立database
使用非oracle使用者(oracle使用者,即資料庫的安裝使用者,以下都寫作oracle使用者)建立資料庫,經測試是可行的.
但需要注意的幾個條件是:
1.建立database的那個使用者應該與oracle使用者是歸屬於同一個組的,即也是屬於dba組;
2.oracle使用者需要對新建的資料庫指定的控制檔案,資料檔案,日至檔案,dump檔案的目錄具有寫許可權.因為oracle使用者會在這些目錄下寫檔案,檔案的屬主是oracle使用者而非建立資料庫的那個使用者的.
如果這些目錄oracle使用者不可寫的話,則會報許可權不足的錯誤,如下:
ERROR at line 1:
ORA-01501: CREATE DATABASE failed
ORA-00200: control file could not be created
ORA-00202: control file:
'/Informatica81/charsi/oradata/CHARSI/cfile/controlEMREP01.ctl'
ORA-27037: unable to obtain file status
HP-UX Error: 13: Permission denied
Additional information: 1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23850820/viewspace-1054770/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- Oracle建立只讀使用者Oracle
- Oracle建立使用者和授權Oracle
- 【PDB】Oracle 建立pdb說明(create pluggable database)OracleDatabase
- oracle 建立表空間和使用者Oracle
- Oracle建立表空間和使用者Oracle
- 如何在 Linux 中建立非登入使用者?Linux
- Oracle 12.2 使用Database Link優化Standby Database WorkloadOracleDatabase優化
- Oracle 建立非1521埠監聽Oracle
- Oracle建立使用者、角色、授權、建表Oracle
- oracle資料庫使用者建立步驟Oracle資料庫
- Oracle 19C 建立使用者&表空間Oracle
- Oracle 建立表空間和使用者指令碼Oracle指令碼
- 4.3.3 使用CREATE DATABASE語句建立CDBDatabase
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid不同UXDatabaseOracle
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid相同UXDatabaseOracle
- ORACLE database vaultOracleDatabase
- Oracle clone databaseOracleDatabase
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- 2.4.1 使用 CREATE DATABASE 子句建立資料庫Database資料庫
- Oracle12C查詢自建使用者(非系統自帶)Oracle
- Oracle Database Scheduler整理OracleDatabase
- Oracle Physical Database LimitsOracleDatabaseMIT
- Oracle使用者Oracle
- 2.4 使用 CREATE DATABASE 語句建立資料庫Database資料庫
- Oracle 12c 手動建立CDB和非CDBOracle
- mysql使用者建立MySql
- oracle 使用者管理Oracle
- 4.3.4 使用CREATE DATABASE語句建立一個CDB:示例Database
- oracle匯出使用者、表空間和角色的建立語句Oracle
- Oracle資料庫scott使用者建立view檢視許可權Oracle資料庫View
- oracle 序列的建立與使用Oracle
- Oracle 19c Concepts(01):Introduction to Oracle DatabaseOracleDatabase
- Oracle 19c Concepts(13):Oracle Database InstanceOracleDatabase
- Oracle OCP(35):Database 安裝OracleDatabase
- oracle 10g flashback databaseOracle 10gDatabase
- Oracle DG Standby Database型別OracleDatabase型別
- oracle 19c建立非OMF檔案命名格式的PDBOracle