I've started learning Oracle 12C but I keep getting a ORA-01017 error each time I try to create a database. I want to find out what I'm doing wrong but since the DBCA closes and the database isn't fully created I have no idea where I can look the parameters that generated the error. How can I fix this?
ORA-01017 Invalid Username/Password when creating a 12c database
2k views Asked by agapito At
1
There are 1 answers
Related Questions in ORACLE12C
- How to use CONNECT BY in Oracle with columns that contain strings with forward slashes
- Yii2 - Oracle performance issue when getting one row by a unique field
- Pivot statement randomly produces NULL valued columns (Oracle 12c)
- Validate datatype stored in VARCHAR2 column
- No data source definition was found for data source name: 'StorePrimary'. Oracle Retail Xstore POS Dev Setup
- Oracle catch exception code given at runtime
- Oracle's SDO_NET.FIND_CONNECTED_COMPONENTS fails with 'wrong number or types of arguments in call'
- Clone schema within same database
- Oracle PL_SQL set execution timeout
- Error while exchanging partition in Oracle ORA-14097: column type or size mismatch in ALTER TABLE EXCHANGE PARTITION
- Oracle impdb command throws ORA-12154 error, but sqlplus and sql developer are working properly
- Oracle xQuery merge two xml matching nodes
- Oracle 12c impdp ORA-12154: TNS:could not resolve the connect identifier specified
- Get new password from OraOLEDB Password Change Dialog
- Fetch/Update the amount value from previous record based on date
Related Questions in ORA-01017
- ORA-01017 logon denied/invalid username
- How do I resolve ORA-01017 error on Oracle SQL Developer 23.1 when the username and password are correct?
- ORA-01017 invalid username/password logon denied (using SERVICE_NAME)
- Oracle connection string provider error from OraOLEDB.Oracle to MSDAORA.1
- ORA-01017: invalid username/password; logon denied Oracle 12c - release 12.2.0.1.0
- Oracle sqlplus with sys as sysdba is failing with ORA-01017: invalid username/password; logon denied
- Connecting to Oracle19C Server using Oracle11g client
- Does Oracle have to be configured to log ORA-01017 invalid username/password errors
- Password invalid for sqlplus copy command but it is the correct password. Please guide me on it
- ORA-01017: invalid username/password; logon denied when trying to connect via ODP.NET (Oracle.ManagedDataAccess.Client)
- Oracle denies login for newly created users
- ORA-01017: invalid username/password; logon denied on Pluggable database
- ORA-01017 when connect with Pentaho PDI
- Oracle 12.2: Reset user password is not working
- Oracle 19c TDE syskm
Related Questions in DBCA
- dbca error: UnsatisfiedLinkError exception loading native library: njni19
- unable to run netca, dbca, and/or netmgr
- Unable to initialize DBCA
- DBCA Permission Denied
- Oracle XE 18c create database error "[DBT-50000] Unable to check for available memory" through DBCA
- Why dbca giving error NoClassDefFoundError
- Getting "Unable to check for available memory." on Oracle DB 18c
- Database Configuration Assistant Warning
- Which Oracle 11g has DBCA?
- Running Oracle NETCA/NETGMGR/DBCA on Docker for Windows
- Better alternative to pass variables via stdin with '\n'
- Oracle Database installation stuck at 'Starting Oracle Net Configuration Assistant'
- Oracle DBCA create DB warning with no OracleDBConsoleorcl service created as expected
- Cannot run my template in .dbt extension in Oracle 12c DBCA
- Could not find or load main class oracle.assistants.dbca.driver.DBConfigurator
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
DBCA creates a log file when creating a database. This log is created under $ORACLE_BASE/cfgtoollogs/dbca/.
You can also debug it by generating the database creation scripts instead of actually creating it. See here for example: http://www.realmagicdba.com/wp-content/uploads/2014/07/2014-07-30-11_57_58-database-configuration-assistant-create-database-step-12-of-16.png
also, I've created step by step for creating a Oracle 12c database using dbca - so you might find that useful as well: https://www.realdbamagic.com/installing-oracle-12-1-0-2-part-2/