Void Database

What does it mean by Void Database? How to add Metaschema Information into Void Database?
Please help me.

Thanks & Regards
Sanjay Piplodiya
 

SSuhaib

Member
Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema.

To copy the metaschema and depending on your blocksize use the command below

procopy $DLC/emptyn dbname where 'n' is your blocksize.

or, you can do a propcopy, prodb or prorest to copy an existing database to a new database.
 
Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema.

To copy the metaschema and depending on your blocksize use the command below

procopy $DLC/emptyn dbname where 'n' is your blocksize.

or, you can do a propcopy, prodb or prorest to copy an existing database to a new database.

Thank you very much....

Thanks & Regards
Sanjay Piplodiya
 
Top