Jun 25 2007 07:18 PM 9603 13 If an oracle database has crashed. How would you recover the transactions that are not in the backups? Ed Vikas Jan 9th, 2018 Assuming it was in archive log mode, With recent controlfile backup and archives, uncommitted transactions could be recovered. surya Jun 7th, 2016 Is it the only command for complete recovery? Do we have to mention SCN or not? Answer Question Select Best Answer Jul 07 2005 10:50 AM 12187 4 Difference between member function and a constructor? constructor cannot return value amitmathur Profile Answers by amitmathur Questions by amitmathur Feb 27th, 2010 Constructors get automatically invoked when its class object is created; whereas method has to be explicitly called.Constructors need to be have the same name whereas function need not to be the same.... narasimulu Profile Answers by narasimulu Questions by narasimulu Feb 16th, 2009 Function is a block of code, it can return a value.Constructor can't return a value. Answer Question Select Best Answer
Jun 25 2007 07:18 PM 9603 13 If an oracle database has crashed. How would you recover the transactions that are not in the backups? Ed Vikas Jan 9th, 2018 Assuming it was in archive log mode, With recent controlfile backup and archives, uncommitted transactions could be recovered. surya Jun 7th, 2016 Is it the only command for complete recovery? Do we have to mention SCN or not? Answer Question Select Best Answer
Vikas Jan 9th, 2018 Assuming it was in archive log mode, With recent controlfile backup and archives, uncommitted transactions could be recovered.
Jul 07 2005 10:50 AM 12187 4 Difference between member function and a constructor? constructor cannot return value amitmathur Profile Answers by amitmathur Questions by amitmathur Feb 27th, 2010 Constructors get automatically invoked when its class object is created; whereas method has to be explicitly called.Constructors need to be have the same name whereas function need not to be the same.... narasimulu Profile Answers by narasimulu Questions by narasimulu Feb 16th, 2009 Function is a block of code, it can return a value.Constructor can't return a value. Answer Question Select Best Answer
amitmathur Profile Answers by amitmathur Questions by amitmathur Feb 27th, 2010 Constructors get automatically invoked when its class object is created; whereas method has to be explicitly called.Constructors need to be have the same name whereas function need not to be the same....
narasimulu Profile Answers by narasimulu Questions by narasimulu Feb 16th, 2009 Function is a block of code, it can return a value.Constructor can't return a value.