Oracle Tidbits: Difference between revisions

From ChipWiki
Jump to navigation Jump to search
(initial page with archive log tidbit)
(No difference)

Revision as of 22:12, 28 November 2007

Useful things I always forget about Oracle

If Archive Logs Fill Up

After you've made some space, or to direct archiving to an emptier place, remind Oracle where to right the archive files. When it locks up, it resets something in memory that needs to be reset.

  • SQLPLUS /NOLOG
  • Connect internal
  • alter system set log_archive_dest_1="LOCATION=F:\ORACLE\EDWD" SCOPE=MEMORY;