Tool for Oracle Application Developers

learn more… | top users | synonyms

2
votes
1answer
227 views

Can't return data from SQL/Plus and Toad but can from SQL Developer

This one has me stumped. We are running an Oracle 11g on Amazon EC2 and I can connect and query fine with SQL Developer but with Toad and SQL/Plus I can connect but when I try to do a simple select ...
3
votes
1answer
43 views

Way to add referencing and referenced entities of a specific entity in E-R Diagram MYSQL

Is there any way to add entities that are referencing a specific entity in an E-R Diagram. I have a database containing 400 tables. I want to see a view containing a specific entity and its ...
1
vote
0answers
33 views

Toad for MySQL pauses exactly 2 seconds after executing statement [closed]

Environment: Toad for MySQL 6.3 and MySQL Server 5.6 on Windows 7 Whenever I perform any query, the Editor in Toad pauses for 2 seconds. This happens every time. Example: show tables; (Duration ...
0
votes
0answers
184 views

Understanding the time difference between data grid initial display and export/full display using Toad for Oracle

I am trying to run a query on a local Oracle DB and output the results to a .CSV file. The query runs in a decent amount of time (usually less than 5 minutes), but returns tens of thousands (possibly ...
0
votes
0answers
49 views

How to use column name completion in Toad for Oracle?

I'm using Toad for Oracle 10.6 and often write queries like: SELECT * FROM my_table WHERE k.... But how can I do name completion for the column name (k... in this case)? I know that I can write ...
-1
votes
1answer
172 views

Connecting to database using Toad in windows

I am trying to connect to a database using Toad on windows 7. But I am not able to connect because I dont have SQLNET Editor, TNSNames Editor and LDAP Editor installed. Please help me with this. I ...
1
vote
0answers
102 views

Oracle TOAD and Team Coding with TFS: Unable to get revisions from TFS

My company is currently exploring the option of using TOAD as a means to seamlessly allow developers to check-in/check-out code in TFS. This would be seeded by our packages, stored procedures, etc. ...
2
votes
1answer
196 views

Option to tell Toad to never split a file which contains multiple objects?

Is there an option to tell it to stop prompting me to split a file which contains multiple objects when opening .sql files from an edit window? I never want to split the file!
-1
votes
1answer
488 views

Exporting MySQL Database into single SQL File in TOAD

Using TOAD, is it possible to export an entire MySQL database to a single file?
0
votes
1answer
154 views

How to set lower case for identifiers in Toad?

I'm using Toad to write queries agains an Oracle database. When I write table_name. I get an auto-suggestion menu with all the column names. But if I choose a column name, both the table name and ...