You're new here, aren't you?
NetworkedBlogs allows you to stay up to date with blogs you love.
Click the Follow button to follow updates from this blog.
| Blog Name: |
Thoughts on Technology |
| Url: |
http://akangtech.blogspot.com/ |
| Language: |
English |
| Topics: |
java, IT |
| Description: |
stuff on technology. Feel free to critique |
| Popularity: |
1 Followers |
Delete all rows in Oracle database
| 1. Run this:select 'delete from ', table_name, ' from user_tables;2. run and script the output into a file.3. copy paste the commands from the file into your SQL editor.done |
Oracle: Drop all tables in the present schema
| 1. Login as the desired user 2. Issue this SQL select 'drop table ', table_name, 'cascade constraints ;' from user_tables;3. You will then get a list of drop table commands.4. Just copy/paste into ...more |
Not enough data.
Calculated for blogs with 20+ followers.
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.