Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Easy question for scripts

Easy question for scripts

From: Jorge <pumuky22_at_usa.net>
Date: Mon, 30 Aug 1999 16:29:07 +0200
Message-ID: <7qe497$2mk$1@diana.bcn.ttd.net>


Hi:

    Can I request data from users to generate a script??

Ex:

    I have a bat file:

            @echo on
            svrmgr30 @global.sql
    And the script file
            connect system/manager
            alter database rename global_name to ' VAR1 '

    Can I request var1 from the command line?? or maybe how can I pass parameters to my scripts files???

THANKS Received on Mon Aug 30 1999 - 09:29:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US