1) Any anyone tell the architecture behind the listener...?
2) Some of the improvements from Oracle 8 to 8i...?
3) Why and when we should have redolog files...?
Printable View
1) Any anyone tell the architecture behind the listener...?
2) Some of the improvements from Oracle 8 to 8i...?
3) Why and when we should have redolog files...?
Hope you enjoy reading :)
1) http://oradoc.photo.net/ora816/netwo...a76933/toc.htm
2) http://cramsession.brainbuzz.com/cra...rade/guide.asp or http://technet.oracle.com/doc/oracle...a76962/toc.htm
3) In a nutshell redo logs keep track of each transaction commited to the database so in case of failure, these logs can be applied to the database to recover. You should always have some redo logs. You can set it up so the files are automatically archived so you will always (depending on the failure I suppose) be able to recover to the point of failure. For Oracle's take check out http://technet.oracle.com/doc/oracle...linere.htm#273 and http://technet.oracle.com/doc/oracle...hredo.htm#4972