Administrative tools

nctran

Member
Do we have any adminstrative tools? if yes to what extend?

Can we create, Modified, drop Databases, Store procedure, Triggers at runtime? when we connect to the server with admistrative right.

------------------
Cheers,
ncTran
 
You can execute any DDL statement that you can find in the Oracle SQL Reference Manual, including the "create or replace" statements and "drop" statements you are referring to.

------------------
Marco Kalter
Allround Automations
 
Back
Top