Forum Post: RE: Toad Schema Compare
Here is the last sql run before it went to sleep: Select C.CONSTRAINT_NAME, CC.COLUMN_NAME, C.SEARCH_CONDITION, C.GENERATED, C.TABLE_NAME from SYS.DBA_CONS_COLUMNS cc , SYS.DBA_CONSTRAINTS c where...
View ArticleForum Post: RE: Toad Schema Compare
Also FYI. I let the one compare I had running yesterday which started at about2 PM and it was still running when I can into work this morning at 6:45 AM. Thanks, Dave Bowers Sr. Database Administrator...
View ArticleForum Post: RE: Package Body missing from "Compare Schemas" feature in Toad...
Hi Tim, That sounds like a bug to me. I'll take a look.
View ArticleForum Post: DBMS_OUTPUT.PUT_LINE
Hello ORACLE community. I can not see the output of the function. This is my script. -- FUNCTION customers( cgetID IN VARCHAR2) RETURN SYS_REFCURSOR; -- -- SET SERVEROUTPUT ON SIZE 30000; DECLARE vSRef...
View ArticleForum Post: RE: DBMS_OUTPUT.PUT_LINE
I think there are 2 issues SET SERVEROUTPUT ON begin .... DBMS_OUTPUT.ENABLE(1000000); ... end:
View ArticleForum Post: Toad for Oracle Automation Designer extract to csv and dat files...
Hi forum I have urgent requirement to sort this issue out as a client came back reporting missing data. I have a query that when run directly against an oracle database in toad, it returns close to 1...
View ArticleForum Post: RE: Toad for Oracle Automation Designer extract to csv and dat...
Hi Marko, Could it be that in the meantime (when you get data in grid and when you run report), someone has deleted those records from database? Grid should then show old data and report will have new...
View ArticleComment on Quest Code Tester for Oracle v2.0
Hey Steve, I want to export my Test Results to a particular location via command line utility. Can you share the information regarding the same. It will be of great help!!!
View ArticleForum Post: Request Regarding
Hello Team, Please let how can i reback my output window ... Actually by mistake i have closed my data output window... when i am querying some table data... It was not displaying otput...
View ArticleForum Post: Debug PL/SQL for pipeline functions definition dialog, how to
Hi, Toad 12.11.0.95 x64. I want to debug PL/SQL pipline function. Initial screen looks like: I know that highlighted part is not defined (and probably should be) but running as is out of the box, raise...
View ArticleForum Post: Toad 12.11 for Oracle - Team Coding VCS
Hi All, We have installed Toad 12.11 and configure Team Coding with SVN. When we try and check out a file from the Team Project, it creates a copy of the file in the SVN repository. Every time a file...
View ArticleForum Post: RE: Automate Export Data To Excel Using SQL Script
That was just example.. That whole section is where your script goes..... The example was just to show you where to put your script
View ArticleForum Post: RE: Automate Export Data To Excel Using SQL Script
What is quicker is to right click in the grid area, export data, excel instance Comes up right away.
View ArticleForum Post: RE: Automate Export Data To Excel Using SQL Script
resending with clarification, Gene SET LINESIZE 2000 SET PAGESIZE 0 SET FEEDBACK OFF SET TRIMSPOOL ON SET SERVEROUTPUT ON SET TERMOUT OFF SET ECHO OFF SPOOL path\directory\filename.csv begin...
View ArticleForum Post: RE: Automate Export Data To Excel Using SQL Script
Hello Damir. How could I find Automation Designer? Does it a separate module for Toad, or it is a component part of new versions of Toad?
View ArticleForum Post: TOAD 12.11 formatter - create table
CREATE TABLE xxxtable ( xxx_id NUMBER NOT NULL, xxx_date DATE, xxx_number NUMBER, xxx_text VARCHAR2(50 CHAR), ma_id NUMBER, xxx_flag_jn VARCHAR2(1 CHAR) DEFAULT 'j' ); with TOAD 12.10 formatter for...
View ArticleForum Post: RE: Toad Schema Compare
I can also try that. Thanks Thanks, Dave Bowers Sr. Database Administrator HNI Corporation bowersd@hnicorp.com (W) 563 272-7211 (C) 563 299-7211 P Please consider the environment before printing this...
View ArticleForum Post: package body, wherefore art though
Loaded up the beta. Can’t see the package bodies in the SB LHS. Looks “normal” in 12.11,. but in 12.12.0.2, 64-bit, no bodies. Load body/both are grayed out. Chris Johnson IT Systems Analyst...
View ArticleForum Post: Oracle Trace Files - finally documented. Free eBook.
Someone recently mentioned in a thread here, possibly John Dorlon, that Oracle Trace Files were not very well documented. I can't find the thread now of course! I've had piles of notes on the subject...
View Article