Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all 966 articles
Browse latest View live

import excel file

$
0
0

How do I import an excel file into TOAD? I am on version 12.10.0.30. Thanks.


Automation Designer - Execute Script issues

$
0
0

Hi, 


So in my scenario i am comparing about 80 schemas to 1 "Gold" schema, which creates a diff script and then i want to execute all of those scripts.

I've created an app in automation designer that i run from command line that runs the comparison, creates the diff scripts, then it gets to the execute script step and it fails after running the first script because of errors.

When i run this in toad it prompts after every script due to errors even though in the Script Error Options  i don't have the "Fail Action on Script Error" box checked.  

I've also tried checking the box along with the "Except if error is in the ignored list" box and adding all of the errors to the list and checking those and i get the same result.

I'm using Toad for Oracle Xpert version 12.10.0.30.

Is this a known bug?

Thanks, 
Scott

Toad for Oracle 11 - Unable to move/resize dialog boxes

$
0
0

When I am opening/saving files I am unable to resize/move/drag around the Open/Save/Save As dialog box.  Where is the setting located to allow this? Thanks.

WITH statement error on execute package body

$
0
0

I am using Toad for Oracle Base tool , registered copy version 10.1.1.8.

I have a situation where several records should be generated and inserted in another table, but the number of generated records is depending on a property witch has different values for different records.

For that I have developed a statement like :

INSERT INTO TableFinal
(
fa,
fb,
fc)
WITH dataTab
(f1, f2, r) AS   -- here points the error
(SELECT f1, f2, 1 as r
FROM Table1
WHERE condition1
UNION ALL
SELECT f1, f2, r + 1
FROM dataTab
WHERE r < f2)  -- the dataTab generates r records , depending on the property f2 of record in Table1

SELECT
tb.f1,
ta.r,
tb.fx
FROM dataTab ta
join Table1 tb
ON ta.f1 = tb.f1
ORDER BY ta.r;

witch is part of a package body.

The package body is ok when build outside Toad example Oracle SQL Developer tool or PL/SQL Developer tool. Even in toad the package can be run but does not compile.

Error shown is 'ERROR line 12, col 7, ending_line 12, ending_col 7, Found '(', Expecting: AS'  witch points to the with..... line of the statement

Tablespace DDL

$
0
0

Hi Team

I am very fond of TOAD and want to see how toad is generating Tablespace DDL 

i tried to use SQL Tracker to see the script of Tablespace but i couldnt get the script that TOAD is using to generate the DDL

I tried DBMS_METADATA but its not giving me the correct way, where as TOAD is providing the correct way.

Can some one help me to get the Correct SCRIPT to pull the Tablespace DDL how toad is pulling the same way

Appreciate it.

Wip process interface api takes too much time in R12.2.5 instance

$
0
0
Hello,


I have a performance issue in one private API of Proces interface of Work In Process " wip_movProc_priv.processIntf". It takes around 2.5 Minutes for all transaction and

When I run this API in R12.1.3 instance it not take this much amount of time.


Please help me.


Thanks,
Yasin Musani

Toad 12.10.0.30 Automation Designer

$
0
0
I am trying to export actions from Toad v. 12.10.0.30 to Toad v. 12.0.0.61. When I try to paste the actions in the new app in the older version, I get the error "Unknown actions on the clipboard." If I try to import instead, I get the error "Unexpected properties exist in this datafile." How do I successfully share actions from the newer Toad to the older version?

removing objects from Team Coding

$
0
0
Hello,

I deleted a table but it is still showing up under Team Coding > Check-in all.
Is there a way to delete the entry from Team Coding?

Thanks,
Marie-Aude



Add Login Record - TNS Database dropdown blank

$
0
0

We are using Toad for Oracle 12.9.0.71.  Our TNS Names are setup correctly, however when going to add a login record the TNS Database dropdown is blank.  This makes it hard to easily find a database name.  To make this a little more interesting, on the main screen for listing all my connections, the TNS Database dropdown does correctly show all the database names.  And once I select that dropdown, if I go into the Add Login Record screen, the TNS Database dropdown now has values.  So I have a workaround to enable this, but this seems like a really odd way for this to behave.  Is there any kind of patch or something that resolves this behavior?

Toad crash 64/32 bit issue

$
0
0
I have 64 bit Toad on 64 bit machine with both 64 and 32 bit Oracle clients installed.
When I press the New Connection tool, this exception is thrown:

Application:
------------------------------------------------------
 1.1 Start Date      : Fri, 9 Jun 2017 10:52:34 -0700
 1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)
 1.3 Version Number  : 12.10.0.30
 1.4 Parameters      :
 1.6 Up Time         : 6 minute(s), 21 second(s)

