how to fix the IDEA can not connect databse - intellij-idea

when i trying connect oracle,the IDEA always throw
com.intellij.execution.ExecutionException
i checked all settings,found in database settings that all advanced setting is empty
enter image description here
who can help me slove this program😭

Related

All icon is missing from phpMyAdmin

I am able to create users, and all process.
But I don’t know why all icons is missing from phpmyadmin
As Well as see
Another Example
My pc is in a LAN and another user adds table in my phpmyadmin.
What’s the problem is here?
And my network tab is as follow
Network Tab
if you use firebug or similar, you can look at the error that occurs with the images. With this debug data, you can resolve it.

SQL Server error: connection string property has not been initialized

I am trying to export a the results of a SQL query into Excel. I found this YouTube video that shows how to achieve this (https://www.youtube.com/watch?v=xCyZNY0isUM).
Following these instructions, I right click on my database, go to Tasks > Export. The wizard launches. I pass the initial page, and I get to the "Choose a data Source". I leave the default (.Net Framework Data Provider for Odbc) and click "Next". Here, I get this error message:
connection string property has not been initialized (System.Data).
Thank you for your help.
Change the source from the default to "SQL Native Client" which relies on Windows Authentication.
Actually I had the same error but I changed the Choose Destination to native option (the last one) instead of doing "Choose Source" and apparently it worked.

cannot edit in Realm Browser

I've read a few answers that say it's possible to edit database with Realm Browser but I can't.
I've got a base with two tables : category and specimen. The padlock top right is open. I can click on a new line, add text in fields or change text of existing fields. I go from one table to the other and back and the changes have been ignored.
I've clicked on add new object.
What am I missing?
thanks for any guidance
Are you hitting 'return' when you've finished editing a field? Additionally, there's a new test version of the Realm Browser available on its GitHub page: https://github.com/realm/realm-browser-osx/releases/tag/0.98.3
There were some issues with text fields ignoring input commands in OS X El Capitan, but that should be resolved on the App Store version of the Browser.
In any case, please try the latest version of the Browser with those instructions, and let me know how you go!

Verify answer from Google calculator using Selenium

I have just started using Selenium IDE and I am trying to open the Google search engine and type in a sum (example 5+7). This will open a result page with a calculator and the answer in it.
So far the test works but when I try to verify that the answer is correct I am getting an error even though it is. Basically I am highlighting the answer, right clicking on it and clicking verifyText. Similarly if I click on the text box holding the answer and choose verifyElementPresent I get an error as well.
Can someone please enlighten me on why I am getting these errors.
P.S I am new to Selenium so I would appreciate it if your answer is kept simple
Thanks in advance :)
You are getting the error because of the latency time.
Just add a waitForElementPresent keyword before validating the result.
It Workss...
Happie learning. :)

Microsoft SQL Server not letting me open .bak

I am taking a class and our instructor gave us a file to download called cs.bak and its supposed to be formatted for the version of SQL we are using. So I downloaded the one for Microsoft SQL Server.
Well I tried to do the restore but when I get to the part that I choose device and locate the file cs.bak it loads and now I am suppose to be able to choose destination. Well after I choose destination I do not have the OK button to go through with the restore.
On these instructions http://www.katieandemil.com/sql-server-2012-restore-database-backup-file
If you count the window screens. I can only get as far as the 6th screen.
I am suppose to do this, "Some questions will ask you to write out query results from a database. In order to answer these questions you will need to have the example database available to you."
Well I can't open it to do this. Any help would appreciated. Thank you.
Check this:
This checkbox might be unchecked - and then the [OK] button remains disabled...
This seems to be a Windows Layout issue. To resolve this, reset the SSMS Window Layout by selecting from the main menu Window -> Reset Windows Layout.