oracle wont see it unless you assign a name to the file/directory resource and grant Oracle user access to that file/directory resource e.g. Martin Gainty ...
51474
exhortae_984
toadoraclebeta
Apr 2, 2010 8:44 am
Message from: exhortae_984 Hi, I recently started a new job and they use toad, I would have asked my collegues but the only other one working with toad is on...
51475
Wim de Lange
wimdelange
Apr 2, 2010 11:40 am
This is normal behaviour for most editors..... Groetjes, Wim...
51476
Eva
prinleah101
Apr 2, 2010 12:58 pm
I have created a job using DBMS_SCHEDULER and it is not showing up in the Jobs under the schema browser. I am using Toad for Oracle 10.1.1.8 against Oracle...
51477
Jeff Smith
toaddev
Apr 2, 2010 1:04 pm
JOBS tab is just for DBMS_JOBS There are several sets of tabs for the DBMS_SCHEDULER interface in 10/11g. However, it is available to the users who have the...
51478
Ed Klinger
eklinger
Apr 2, 2010 1:05 pm
Do you have the optional DB Admin module? Look in your Help-->About. Under the Version it will tell you. You will need that license to view the "Schedule...
51479
Martin Gainty
mgainty@...
Apr 2, 2010 1:12 pm
did you execute? SELECT job_name FROM dba_scheduler_jobs (norm and roger pls correct if syntax is incorrect for 11) Martin Gainty ...
51480
exhortae_984
toadoraclebeta
Apr 2, 2010 3:14 pm
Message from: exhortae_984 Hi, I come from a java background so sorry if my question seems stupid but. Say I create a file named main.sql with this...
51481
Wim de Lange
wimdelange
Apr 2, 2010 6:55 pm
This is still normal behaviour for the most editors (which one are you using that a save command does not flush the undo buffer?). And the @ feature uses the...
51482
Norman Dunbar
normandunbar
Apr 2, 2010 6:58 pm
On the grounds that Alison "needs" another holiday, I'm off to Egypt for Easter. More burning hot sun - and I'm a Jock (like a vampire but we can be seen out...
51483
Norman Dunbar
normandunbar
Apr 2, 2010 7:00 pm
... To be fair, I have used an editor (on Windows as well!) that offers me the option to "allow undo after save" and to be equally fair, I've only ever seen...
51484
SCHROEDER, NATHAN E [...
nathan_e_sch...
Apr 2, 2010 7:47 pm
In MS Word, a save command does not flush the undo buffer. I have used this feature on multiple occasions. Nate Schroeder IT Commercial Technical Services -...
51485
Eva
prinleah101
Apr 2, 2010 7:48 pm
Well that is just not right :-) Oh well..... ... From: Jeff Smith <jeff.smith@...> To: "toad@yahoogroups.com" <toad@yahoogroups.com> Sent: Fri, April...
51486
Eva
prinleah101
Apr 2, 2010 7:58 pm
I did and it turns out I need access to those tables and the DBAs are working on that now. Thanks! ________________________________ From: Martin Gainty...
51487
Michael Staszewski
mstaszew
Apr 2, 2010 9:48 pm
Several editors offer this and I too prefer it. It has been asked for several times before and it's on my list for Toad.next. Also the find dialog was stay on...
51488
avilesw_750
toadoraclebeta
Apr 3, 2010 2:15 am
Message from: avilesw_750 Schema Browser - is this possible? Ssh! Don't tell anyone, but neither do I! However, I note from a change I made to a package body...
51489
exhortae_984
toadoraclebeta
Apr 3, 2010 6:28 am
Message from: exhortae_984 using that a save command does not flush the undo buffer?). To be fair, I have used an editor (on Windows as well!) that offers me ...
51490
Andre Vergison
avergison
Apr 3, 2010 8:53 am
Avilesw_750, If your code contains CR/LF newlines (not pure LF) then QP5 version 5.139 won’t format it when it contains block comments. /*.....*/ You’ll...
51491
Rob Zijlstra
rbzijlstra
Apr 5, 2010 1:08 am
Exaxctly the same here.That's also the reason that I don't upgrade to version 10.x.Still using 9.x 2010/4/3 avilesw_750 <toadoracle@...> ... -- ...
51492
Douglas McLaughlin
stricq
Apr 5, 2010 1:11 am
That's true, this behavior of flushing the undo after a save has bitten me quite a few times. I've never seen this in any other editor before, ever. Doug ... ...
51493
Billie McCluskey
BMcCluskey@...
Apr 6, 2010 12:20 am
Can anyone confirm compatibility with the 9.7.2.5 release of Toad for Oracle Xpert / SQL Optimzer with Windows 7? We are on 11g Oracle. Any problems? or...
51494
Jeff Smith
toaddev
Apr 6, 2010 1:15 am
You're probably ok with 9.7, but we did not add official support for Win7 until the 10.1 patch for Toad. ...
51495
Bert Scalzo
bert.scalzo
Apr 6, 2010 1:19 am
You also have the problem that Win7 support for Oracle client is not "official" yet either .... 11g R2 will offer it on the next iteration - but neither 11gR1...
51496
nilesh
nilesh_dp9
Apr 6, 2010 7:58 pm
Here I am uploading my Collections of Interview Questions. List of Post for Oracle Application Technical and Other Interview Questions and Answers. ...
51497
Peter van Rijn
pgmvanrijn
Apr 6, 2010 7:59 pm
... EditPad Pro doesn't flush the buffer after save as well. A very pleasant feature I must say, used it on many occasions. Must say, I cannot think of any...
51498
anil.tembhare
Apr 7, 2010 11:16 am
hi,all I am beginner in plsql and this prog not execute pls solve it.I use free toad version. CREATE OR REPLACE PROCEDURE s (p_id IN...
51499
Venkat Vennamaneni
Venkat.Vennamaneni@...
Apr 7, 2010 12:18 pm
REMOVE THE "OUT "argument from the parameter sections and let me know how it works Regards, Venkat ________________________________ From: toad@yahoogroups.com...
51500
y_kruss_359
toadoraclebeta
Apr 7, 2010 12:49 pm
Message from: y_kruss_359 Is it possible that the problem is not in the procedure itself but rather how you execute it? If OUT is used, then these parameters...
51501
zajc
zajcek2
Apr 7, 2010 1:03 pm
Because formatter library QP5.dll (5.139.911.3011) in Toad version 10.1.1.8 has bug formatting /* ... */ which is annoying. I'm asking anyone if there is...
51502
Erwin Rollauer
erwinrollauer
Apr 7, 2010 1:36 pm
Your OUT specifications is OK. I Ran the following using one of my test tables and it compiled. CREATE OR REPLACE PROCEDURE s (p_id IN...