BLOG|DATABASE MANAGEMENT

Listing Page

Quest Software hero - {archive_type} Listing Page
Toad for Oracle – When I try to run my procedure through the debugger, I get an error that says “PLS-00201: identifier … must be declared”.
Toad for Oracle – When I try to run my procedure through the debugger, I get an error that says “PLS-00201: identifier … must be declared”.

Toad for Oracle – When I try to run my procedure through the debugger, I get an error that says “PLS-00201: identifier … must be declared”.

Check to see whether you have an object named the same as the owner of the procedure. When this is the case, Oracle thinks that the user name in the anonymous block is actually the object name. We rec...

I’m having problems with tab stops. They’re not consistent, and when I open a file created in Toad for Oracle in another editor, the spacing is all uneven.
I’m having problems with tab stops. They’re not consistent, and when I open a file created in Toad for Oracle in another editor, the spacing is all uneven.

I’m having problems with tab stops. They’re not consistent, and when I open a file created in Toad for Oracle in another editor, the spacing is all uneven.

To resolve these problems, go to Edit → Editor Options and look under "General Options", under the "General Options" node, where there are several options related to tab stops. Unchecking "Auto indent...

Toad for Oracle – General Q&A
Toad for Oracle – General Q&A

Toad for Oracle – General Q&A

Q: How to import data from an Excel file into a table? A: See Toadworld blog post "Create and Load Oracle Tables from Excel Spreadsheet using Toad“   Q: I have a flat file (.csv, tab delimited, etc.)...

Toad for Oracle Data Grid – What is the OCI Buffer Array Size option for in the View – Options – Oracle – General section?
Toad for Oracle Data Grid – What is the OCI Buffer Array Size option for in the View – Options – Oracle – General section?

Toad for Oracle Data Grid – What is the OCI Buffer Array Size option for in the View – Options – Oracle – General section?

After a SELECT query is executed, we must retrieve the rows from the Oracle server to your PC. We do not retrieve the rows all at once, nor do we retrieve them one at a time (unless there is a LONG or...