ancc

Results 7 issues of ancc

In section "Deploying RAC on Docker with RAC Storage Container" for adding second node has example ``` # docker create -t -i \ --hostname racnode2 \ --volume /dev/shm \ --tmpfs...

documentation
RAC

Is it possible to add deadlock exception as similarly there's IntegrityError? Then it's simple to catch it and retry the operation. try: ... except cx_Oracle.DeadlockError: ...

enhancement

Any reason why pytest-runner is required for setup.py install? Version 3.0.1 didn't require pytest-runner.

Following create table statement is not recognized by the parser, which is valid statement for Oracle database. ``` from simple_ddl_parser import DDLParser DDLParser("create table test (test_time timestamp(3) with time zone);").run()...

Following create table statement is not recognized by the parser, which is valid statement for Oracle database. ``` from simple_ddl_parser import DDLParser DDLParser("create global temporary table test (id number);").run() ```...

1. What versions are you using? 2.4.1 Give your database version. 19.11.0.0.0 Also run Python and show the output of: import sys import platform print("platform.platform:", platform.platform()) print("sys.maxsize > 2**32:", sys.maxsize...

bug
patch available

When Redis is not available ~15min then worker child process scheduler gets terminated. How to increase the timeout? ``` rqworker -u redis://redis:6379 -s --worker-ttl 2000 test 14:59:06 Worker rq:worker:93fcfbf884a04bdfadb5a5573082e41c started...