-
```
What steps will reproduce the problem?
1.Create New Resource
2.Optional archived resource to load: (eml.xml).
What version of the provider software are you using? The version should be
displayed …
-
**Describe the bug**
1. We have recently written a Testcase for a complex procedure containing 3000-4000 lines of code. While executing the testcase, it took 20-30 minutes of time to generate the exe…
-
Environment:
Server: Oracle 12c ( on Linux )
NLS_CHARACTERSET = WE8MSWIN1252
NLS_NCHAR_CHARACTERSET = AL16UTF16
Client: 18.5c on Windows 10
ocilib: ANSI build
UTF-8 env setting
I am trying…
-
Hi,
I have tried to install keep alive extension on Oracle SQL Developer for Mac, but had no success.
Steps executed:
1) Downloaded from https://github.com/scristalli/sql-developer-keepalive/re…
-
(a little edit)
Hello guys,
I have just generated a coverage report with
```
utplsql run -d user/passwd@host:1521/mydb -source_path=sources -test_path=tests -f=ut_coverage_html_reporter -o=gene…
-
When I do this
![image](https://user-images.githubusercontent.com/3883171/82116019-cc674600-9766-11ea-86e8-116283bf2ba1.png)
I do not get an error message, even if nothing is copied into the cli…
-
Hi
I have problem with insert and select dates.
versions:
win32
v12.16.0
x64
5.0.0
18.4.0.0.0
sessiontimezone: "Europe/Belgrade", real is Poland where we have TZ +1:00 and CEST +2:00 (from …
-
criei a view no sql developer, banco de dados oracle
CASE
WHEN (TO_DATE(E1_VENCREA,'YYYYMMDD')) < SYSDATE
THEN SYSDATE-1
ELSE TO_DATE(E1_VENCREA,'YYYYMMDD')
END AS VENCREA
No sq…
-
I am using Docker for Windows and run my Oracle container like this:
```
docker run -d --expose 4000 -p 14000:4000 -p 11521:1521 -p 15500:5500 --name Oracle oracle12c_empty:latest
```
This im…
-
Hello,
after installation of the extension all but two of my Oracle connections are gone. I would like to understand why. I used SQLDeveloper 19.2 with Java 11 on macOS.
Did anyone face this iss…