Exception:
------------------------------------------------------------------------------------------------------
 2.1 Date       : Fri, 9 Jun 2017 10:58:56 -0700
 2.2 Address    : 00000000042F885B
 2.3 Module Name: Toad.exe - (Toad™ for Oracle®)
 2.5 Type       : EFOpenError
 2.6 Message    : Cannot open file "C:\Oracle\product\12.1.0\client_32bit\oci.dll". Access is denied.
 2.7 ID         : 310A0000
 2.8 Count      : 1
 2.11 Sent      : 0

Toad & native tools

$
0
0

we installed Toad DBA suite for oracle latest version & when try to connect appear error can't initialize

then we add TNS_ADMIN in environment variable , toad working well but we can't connect within oracle native tools

when we removes TNS_ADMIN native tools working well but toad not working

Can help me to solve this issue

Toadworld Digest emails

$
0
0

Hi,

I dont know where to submit this but I have my Toadworld email settings all disabled and I keep receiving the email Digest. 

Please tell me how to stop it or remove this account.

Thank you.

LF

Unable to connect to database

$
0
0
Hi,

Whenever i'm trying to connect to the database, i'm receiving this error "No valid Oracle clients found. You need at least one 64-bit client properly configured." . Kindly help me fix it.

Regards

Bug in recognizing out binds in SQL execution

$
0
0

Hi all,
Toad 12.11.0.82 beta and last Toad 12.10, all x64 on Oracle 11.2.0.3 x64

Toad cannot run query of type:
select count(S.SUBSCRIBER_NO) into :b0:b1  from

Problem is ":b0:b1" which toad see as :b0" and error is:
ORA-01036: illegal variable name/number
Brg
Damir

db_link

$
0
0
Hello,

I create a database link.
When I test it with the function of TOAD Context menu I get following result:

*********************************************************************
Link Name   : "DB_LINK_TEST"
Connection  : Successful
DB Name     : TEST
DB Version  : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
*********************************************************************

whe I run SQL-Statement "select 1 from dual@DB_LINK_TEST" I get the error message "ORA-02019: Connection description for remote database not found."

Why ?

how can i set timeout option in toad?

$
0
0
Suppose i have 10 servers and some of them are down. When i am trying to reconnect that server's when reconnection reaches to the down one it  waits to much time. how can i skip or set timeout time for that connection?

Thanks

Trace File Browser Explanation

$
0
0

I have been tasked to create an Intro to Oracle Tracing using the Trace File Browser within Toad. I've search all over  the internet trying to find a guide or some sort of tutorial that can explain the tabs on the Trace File Browser for 12.10. Is there any one who can explain/describe what each of those tabs suppose to display or list?? For example, how can one explain what kind of information/data is on the Raw Data tab or the Waits by Object tab.

Clipboard issues in TOAD Editor

$
0
0

TOAD v12.10.0.30 - Windows

Keyboard based Clipboard (Ctrl-X, C, V) operations in the TOAD editor seem intermittent. Sometimes it works often it doesn't.  A similar symptom is seen with Shift based operations, such as capitalising characters.  Only TOAD shows this issue. Other editor applications don't.  I've downloaded a keyboard control code monitoring application and there are no issues with my keyboard.  This is a TOAD issue.

two schema snapshots and need to log in to compare?

$
0
0
This is not a serious issues but I am curious, why do I need to log into a database first, before I can compare to schema snapshot files?

I save a snapshot file for the same schema from two different databases.  I want to compare them.  There should be no need to log into a database to do this.  But compare schemas is not available unless you log in.  Guess it is just a quirk of the software?

thanks.  Kevin

Toad Formatter Bug - 12.10.0.30

$
0
0

There appears to be a bug in the Toad Formatter when using the ListAgg() function within a Pivot. The formatter does not recognise that "Within Group" is valid and so fails with syntax check. This can be demonstrated with this simple query.

Select *
  From (    Select 'Cheese' a, Level b
              From Dual
        Connect By Level <= 5)
       Pivot
         (Listagg (b) within        group      (order by 1) for a in ('Cheese'));
Viewing all 966 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>