Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL*Plus "prompt" command does not display semicolon (;)

gpafogartyFeb 28 2011 — edited Feb 28 2011
In a script I have a prompt command that writes a helpful message to a spool file. The final character to be displayed by the command is a semicolon (;). The semicolon is not being displayed. The same thing happens when I execute the command from a SQL*Plus command line. Here is the command and its output:

SQL> PROMPT seeks to access: SELECT * FROM <table_name> WHERE rowid='<rowid>';
seeks to access: SELECT * FROM <table_name> WHERE rowid='<rowid>'

Can anyone tell me why the semicolon is not being displayed, and what I have to do to make it appear?


Thanks,
Bill
This post has been answered by Centinul on Feb 28 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2011
Added on Feb 28 2011
2 comments
2,097 views