Oracle Error
-
The following error occurred while trying to connect database ora-00257 archiver error solution in sql developer need solution for sql developer :confused:
-
The following error occurred while trying to connect database ora-00257 archiver error solution in sql developer need solution for sql developer :confused:
As I remember this error is caused by out-of-space in your storage, so log data can not be stored (archived) while trying to run some transaction... Please check your disks...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
As I remember this error is caused by out-of-space in your storage, so log data can not be stored (archived) while trying to run some transaction... Please check your disks...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
I have already checked the disk its not full suggest any other solution.............
-
I have already checked the disk its not full suggest any other solution.............
Kornfeld is absolutely correct, you're having space problems. The simplest and best solution is usually to run a backup, that will cleanup old archived files (depending on your settings). If you're running Oracle express edition, it's not the harddrive space that's the limit, it's the maximum storage space allowed. 4GB Before 11.2G, 11 GB after. Also check your settings so that all file locations are correct.
Wrong is evil and must be defeated. - Jeff Ello[^]
-
The following error occurred while trying to connect database ora-00257 archiver error solution in sql developer need solution for sql developer :confused:
Cause: The archiver process received an error while trying to archive a redo log. If the problem is not resolved soon, the database will stop executing transactions. The most likely cause of this message is the destination device is out of space to store the redo log file.
Action: Check the archiver trace file for a detailed description of the problem. Also, verify that the device specified in the initialization parameter archive_log_dest is set up properly for archiving.