I am constantly facing a strange problem using Oracle SQL Developer.
I have a procedure in my schema, which is correctly compiled. However almost each time I close a database connection or restart computer, I see this procedure uncompiled althought I didn't make any changes in code...
Has anyone ever faced similar case? Thanks in advance for help.
Related
I have an SSIS that using OLE DB to query oracle database.
The query is actually working well. However, I don’t know why I have following funny performance from my SSIS:
I cannot preview my query result on any data flow, it will turn up with OLEDB run into unknown error
Even clicked “save password”, it will still forgot my password as long as I run into the error from step 1.
I am pretty sure I have OLEDB installed for oracle as I can use debug mode to run the entire package. But I just cannot understand why this happens.
May I ask anyone to share any light?
Thanks in advance!
I have been using Oracle 18c since March for my college classes. I have always worked using SQLplus. The issue now is that I cannot start SQL*Plus when I tried to start it 2 days before.
When I try to launch it, it opens and closes in less than a second. I tried to open sqlplus via command prompt, but it shows an error saying:
Error 57 initializing SQL*Plus Error loading message shared library
I have no clue what went wrong so I thought re-installing the entire 18c product would solve something. Now that I go for uninstalling Oracle 18c, it shows an error message like shown here
Can someone please suggest me what is going wrong here? I would really like to have the SQLPlus working again like normally it would, so I can complete my DBMS projects.
I have Oracle SQL Developer v4.1.3. Currently I am able to connect with my database. But after connecting to database when I try to open SQL Worksheet, nothing happen. I am not able to open my SQL Worksheet.
I try to open 'Open SQL Worksheet' or Alt+F10, but nothing will be happen.
When I try to connect to database, I successfully connect to database but I am getting below error on log pane.
I download the new version of Oracle SQL Developer v4.1.5. But I am facing same issue.
I already see one post (SQL Worksheet is not displaying in SQL Developer) related to this question. But it will not help me.
I am using Oracle SQL Developer as direct run not installed.
I have windows 10 and jdk1.8.0_60 (64bit) installed.
Please help me to fix this.
I'm also faced this and finally found the issue. This has happend because of antivirus(kaspeskey).
So, disabled the antivirus, it works fine.
Got a really weird issue.
I am writing a small program that will connect to an oracle DB and pull some stats.
My issue is that I can not get my program to connect to oracle. I am getting a "ORA-12545: Connect failed because target host or object does not exist" error.
My understanding is that this is a connection issue....IE It cant find the oracle DB. But I had several of my teammates download the code and it works fine on their machines. I can connect to the oracle DB using PL/SQL on my machine. I have checked the TNS values and they match what my teammates have.
I have been troubleshooting this for hours...anyone have any ideas?
Thanks
Turns out the issue was me. I had my code stored on a network drive and it Visual Studio will not run it if that is the case. Moved the code to a local drive and all worked fine. – user2115732 18 secs ago edit
I am sort of new with Oracle. We are having lot of issues.
We use two main clients for running queries. SqlDeveloper (provided by Oracle) and PL/SQL Developer 7.1.
We are trying to debug a stored procedure. Problems are:-
There are some Stored Procedures that are compiled with somename.SPNAME meaning they are in a different schema/or synonym? So when we login to our DB from SQLDeveloper we are not able to see the stored procs that were compiled with somename.SPNAME.
When we login to the Same DB via PL/SQL developer we ARE able to see above mentioned SP's however, we are not able to debug anything. Clicking on Debug toolbar shows everthing is grey'ed out (except setting/modifying breakpoints).
So from here, we need to resolve either of the issues. Either change something in sql developer so all the SP's are shown and then we can debug them (since we know debugger in sql developer works) OR make debugging work in PL/SQL developer.
I know the question and explanation got a little verbose but we are struggling with this problem and could really use some help.
For Oracle SQL Developer, you'll see other schema's objects by expanding the "Other Users" node.
For debugging with PL/SQL Developer, you'll need the "DEBUG CONNECT SESSION" privilege.