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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
with T as ( select '0' str from dual) select * from T where regexp_like (str, '^d{0,2}*$')
SYSTEM_DRIVE:\ > sqlplus Username: conn sys@<database-name> as sysdba Password: <database-password>
C:\ > sqlplus Username: conn sys@mydb as sysdba Password: ******
SYSTEM_DRIVE:\ > set ORACLE_SID = <database-name> SYSTEM_DRIVE:\ > sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password: SYS_password