-
After upgrading from version 3.1.3 to 3.1.6 the coverage report on a huge 4.7M lines code base seems to never end. I shut the execution down after more then 7 hours while on version 3.1.3 it took less…
-
As a SQLDeveloper user, I'd like to get pretty and interactive reports from my SQLDeveloper test-runs so that I can:
- see progress of test execution
- fold/unfold test suites and contexts
- see du…
-
I've uninstalled, checked my environment variables, made sure I didn't have a conflicting .dll as detailed in this post: https://github.com/ContinuumIO/anaconda-issues/issues/835 to no avail.
I hav…
-
Hi,
I found TeamSQL adds the shift timezone information automatically to my selected date column result,
It should have a switch let me choose shift or not.
My timezone is set to UTC…
-
Hello,
today, all of a sudden (mid-work), I started getting the following error:
https://gist.github.com/Adam95/e96e4f4ac7f5ed781b10f98284a1fd2d
I presume it's a runtime error.
I'm using Ubuntu 16.0…
-
Hi everyone,
I have a package 'p_menu' and a related ut package 'p_menu_ut'.
When I execute the p_menu_ut normally, everything works fine.
```
begin
ut.run('p_menu_ut');
end;
/
```
output:
…
-
The Oracle JDBC driver has a [known issue](https://community.oracle.com/thread/943911?tstart=0&messageID=3793101) on some linux systems. When using flyway, it manifests itself as an intermittent failu…
-
Hello,
i'm trying to execute the DBMS_METADATA_DIFF.COMPARE_ALTER package for a specific need.
DBMS_METADATA_DIFF.COMPARE_ALTER is a table like function, so i'm using cursor.execute for that. No …
-
I have following setup:
OS X El Capitan 10.11.6
Docker:
```
Client:
Version: 17.09.0-ce
API version: 1.32
Go version: go1.8.3
Git commit: afdb6d4
Built: Tue Sep 26 22:…
-
Hi,
I am trying to install the oracledb library and i cant run the `npm install oracledb` even with the proxy variables set in both .zshrc and npm config.
I have a username and password proxy so…