Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do i rename a table in pl/sql ?

Status
Not open for further replies.

Advocate

IS-IT--Management
Oct 18, 2000
135
GB
working on warehouse project

need to rename temporary table after data load

eg could be to partition name

pl/sql will not accept dbms.sql or execute immediate statements

i am obviously missing something ?

help !


regards, david - no such thing as problems - only solutions.
 
I don't know what you're missing, but DBMS_SQL obviously allows execution of DDL statements. The only difference is that they're to be executed during parse time. BTW renaming tables from PL/SQL is quite ugly idea.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top