|
261 KB
|
122 KB
I am getting an internal exception with the sql you have provided.
java.sql.SQLException: ORA-00600: internal error code, arguments: [the file does not belong to the ], [], [], [], [], [], [], []
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
@Tariq:I dont know why this internal exception is getting generated,still there are few restraction which needs to be followed while droping datafiles.Here are the above restriction to be followed while dropping the datafile:
Restrictions for Dropping Datafiles
The following are restrictions for dropping datafiles and tempfiles:
The database must be open.
If a datafile is not empty, it cannot be dropped.
If you must remove a datafile that is not empty and that cannot be made empty by dropping schema objects, you must drop the tablespace that contains the datafile.
You cannot drop the first or only datafile in a tablespace.
This means that DROP
DATAFILE
cannot be used with a bigfile tablespace.
You cannot drop datafiles in a read-only tablespace.
You cannot drop datafiles in the SYSTEM
tablespace.
If a datafile in a locally managed tablespace is offline, it cannot be dropped.
@Tariq:I dont know why this internal exception is getting generated,still there are few restraction which needs to be followed while droping datafiles.Here are the above restriction to be followed while dropping the datafile:
Restrictions for Dropping Datafiles
The following are restrictions for dropping datafiles and tempfiles:
The database must be open.
If a datafile is not empty, it cannot be dropped.
If you must remove a datafile that is not empty and that cannot be made empty by dropping schema objects, you must drop the tablespace that contains the datafile.
You cannot drop the first or only datafile in a tablespace.
This means that DROP
DATAFILE
cannot be used with a bigfile tablespace.
You cannot drop datafiles in a read-only tablespace.
You cannot drop datafiles in the SYSTEM
tablespace.
If a datafile in a locally managed tablespace is offline, it cannot be dropped.
Issue #9986 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
I am getting an internal exception with the sql you have provided.
java.sql.SQLException: ORA-00600: internal error code, arguments: [the file does not belong to the ], [], [], [], [], [], [], []
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)