Tagged in: mysql database
Database IT Blogs
Articles, tips and tricks for databases
This is a very useful script when you need drop all the objects in a schema.
Execution process in the DreamCoder for Oracle.
1. Open the script in the SQL Editor.
2. Open the SQL output
3. Execute the script with F9.
1. 2003 Can't connect to MySQL server on.
2. Lost connection to MySQL server during query.
3. 1045 Access denied for user.
4. Host xxx is not allowed to connect to this MySQL.
5. MySQL server has gone away.
Tagged in: problem-solving , mysql database
Tagged in: problem-solving , mysql database
Why this script?
Most of the FK's defined in an Oracle DB, are not created using the on delete cascade option, since that is (most of the times) not wanted at all.
But sometimes records must be deleted while it is not allowed to do so, because there are child records (or a complete tree of child records) present.
For cases like that I use a script that searches the DB for child recs, using the SYS views.
Tagged in: XML , oracle database
The new DreamCoder for Oracle includes a new way to describe objects or alias when using the SQL and PL/SQL editor, just combine CTRL + CLICK on the object. The advantage of this new option is that the object opens in edition mode, therefore the programming process is quicker. If you are opening a method package, when opened the cursor will be pointing to the method.
One of the most common activities when working with MySQL is exporting and importing data, this article focuses on that while using DreamCoder for MySQL.
Tagged in: mysql database
Bloggers
| SQLDeveloper (37) |
|
| Peter Tesone (8) |
|
| Patrick Barel (26) |
|
| MySQL Channel (33) |
|
| Peter Boekelaar (2) |
|