06-02-2010 01:15 AM
Hi All,
Is there any way to create a new database for example a new CISCO.PORTEDNUMBERS database ?
or
Is there any way to truncate the database ?
Thanks,
Solved! Go to Solution.
06-16-2010 12:15 PM
Unload the in memory resident database by stopping the PGW platform (/etc/init.d/CiscoMGC stop)
Then issue this command as user mgcusr:
ttIsql -connStr "DSN=howdydb;overwrite=1" -f /opt/CiscoMGC/local/create_white.sql
This null the Timesten Database by creating new datastore tables.
06-16-2010 12:15 PM
Unload the in memory resident database by stopping the PGW platform (/etc/init.d/CiscoMGC stop)
Then issue this command as user mgcusr:
ttIsql -connStr "DSN=howdydb;overwrite=1" -f /opt/CiscoMGC/local/create_white.sql
This null the Timesten Database by creating new datastore tables.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide