Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run book has wrong password #51

Closed
awesomesince96 opened this issue Nov 23, 2024 · 1 comment · Fixed by #52
Closed

Run book has wrong password #51

awesomesince96 opened this issue Nov 23, 2024 · 1 comment · Fixed by #52
Assignees

Comments

@awesomesince96
Copy link

While Creation :

alter system set vector_memory_size=512M scope=spfile;

alter session set container=FREEPDB1;

CREATE USER "WALKTHROUGH" IDENTIFIED BY OrA_41_M_SANDBOX
DEFAULT TABLESPACE "USERS"
TEMPORARY TABLESPACE "TEMP";
GRANT "DB_DEVELOPER_ROLE" TO "WALKTHROUGH";
ALTER USER "WALKTHROUGH" DEFAULT ROLE ALL;
ALTER USER "WALKTHROUGH" QUOTA UNLIMITED ON USERS;
EXIT;

While logging :
Enter the Database Username: WALKTHROUGH
Enter the Database Password for WALKTHROUGH: ORA_41_M_SANDBOX
Enter the Database Connection String: //localhost:1521/FREEPDB1
Save

podman exec -it oaim-db sqlplus 'WALKTHROUGH/ORA_41_M_SANDBOX@FREEPDB1'

Please make sure passwords are consistent throughout

@awesomesince96
Copy link
Author

@gotsysdba gotsysdba self-assigned this Nov 23, 2024
@gotsysdba gotsysdba linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants