TOAD is a database query tool from Quest Software. There are versions of TOAD that can query Oracle, SQL Server, MySQL, PostgreSQL and more. It provides query editing & reporting, debuggers, performance analyzers and many other tools.
0
votes
0answers
3 views
How to turn on table name autocomplete feature in Toad?
I'm using Toad version 11.0.0.116. I'm not getting default tablename options when I start typing table. How to turn the autocomplete feature on??
0
votes
2answers
26 views
How do I find the which table it is belong when I'm only given column name?
Hi I am working on SQL query, a total novice.
So I only have column name, and trying to find which table it is belong to.
How do I find that in toad? Can someone help?
0
votes
1answer
17 views
TOAD Oracle SQL Return Row from UDF
have a function below that returns a cursor. However I need it to return just one row. I have read on google about returning the data as a %rowtype but I do not seem to be able to get it to work.
...
0
votes
1answer
24 views
How to construct .NET connection string to Oracle without TNS?
I have a Sharepoint 2010 .NET 3.5 system running on my local Windows 7 machine with IIS. I have been unable to connect to our corporate Oracle database via Oracle.DataAccess.dll. The error message I ...
1
vote
1answer
24 views
Multi-schema select statement doesn't work in PL/SQL procedure?
I'm trying to create a procedure to run multiple PL/SQL statements, but I haven't gotten very far. The select statement works fine if I run it out of a procedure, but if I try to execute it inside one ...
-1
votes
0answers
24 views
How the Toad Code Rating (TCR) is calculated? [closed]
i would know how the Toad Code Rating is calculated please. i looked for it in the official documentation, but i found nothing.
1
vote
0answers
9 views
Toad for Oracle Formatter
How can one change the code formater in toad for things no in the options list?
my example
i want toad to format my with statements so that they are easy to debug
WITH
a AS (
SELECT SYSDATE ...
0
votes
2answers
29 views
sql query for getting unique value for the given values
I have a table name CITY, having these two columns 'CITY_ID' and 'PLACES'
I'm trying to get CITY_ID which should have only these four places texas, alabama, arizona, colorado and it should not have ...
0
votes
0answers
17 views
Toad export different language
i really hope that someone can help me.
I'm trying to export a query results to excel file via toad,
but the problem is that the export to the file is not showing the correct text of my language..
but ...
0
votes
0answers
49 views
Cannot execute procedure in oracle 10g says Table or View does not exist
I have an Oracle database which was already created and designed by someone else previously, in my company. My problem is that some procedures are not executing. I'm getting the error:
Table or ...
0
votes
1answer
60 views
Different dates Oracle 11g with TOAD
I have the following queries:
SELECT to_date(to_char(to_date('01-FEB-1949'))) FROM DUAL;
/*this returns 2/1/2049. */
SELECT to_date(to_char(to_date('01-FEB-1949'),'dd-MON-yyyy')) FROM DUAL;
...
0
votes
1answer
24 views
Syntax Error/Issues w/ Out Variables when Calling Procedure in TOAD IV SQL Window
Goal:
I have a procedure that I want to call in the SQL window of Toad to look at the the data it's pulling, but am running across issues in how I'm going about it and would like to know what the ...
0
votes
0answers
14 views
toad commit to oracle
When using Toad for oracle db. Sometimes an issue occurs such that
if you do an insert or an update and use commit button afterwards, it actually
does not commit until closing the toad application. ...
0
votes
1answer
22 views
Missing right parenthesis error is coming even if it is present [closed]
select C.CUSTOMER_ID ,C.FIRST_NAME ,C.LAST_NAME ,C.STREET_ADDRESS1 ,C.CITY ,C.STATE ,C.ZIP ,C.EMAIL_ADDRESS,OH.order_header_id,
OT.printed_source_code as source_code, OT.printed_product_code as ...
0
votes
1answer
39 views
ORA -12154:TNS could not resolve thye connect identifier specified
Windows 7- 64bit ;
Oracle client - 10g ;
Toad - 9.7
I recently upgraded my machine to win 7 and installed Oracle and Toad software and dont have much knowledge about oracle and toad.
When i try to ...
0
votes
0answers
13 views
Executing Insert statements with _seq.nextval one by one
I have the following set of insert statements :
INSERT INTO wmstracker2.wmspt_projects_values
(project_trackervalue_id, project_id, tracker_id, value_id,
profile_id
)
VALUES ...
0
votes
0answers
33 views
TOAD SQL - trying to get a count for two columns, with two different dates
Okay, I'm trying to come up with a head count report that looks at two different dates. This report would essentially count the number of active people that fit the column criteria. The report works ...
0
votes
1answer
34 views
PLSQL Viewing output of sys_refcursor
I'm using TOAD for Oracle 11 and am pretty new to SQL. I have written a proc and am now trying to test and view its output. I have written the following block:
DECLARE
cur_test SYS_REFCURSOR;
...
0
votes
1answer
25 views
MySql Join that returns none existing records with nulls
I have a query i am working on and i am taking the max records for each socialSecurityNumber from a table tblmovementhyst. This works fine however i would like to join back to the citizen table to ...
0
votes
1answer
32 views
MySql Toad if now rows return value
I am using mysql toad, i have a table which is empty and i am trying to return a string value if no records are found i have tried the under mention queries however none works, only an empty row is ...
0
votes
0answers
11 views
Storing toad (mysql 4.6) scheduled task and viewing it in an excel?
how to store the toad (mysql 4.6) automation scheduled result in an excel and view it the location specified in the script.
Thanks in advance
0
votes
1answer
40 views
Performance issue in Oracle
The requirement here is to present user with Forecast details for particular PLANT or Part Number. The Forecast Details are coming from few source tables and UNIONed by one VIEW. A materialized view ...
0
votes
0answers
29 views
in toad for oracle , the variables pop-up window keeps coming up even when & is not used anywhere in code
Below are the version details for my TOAD:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for ...
0
votes
0answers
31 views
Toad VCS lost track of who had what checkd out
I am using Toad for Oracle v11.6 (as a software developer) and ran into an issue during setup. When I configured Team Coding I selected Subversion as the VCS and tried to enter credentials and clicked ...
0
votes
2answers
303 views
Why am I getting error ORA-01427: Single-row Subquery Returns More Than One Row [closed]
Why am I getting error message?
ORA-01427: Single-row Subquery Returns More Than One Row with this query
UPDATE JOB_TASK JT1
SET JT1.job_task_status_id =
(SELECT ...
0
votes
1answer
81 views
TOAD SQL CASE Statement
I'm attempting to do what I consider a rather complicated case statement. What I want to achieve is this:
When DATE+365 is less than OTHERDATE AND it is equal to YETANOTHER DATE THEN 'Correct'
Right ...
0
votes
1answer
256 views
Querying (SQL) Oracle/Toad dump files without importing them
We're doing a monthly data dump of our databases using Toad for Oracle's Export function. We've got some SQL queries to create statistics about the data. I'd like to compare the results of the current ...
1
vote
0answers
30 views
UDF aberrant behaviour
I am accessing a UDF through code and through toad.
It always throws error through toad but shows random behavior in code(Sometime it works sometime it doesn't).
SELECT ADD_DEFAULT_MEASURES(:pModule, ...
0
votes
0answers
92 views
Is there a Vi or Vim plugin for the Toad Oracle client? [closed]
I use the Toad client and it's editor while working with Oracle. I find myself missing the Vi/Vim key bindings. When working with SQL Server, I have the excellent ViEmu for SQL plugin that lets me use ...
0
votes
1answer
53 views
Suggestions for an Oracle data modeler that can reverse engineer and handle very large databases [closed]
By very large, I mean on the realm of thousands of tables. I've been able to use Toad Data Modeler to do the reverse engineering, but once it loads up the txp file it creates, it just croaks. Even ...
0
votes
0answers
101 views
List index out of bounds (0) in toad 8.6.10 [closed]
I am using Toad 8.6.10 to connect oracle database.
Here i am getting the error prompt "List index out of bounds (0)" when i click on TNSNamesEditor.
*Tried deleting TOAD.ini file in install path but ...
3
votes
1answer
106 views
Oracle keep unique constraint index
When I drop a unique column (just unique not primary key) constraint, Toad prompts me whether if I want to keep the index.
To me the logical thing is to remove the index but why does it offer to keep ...
0
votes
0answers
103 views
Toad - DBMS_OUTPUT.PUT_LINE
With my projects, I build stored procedures using Toad on Oracle etc. One thing is bugging me a little. I want to be able to watch a variable in a stored procedure by enabling DBMS_OUTPUT and thus ...
1
vote
1answer
48 views
Intercept request from my browser to a SQL Server DB
I'm developing an app where I need to do some request to the DB (SQLServer) of my ERP.
I'd like to intercept the SQL request that are sent to the DB when I ask something in the ERP (in the browser), ...
0
votes
1answer
126 views
How to add database connection into eclipse?
I'm working on dynamic web application using Servlets and JSP building a login page
i make everything but now i need to add DB to check if the user-name and password is true or false , i am using toad ...
1
vote
4answers
448 views
Passing varchar2 parameter to plsql procedure from the Select statement
Executing the following statement in Oracle Toad
exec plsql_procedure(select 'somestring' from dual);
trhows the following exception:
ORA-06550: line 1, column 33:
PLS-00103: Encountered the ...
2
votes
1answer
48 views
Toad for Cloud doesn't list Cql3 created objects in Cassandra
I'm trying Cassandra v1.2.3 on ubuntu and created KeySpace and objects using both cli and cqlsh interfaces.
When connected Toad for cloud to this Casandra node, to query and insert data, found that ...
0
votes
0answers
69 views
Unable to exporting data to excel '03 from Toad if the records > 65,000
Problem while exporting data to excel '03 from Toad 9.0.1.8 if the records are more than 65,000 it does not select the other sheet automatically.
Majorly, if i fetch and save only one column then it ...
0
votes
0answers
26 views
Database and Toad Data Modeller interaction?
i can connect Toad Data Modeller with SQL Developer and load the tables, but whenever i change a table with SQL-D and after that i open TDM, TDM doesn't show the changes. Is there any option in TDM ...
0
votes
1answer
30 views
Error on ORACLE trigger
I have this sexy trigger, that takes a value from a field REFERENT, parses it, finds a row in some view and fills some data to original row that needs to be inserted. I also then re-write the REFERENT ...
0
votes
1answer
85 views
Having issues creating proper sum of quantity*price on an invoice
I'm creating an invoice sheet that groups each item into years, using Toad for Oracle to make my queries.
What I'm currently doing is using the same FROM and WHERE clauses as my views (as this data ...
1
vote
2answers
35 views
Record that needs to be updated has a field name including & for which TOAD prompts to enter a variable
I have a requirement where i need to amend the 1500 records.
There are some fields in random ,of the where clause has an & as mentioned below:
update abc where col1='AL_ATRADE_P&L_RP'
...
-2
votes
1answer
189 views
How to replace NULL values with empty string in all columns in a table? [closed]
I was trying to run this procedure but failed in TOAD. Where was the problem? Please help.
PROCEDURE replaceNullwithBlank AS
l_query VARCHAR2(10000);
BEGIN
FOR columnItem IN ...
0
votes
1answer
348 views
SQL query and cross match data from two different database servers using Toad
I've just been assigned a small task at work with SQL and I'm very much outdated on it, I know pretty basic stuff, the task is quite tedious and I'm sure there's an easier way to do it than one by ...
0
votes
0answers
142 views
ALter session Oracle c#
I need to run this from my C# code
ALTER SESSION SET PLSQL_DEBUG=TRUE;
DECLARE
id varchar2(255);
BEGIN
id := DBMS_DEBUG.INITIALIZE('TOAD_EXAMPLE');
DBMS_DEBUG.DEBUG_ON;
END;
this is so i can attach ...
0
votes
1answer
166 views
how to see complete value of CLOB variable in TOAD while debugging
In Packages , how can I see complete value of clob variable in debug mode on toad. Currently if I click on add watch on clob varibale and go to modify it shows only "open=F, temp=T, length=354, ...
0
votes
1answer
916 views
Is there any way to run TOAD on 64bit Oracle Client?
I am using Toad for Oracle Xpert 10.1.1.8 on Win 7 64bit operating system. I have installed Oracle 11g 64bit client. I am getting this error: Cannot load OCI DLL: C:\oracle\product\11.1.0\oci.dll. I ...
0
votes
1answer
32 views
How to add modification history inside Oracle view
I want to add the modification history inside an oracle view (at the top)
Below is an example:
/*Version Modified-Date Description*/
/*======================================*/
/*1.0 ...
2
votes
2answers
244 views
TOAD thinks &String as bind variable
I am developing some ETL with Oracle Data Integrator and sometimes test parts of my code by TOAD. Today I had a problem with TOAD I had a line like
AND column_value like('DEV&PROD')
when I ...
0
votes
1answer
188 views
Is there a way to find ddl scripts for creating users in Oracle Sql Developer
In Toad, it's easy to look for a ddl script that creates a user with all its grants and roles:
In Oracle SQL Developer, I find a similar option but it's not complete:
Is there a way to have same ...

