Results 1 to 3 of 3

Thread: How do I drop all tables in Oracle Schema?

  1. #1
    Junior Hostboard Member albertcooley08712's Avatar
    Join Date
    June 3rd, 2022
    Posts
    14
    Follows
    0
    Following
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    0 Post(s)

    How do I drop all tables in Oracle Schema?

    How do I drop all tables in Oracle Schema?

  2. #2
    Hostboard Member GordonFry43's Avatar
    Join Date
    June 10th, 2022
    Posts
    42
    Follows
    0
    Following
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    0 Post(s)

    Re: How do I drop all tables in Oracle Schema?

    The quickest way tp drop all objects within a schema is to drop the schema and recreate it afterwards.
    If you only want to drop all the tables create a drop script from the data dictionary and run it.
    Views, procedures, functions, and all other inter-schema references will all become invalid.

  3. #3
    Senior Hostboard Member Inmorr's Avatar
    Join Date
    January 23rd, 2022
    Posts
    120
    Follows
    0
    Following
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    1 Post(s)

    Re: How do I drop all tables in Oracle Schema?

    The fastest way to interact with objects in an Oracle schema is to use the right tool for the job. For example, I use for oracle analyze table and oracle schema compare script , this tool and am completely satisfied with how it works. Since this comprehensive tool has become indispensable for me, it also helps in identifying all the differences between databases.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •