I use admintools from Vertica in order to trigger Database Designer. However when I execute option "Run Database Designer" from admintools menu, I've been asked to provide a password. I use password for dbadmin user however it says "Unable to connect to database". With this password I am able to connect to the database from another main menu option "2. Connect to Database". I don't get why it fails for Database Designer? Do you have any idea?
Thanks in advance
I found problem. I was using wrong password, not for pseudosuperuser user. According to doc: https://my.vertica.com/docs/7.1.x/HTML/Content/Authoring/AdministratorsGuide/Security/DBUsersAndPrivileges/DBDUSERRole.htm I should provide password for pseudosuperuser not for dbadmin.
Related
I am trying to connect to oracle instance. I succeed in SQL developer with the same account and password, but when i try in intellij it gives me ORA-01017 Invalid Username/Password.
Also please note that i succeed in connection in SQL Developer only if i choose to connect as dba for that USER. password and account is not wrong for sure..
According to the Oracle Database JDBC Developer's Guide you have
set the internal_logon connection property to SYSDBA or SYSOPER.
IntelliJ IDEA offers this in the "Advanced" Tab
To get the properties pre-filled here, you have to select or maybe even download a driver to use. (It's offered in the "General" tab on the bottom.)
I'm new and just started Oracle. I installed Oracle SQL Developer[Version: 19.2.1.247] and now I want create new connection but I'm not able to create and found an error like :
Status : Failure -Test failed: ORA-01017: invalid username/password; logon denied.
I am sure about I didn't made a mistake into entered wrong or incorrect credential. if I am so please tell me about that and also tell me the solution to solve this error.
check attachment below.
Well your error message is straight forward. The connection details (username & password) are incorrect. The solution for this error is simple --> enter the correct credentials.
Now, you said that you have installed SQL-Developer. SQL-Developer is just a tool (program/software) used for accessing a Database. In this case, my question would be: do you have a database to which you want to connect to? Based on your screenshot, I see that you are using the default HOSTNAME/SID/PORT, meaning that you either forgot to enter your Database details or you created a username on your local Database (created when you have installed ORACLE Client and followed all those instructions).
If you are trying to connect to an already created Database, make sure that the HOSTNAME/PORT/SID are the ones belonging to the Database and not the standard one.
If you created a username on your local database, then you either forgot your password or you used some invalid characters which can no longer be used right now. Try resetting the password of that user, using another user (via ALTER USER) or using the SQL Developer (right click - Reset Password) with your old password.
I'm trying to create a new database after installing Oracle Database 18c.
when I get to the second page, I always get an error of [DB T-10304] Oracle home user password is not correct.
I get this no matter what I put in there.
Any suggestions? thanks
[![enter image description here][4]][4]
I ran into similar issue with 12c on Windows Server 2016. Because the Oracle Home user is a local account, review the local security policy and verify that it is not blocking "Local account" from accessing the computer over the network.
I have installed oracle 12c and weblogic server installed.
I have configured web logic server and it is up and running.
Next step is to configure Repository Creation utility and to proceed with Forms configuration.
I opted "Prepare Scripts for system Load" because we do not have sysdba permission users.
How to configure RCU without knowing the username and password?
Note:I have the host and service details.
Refer the screenshots.
enter image description here
Thanks
Sudha
You can't. Username and password are obligatory.
Default username is SYS; if you use it, role must be SYSDBA. Other usernames would use NORMAL role.
If you don't know those credentials, ask your DBA; they know everything about it.
Typed the correct username and password created in sql database, did the firewall settings and Silverlight ver is 5. Still unable to access. Need some help! There was an error connecting to the server. Failed to retrieve connection information. Try to login again.
You can reset the DS Server password from the portal. Navigate via Azure Management Console, then go to SQL Databases, then go to SERVERS tab. Then go to DASHBOARD. The find Reset Administrator Password, click that to reset the password.
Then try again.