SQLCL: Trying to do Select Statement Then Do A Typical Sqlplus Type Of C/search/replace/ With Special Character Such as "$" Is Failing
(Doc ID 2925912.1)
Last updated on MARCH 10, 2023
Applies to:
Oracle SQLcl - Version 22.4 and laterInformation in this document applies to any platform.
Symptoms
Environment
================
SQLcl 22.4.0.342.1212
Database 12.1.0.2
Windows 10
Problem
============
While doing search/replace type of SQL*Plus command using SQLcl does not work as expected:
Testcase
==========
SQL> select * from v$session;
Returns the output
SQL> c/v$/gv$/
1* select * from v$session;
SQL> c/v/gv
1* select * from gv$session;
SQL>
Does Not Work
----------------------
If includes "$" sign
Works
-------------
Works properly if no $ sign.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |