Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am looking for a way to automatically insert column na开发者_Go百科mes in TOAD for Oracle to make it easier for writing queries.
I need to share a connections setting file for ToadStudio SQLeditor. I do have some concerns about the passwords that are stored in the settings file.
I am getting an error ORA-01086: Savepoint \'somesavepoint\' never established ORA-06512: at MyPackage, line 500
I am using toad with Oracle now, and after the installation, I tried to connect using toad, but an error pops up:
I\'m running a query like this: INSERT INTO TableA (colA, colB) Select ColA, ColB from TableB This is huge insert, as it is querying over 2 million rows an then inserting them into the table.My qu
When using Toad for Oracle the wonderful schema browser provides a lot of information. One piece of that info that I would like to have available via a query is the Data Type information for a given t
This question already has answers here: Closed 11 years ago. Possible Duplicate: select * from table_name where column like ' '
Toad complains: Unable to convert MySQL date/time value to System.DateTime when trying t开发者_运维知识库o display data in a table on a remote linux mysql database. This same issue is addressed h
How to get an Id of last inserted record from backend and开发者_StackOverflow display the same with success message as \"RECORD INSERTED SUCCESSFULLY AS\" +Id in flex...