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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:03:07+00:00 2026-05-28T06:03:07+00:00

I have some SQL scripts for Oracle and I wonder to know exactly what

  • 0

I have some SQL scripts for Oracle and I wonder to know exactly what is the objective of the following line:

REM INSERTING into TABLE_NAME

After this line I get the inserts for the table.

Insert into TABLE_NAME (ID,ENUM_KEY,NAME,DESCRIPTION) values (3,3,'T_EXIT_POINT','T_EXIT_POINT');
Insert into TABLE_NAME (ID,ENUM_KEY,NAME,DESCRIPTION) values (4,4,'T_CONDITION','T_CONDITION');

Anyone can explain me this REM INSERTING, or where to find documentation about it?

  • 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-28T06:03:08+00:00Added an answer on May 28, 2026 at 6:03 am

    REM, or short for REMARK, is used in SQL*Plus to indicate the beginning of a comment in a SQL script. Read more about REM in the documentation here.

    Instead of

     REM INSERTING into TABLE_NAME 
    

    I suggest you use PROMPT

     PROMPT INSERTING into TABLE_NAME 
    

    That way the script output would contain the string “INSERTING into TABLE_NAME”.

    More about PROMPT here. It’s especially useful when you have ECHO OFF.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using SQL*Plus 9.2 on Oracle 10g enterprise. I have created some scripts that
I have some sql scripts which use INSERT INTO secondtable (field, field1) SELECT field,
I'm using a string builder to build some SQL Scripts. I have a few
I have some SQL scripts that I'm trying to automate. In the past I
Okay, I'm confused here. I have a properties file with some SQL scripts that
I decided to include some SQL Scripts into VS2010 for ease of editing /
We have some SQL server reporting services reports. I didn't write then but I
I have some SQL that does an order by case statement. It works fine.
I have some sql statements that calculates some numbers. It's possible (with bonus points/penalty
I'm working on a legacy product and i have some SQL being executed through

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.