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 665517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:43:00+00:00 2026-05-13T23:43:00+00:00

How do you detect the current SCAN state and revert it after changing it?

  • 0

How do you detect the current SCAN state and revert it after changing it?

An exerpt from the script in question:

SET SCAN OFF
SET ECHO ON
SET SQLBLANKLINES ON

SET SCAN ON
UPDATE TABLE_NAME SET CREATED_BY = &&created_by;
SET SCAN OFF

The problem is that if the script doesn’t have the first line (SET SCAN OFF), then the code to prompt the user should not turn the SCAN state off afterwards. The pseudocode solution:

-- The next line might not exist, or be "SET SCAN ON".
SET SCAN OFF
SET ECHO ON
SET SQLBLANKLINES ON

-- Remember if the scanning was on or off.
PUSH SCAN STATE
SET SCAN ON
UPDATE TABLE_NAME SET CREATED_BY = &&created_by;

-- Revert scanning to its former state.
POP SCAN STATE

The line PUSH SCAN STATE remembers the state so that if the code is altered by removing the first line, the rest of the script still works as expected, due to the corresonding POP SCAN STATE.

  • 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-05-13T23:43:01+00:00Added an answer on May 13, 2026 at 11:43 pm

    the sqlplus STORE command is supposed to do this, unfortunately it doesn’t seem to save the SCAN state (SQLPlus 9.2.0.1.0). I will demonstrate with another setting (TIMING):

    SQL> show timing
    timing OFF
    SQL> -- save parameters into an os file
    SQL> store set param.sql create
    Created file param.sql
    SQL> -- run script
    SQL> SET TIMING ON
    SQL> show timing
    timing ON
    SQL> -- reset state
    SQL> @param.sql
    SQL> show timing
    timing OFF
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to detect the current locale in OS X from the command line.
How can I detect the current text formatting at the cursor position in a
I need to know how I can detect the current application pool I am
For my current C++ project I need to detect a unique string for every
How to detect my current device name through iOS?
Is there a php or javascript code that can detect the current user's page
I need to detect when a session has expired in my Visuial Basic web
How do people usually detect the MIME type of an uploaded file using ASP.NET?
How do I detect if the system has a default recording device installed? I
How can I detect when an Exception has been thrown anywhere in my application?

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.