Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Create Ramdisk and take backup in oracle

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 519
    Comment on it

    Steps to create Ramdisk and take backup in oracle


    Install SoftPerfect Ram disk software(eg installed location is C:\Program Files\SoftPerfect)
    Create a .bat with following content and run it:
    REM stop db
    oradim -SHUTDOWN -SID DB_SID
    
    REM create a ram disk with letter that does not exists say 'D'
    cd "C:\Program Files\SoftPerfect"
    ramdiskws.exe /unmount:all /del:all
    ramdiskws.exe /add:type=logon,letter=D,fs=NTFS,size=4500M,mount=yes
    
    REM create data in the ram disk
    xcopy /i C:\db\db_name D:\db_name
    
    REM start the database
    oradim -STARTUP -SID DB_SID
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: