I'm trying to use the command-line snapshot command, but this command is not covered in the command-line documentation article in the help. I have it mostly working, but I cannot figure out the switch to direct the snapshot output to a specified snapshot file. Does anyone know the syntax for the snapshot command?
Thanks for your help!
Command-line Snapshot command
Re: Command-line Snapshot command
You can view the examples for creating snapshots by typing the following command in the command line:
dbforgeoracle.com /snapshot /?
1. Create snapshot using direct connection:
dbforgeoracle.com /snapshot /connection:"User Id=sys;Password=manager;Server=dboracle;Connect Mode=SysDba;Direct=True;Sid=orcl920" /s:"SomeSchema" /f:"C:\Temp\Some.snap"
2. Create compressed snapshot:
dbforgeoracle.com /snapshot /connection:"User Id=system;Password=manager;Server=dboracle;Unicode=True;" /s:"SomeSchema" /f:"C:\Temp\Some.snap" /comp:T
3. Create snapshot using version control alias:
dbforgeoracle.com /snapshot /connection:"User Id=system;Password=manager;Server=dboracle;Unicode=True;" /s:"SomeSchema" /alias:"SVN 1" /f:"Some.snap"
We will add the above information to Help documentation shortly.
dbforgeoracle.com /snapshot /?
1. Create snapshot using direct connection:
dbforgeoracle.com /snapshot /connection:"User Id=sys;Password=manager;Server=dboracle;Connect Mode=SysDba;Direct=True;Sid=orcl920" /s:"SomeSchema" /f:"C:\Temp\Some.snap"
2. Create compressed snapshot:
dbforgeoracle.com /snapshot /connection:"User Id=system;Password=manager;Server=dboracle;Unicode=True;" /s:"SomeSchema" /f:"C:\Temp\Some.snap" /comp:T
3. Create snapshot using version control alias:
dbforgeoracle.com /snapshot /connection:"User Id=system;Password=manager;Server=dboracle;Unicode=True;" /s:"SomeSchema" /alias:"SVN 1" /f:"Some.snap"
We will add the above information to Help documentation shortly.
Re: Command-line Snapshot command
We would like to let you know that the release of dbForge Studio for Oracle v3.5 is already available for downloading.
If you are a registered user and your subscription is not expired, you can download it from Registered User's Area at http://secure.devart.com using the login and password received in an e-mail from Devart Sales department when purchasing the product.
If you are not a registered user, you can download dbForge Studio for Oracle, v3.5 at http://www.devart.com/dbforge/oracle/st ... nload.html
Thank you for your help in improving dbForge Studio for Oracle.
If you are a registered user and your subscription is not expired, you can download it from Registered User's Area at http://secure.devart.com using the login and password received in an e-mail from Devart Sales department when purchasing the product.
If you are not a registered user, you can download dbForge Studio for Oracle, v3.5 at http://www.devart.com/dbforge/oracle/st ... nload.html
Thank you for your help in improving dbForge Studio for Oracle.