Created
May 14, 2024 18:59
-
-
Save dincosman/284401dd6e2d5c8041fd35dafc53f42e to your computer and use it in GitHub Desktop.
Configure Oracle Database 23ai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@oradev01 ~]# /etc/init.d/oracle-free-23ai configure | |
| Specify a password to be used for database accounts. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9]. Note that the same password will be used for SYS, SYSTEM and PDBADMIN accounts: | |
| Confirm the password: | |
| Configuring Oracle Listener. | |
| Listener configuration succeeded. | |
| Configuring Oracle Database FREE. | |
| Enter SYS user password: | |
| ********* | |
| Enter SYSTEM user password: | |
| ****** | |
| Enter PDBADMIN User Password: | |
| ******** | |
| Prepare for db operation | |
| 7% complete | |
| Copying database files | |
| 29% complete | |
| Creating and starting Oracle instance | |
| 30% complete | |
| 33% complete | |
| 36% complete | |
| 39% complete | |
| 43% complete | |
| Completing Database Creation | |
| 47% complete | |
| 49% complete | |
| 50% complete | |
| Creating Pluggable Databases | |
| 54% complete | |
| 71% complete | |
| Executing Post Configuration Actions | |
| 93% complete | |
| Running Custom Scripts | |
| 100% complete | |
| Database creation complete. For details check the logfiles at: | |
| /opt/oracle/cfgtoollogs/dbca/FREE. | |
| Database Information: | |
| Global Database Name:FREE.localdomain | |
| System Identifier(SID):FREE | |
| Look at the log file "/opt/oracle/cfgtoollogs/dbca/FREE/FREE.log" for further details. | |
| Connect to Oracle Database using one of the connect strings: | |
| Pluggable database: oradev01.localdomain:1426/FREEPDB1 | |
| Multitenant container database: oradev01.localdomain:1426 | |
| Oracle Home is configured as "/opt/oracle/product/23ai/dbhomeFree" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment