ORA-01116: error in opening database file 14
SQL>drop tablespace test including contents
ERROR at line 1:
ORA-01116: error in opening database file 14
ORA-01110: data file 14: '/oracle8/oradata/dtgdb/test.dbf'
ORA-27041: unable to open file
Linux Error: 2: No such file or directory
Additional information: 3[@more@]
ERROR at line 1:
ORA-01116: error in opening database file 14
ORA-01110: data file 14: '/oracle8/oradata/dtgdb/test.dbf'
ORA-27041: unable to open file
Linux Error: 2: No such file or directory
Additional information: 3[@more@]
由於在Linux下不小心誤刪除了一個資料檔案,結果刪除包含該資料檔案的表空間的時候報錯!但是如果在windows下面的話,正在使用的資料檔案是不能刪除的!
SQL>drop tablespace test including contents
ERROR at line 1:
ORA-01116: error in opening database file 14
ORA-01110: data file 14: '/oracle8/oradata/dtgdb/test.dbf'
ORA-27041: unable to open file
Linux Error: 2: No such file or directory
Additional information: 3
SQL>alter database datafile '/oracle8/oradata/dtgdb/test.dbf' offline drop;
datafile dropped;
SQL>drop tablespace test including contents;
Tablespace dropped.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8494287/viewspace-1444347/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 3.2.2 Opening a Closed DatabaseDatabase
- 3.1.5.2 Starting an Instance, and Mounting and Opening a DatabaseDatabase
- 3.2.3 Opening a Database in Read-Only ModeDatabase
- Error querying database. XXXXXXXXXXXXX, No database selected。ErrorDatabase
- Error on opening a connection to slave1:33061 on local port: 33061Error
- 網站報錯:“Database Server Error”網站DatabaseServerError
- Solaris syntax error: unexpected end of fileError
- Failed: error reading separator after document # 1: bad JSON array format - found no opening brackAIErrorJSONORM
- Binary XML file line #2: Error inflatingXMLError
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Oracle 12C Database File Mapping for Oracle ASM FilesOracleDatabaseAPPASM
- fatal error: libmemcached/memcached.h: No such file or directoryErrorIBM
- fatal error: openssl/sha.h: No such file or directoryError
- fatal error: sys/cdefs.h: No such file or directoryError
- error: #error This file requires compiler and library support for the ISO C++ 2011 standard.ErrorUICompileC++
- ERROR: failed to establish dependency between database db_name and diskgroupErrorAIDatabase
- GTID複製報錯處理:Last_Error: Error 'Can't drop database 'test';ASTErrorDatabase
- ssh-add 報錯:Error connecting to agent No such file or directoryError
- error: pathspec ‘myupstream‘ did not match any file(s) known to gitErrorGit
- 解決 Error: ENOSPC: System limit for number of file watchers reachedErrorMIT
- ERROR 1290:The MySQL server is running with the --secure-file-priv optionErrorMySqlServer
- Kettle: pentaho-server-ce-9.4 : ERROR [SchemaUpdate] could not get database metadataServerErrorDatabase
- Error establishing a database connection 的解決方法(發現黑客入侵)ErrorDatabase黑客
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- Fatal error: require(): Failed opening required 'E:\phpstudy_pro\WWW\TP5\tp5\public/../thinkphp/baseErrorUIAIPHP
- Oracle 19C RAC 安裝 Error 4 opening dom ASM/Self in 0x5984500 報錯處理OracleErrorASM
- 使用Presto查詢hive表資料時報"Error opening Hive split hdfs"問題,及解決方法RESTHiveError
- docker mysql mysqld: Error on realpath() on ‘/var/lib/mysql-files‘ No such file or directoryDockerMySqlError
- OGG-15050 Error loading Java VM runtime library: (2 No such file or directory)ErrorJava
- Ubuntu下 fatal error: Python.h: No such file or directory 解決方法UbuntuErrorPython
- WPF initialization for opening and unitialization for closing process
- MySQL 報錯 ERROR 1290 (HY000): running with the --secure-file-privMySqlError
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- 測試中出現ERROR StatusLogger No log4j2 configuration fileError
- 【MySQL】ERROR 1290 (HY000): --secure-file-priv--匯出報錯MySqlError
- Android Bugs——Error:java.lang.RuntimeException: Some file crunching failed, see logs for detailsAndroidErrorJavaExceptionAI
- Dynamics CRM Performance Issue when CRM Forms OpeningORM