Re: SQL Developer, SQL*Plus woes
From: Joey D'Antoni <jdanton1_at_yahoo.com>
Date: Fri, 24 Jul 2009 12:35:50 -0700 (PDT)
Message-ID: <275919.21072.qm_at_web58708.mail.re1.yahoo.com>
Date: Fri, 24 Jul 2009 12:35:50 -0700 (PDT)
Message-ID: <275919.21072.qm_at_web58708.mail.re1.yahoo.com>
I think the death of SQL*Plus has been greatly exaggerated--what Oracle client are you using--I have 10 and 11 and still have it. However, the proper way to this in both SQL*Plus and SQL Developer, is to go call your second script using _at__at_ notation. What the second _at_ does is direct the program to use the directory of the parent script, versus the local directory where you are running. Good luck, Joseph D'Antoni Synthes USA ________________________________ From: "Michael.Coll-Barth_at_VerizonWireless.com" <Michael.Coll-Barth_at_VerizonWireless.com> To: Oracle-L Freelists <oracle-l_at_freelists.org> Sent: Friday, July 24, 2009 3:26:11 PM Subject: SQL Developer, SQL*Plus woes I am trying to get used to SQL Developer as a replacement for SQL*Plus, as Oracle saw fit to kill that simple little front end.� It loaded fast and you ran your SQL or script.� Done is seconds flat. With SQL*Plus, I can execute a local script with an '_at_' sign; '_at_run_this_script.sql'.� And that script could call another script with '_at_some_name.sql'.� I did not need to put the fully qualified directory path; it looked for the called script from the same directory where it finds '_at_run_this_script.sql'. When I try this in SQL Developer, it complains that it can't find the called script.� Error report: Unable to open file: "C:\Documents and Settings\SomeUser\lnp_shortcut_report.sql" How does one do this with SQL Developer? thanks! Michael The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure.� If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof.� Thank you. -- http://www.freelists.org/webpage/oracle-l
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 24 2009 - 14:35:50 CDT