I am using oracle 11g express and sql developer. When I open SQL developer, I don’t see any connection called ‘xe’. When I try to create a connection with name = xe, user name = xe, some password and role == sysdba,
I get an error –
Status : Failure -Test failed: ORA-01017: invalid username/password; logon denied
Why is this happening and how can I see ‘xe’ ? How do I create a connection with sysdba privileges ?
Please help me.
Thanks.
When you configure a connection in connection-menu in sql-developer:
You can right-click it, choose
propertiesand that’s what you’ll get is probably the following basic settings screen:Or, you might need to configure the connection using the “advanced settings”:
No need to mention that the username/password is case-sensitive.
Hope it helps!