Posts

Showing posts with the label real

Using Real Time Apply

Using Real Time Apply To enable real-time apply on physical standby database, execute the following command: SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE; For a logical standby database, the command to use is SQL> ALTER DATABASE START LOGICAL STANDBY IMMEDIATE; The disconnect keyword allows the command to run in the background control return to command prompt. If not using �disconnect� keyword, control is not returned to the command prompt until the recovery is cancelled by another session. SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION; Stop the Log Apply Services For a Physical standby database, the command to stop the Log Apply Services is SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL; For a logical standby database, the command to stop the Log Apply Services is SQL > ALTER DATABASE STOP LOGICAL STANDBY APPLY; download  file  now

Using Ubunutu for Real

Using Ubunutu for Real Over the years Ive made quite a few tests on Ubuntu to see whether it was ready for general consumption. Until now, its never lasted more than a few hours on the device Ive loaded it on because Ive either had no time to test it properly or Ive become too frustrated with driver setup problems to continue. This time, I loaded it on a laptop which just didnt seem able to run Windows XP. The results were astonishing. The Good For a start, the laptop which has 512 mb of ram runs quite well now. On XP SP2, it took literally about 5 minutes to boot, under Ubuntu, it take about 15 seconds. Google and Firefox Similarly, Firefox was already installed and all of my favourite google apps and bookmarks worked a treat. VPN and Remote Desktop I found some instructions for VPN setup and was remote desktopping onto my work PC within a few hours. Between Remote Desktop (to Windows) and the web apps that run in firefox - and of course Open Office which was also already installed, I...