Skip to Main Content

APEX

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!

What's the problem with my password while installing Apex 20.1?

User_UBZRDDec 22 2020
I am installing Apex 20.1 on my windows 10 with oracle 19c.
 After running the command : @apxchpwd.sql I get this error even after 
respecting all the password regulation and trying different 
combinations of mails and passwords :



User "ADMIN" does not yet exist and will be created.
Enter ADMIN's email [ADMIN] 
Enter ADMIN's password []
ERROR:
ORA-01756: quoted string not properly terminated



Comments

AndyH

That error message usually means that you've included a quote character, in this case the password?

User_UBZRD

No I haven't used any quotes in password or username or mail , and i respected all regulations.

InoL

An @ in the password is also a problem. This is used in the connect string un/pw@db.

Aredd

Looks like you used a single quote as a special character, and it blew up the SQL in general the only special character that doesn't cause problem with any OS or client interface that I am aware of is the underscore ( _ ). jobs

1 - 4

Post Details

Added on Dec 22 2020
4 comments
238 views