Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9169063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:46:58+00:00 2026-06-17T15:46:58+00:00

I am using shell script to run sql written in sql script files. In

  • 0

I am using shell script to run sql written in sql script files.
In the script files there are some bind variables can be transfered from
the shell run time parameters.

here is my code.

result=`sqlplus -s ${DB_USER_NAME}/${DB_USER_PWD}@${DB_SID}<<!
        SET HEADING ON
        SET UNDERLINE OFF
        SET COLSEP ','
        WHENEVER SQLERROR EXIT 255
        SET TRIM SPOOL ON
        SPOOL $outputPath

        @{sqlFilePath} $@


        #@${sqlFilePath} "$@"    
`

when I run the shell like this:

run_sql.sh param1 param2 "param 3" 

the $@ will be explained to param1,param2,param,3 as four vaiables

@{sqlFilePath} param1 param2 param 3

the “$@” will be explained to “param1 param2 param 3” as one variable

@{sqlFilePath} "param1 param2 param 3"

but I want the parameters will be explained like this

@{sqlFilePath} param1 param2 "param 3"

is there any way to solve my problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:47:01+00:00Added an answer on June 17, 2026 at 3:47 pm

    How about:

    run_sql.sh param1 param2 '"param 3"'
    

    which should expand in your script to:

    @{sqlFilePath} param1 param2 "param 3"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the wc utility in a shell script that I run from
Is there a way to run a shell script using Spotlight on Mac OS
I am using a shell script to run some runner scripts in my Ruby
I want to run script file on android Shell using Native C program. I
How to compare two property files in two different folders using shell script input
How can i comapre the CPU usage value using shell script, i get a
You can create a shell script or a Python or Ruby script and run
I'm working on a project that essentially creates files via a shell script using
What is the best way to run an external sql script from within a
I'm writing a shell script which performs some operation on files. This script will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.