How to check the Oracle database connection encryption type?(between Oracle database and other client applications)How do I assure between Oracle database and Toad the database connection is encrypted? (My Toad version is 9.5 and Oracle database…
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!
I installed Oracle SQL Developer from Oracle's web page. It seems to work without a Oracle client installed on my computer. How is that possible? I also installed Toad for Oracle and it seems to require Oracle client.
I trying to find out a word/string named 'audapro_ind' in oracle database in toad. This word can be present anywhere in column of table, function, procedure etc. in oracle database
I tried few queries like
select name , line,text from dba_source…
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 out of v$session for example it gives me an…
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 referencing and referenced entities. Some MySQL clients…
I am trying to insert string in LONGTEXT column. Length of string is 75402 and byte count is 150804 (about 147 KB)
Throws an exception Data too long for column On inserting record.
MySQL document state that LONGTEXT can contains maximum 4GB of…
Coming from a SQL SSMS environment, I would like to duplicate their Print Command which allows you to print commands or variables while executing a query. I am looking for this feature to help identify particular sections of the script during the…
I try to learn PL/SQL for loops in tutorials. I learn flow of control in a for loops. (And i saw that it is same with most of the other programming languages)
Here is the flow of control in a for loop:
1. The initial step is executed first, and…
I am working in TOAD for Oracle and am trying to use variable substitution in my coding.
I have been able to get variable substitution to work in the code body pressing F5:
Define Value = '1.5'
Create table XX_DELETEMEEE as Select
percent *…
I had Toad 11.5 and I'm trying to install Toad 12.6, to connect to Oracle 11g on a 64-bit Windows 7 machine.
No matter what I try, when I start Toad 12.6, I get the error: "No valid Oracle clients found. You need at least one 64-bit client properly…
I execute a query eith a long textual column name:
select column as "a_very_very_long_field_name"
from table;
The result looks like :
a_very_very_long_fi
--------------------
1.
2.
...
Is it possible to set the result for unlimited…
I'm trying to install Toad for oracle client, my Toad version is 12.1 for 64 bit system, i have succeeded to install oracle client 12c for 64 bit system, but i have stumbled by a problem when installing the Toad, the error is :
The content of the…
I have to modify certain Oracle Packages. Basically I will be extracting functionality and moving it to C.
They provided me with some "Test" scripts that I shoud be able to run to test that my changes don't break the underlying logic of the package.…