cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1079
Views
0
Helpful
1
Replies

PGW Database

mrdogantr
Level 1
Level 1

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,

1 Accepted Solution

Accepted Solutions

scpage
Level 1
Level 1

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.

View solution in original post

1 Reply 1

scpage
Level 1
Level 1

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.