Swapping 2 table's name
Hi everyone!
I have a Production database 10gR2 run in Solaris 9. I need to convert a LONG RAW column in a big table to BLOB. Because the performance of my server is not good and the downtime of database is short so I can't using online table redefining to convert. I converted data in another server and then insert converted-data to another table in my database.
I'm confusing about when I swapping the name of those 2 tables, I can't determine which dependencies of old table that I should remark? The old table only has an index and no foreign key.