I recently needed to recover a database without backups or a transaction log and discovered the "-O" switch which, according to http://nntp-archive.sybase.com/nntp-archive/action/article/%3C3850ECE1.F29E6FBC@ictsoftware.de%3E, "is used for recovery purposes. It should only be used in rare situations where you cannot start the database and backups are not available."
This switch is not documented anywhere I could find.
My question is two fold: what exactly does the -O switch do, and is there any way to do what the -O switch does via START DATABASE
command from the utility_db?