-
I am using pgBoss v10 on node version 22 and postgresql 16. I have tried deleting a queue existing in my DB by invoking the .deleteQueue("myQueueName") method. However, the queue isn't being deleted …
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I can't rename/drop/recreate the database or any object **quickly** due to some existing connections/open…
ask9 updated
2 months ago
-
let firstSql = sql.table('tb_parking_car').field(`
isDel,
action,
id,
carNumber,
carOwer,
carStatus,
startTime,
endTime,
pastDueStatus,
…
-
```
What will the enhancement do?
-) Add Domain Values to PL/SQL Package. A check function and pipelined LOV function should be available to check and return, respectively, the values of the domain…
-
Background:
I want to parser pl/sql with c ++target .
Grammar:
https://github.com/antlr/grammars-v4/tree/master/plsql
results:
ParseTree is too slow, about 3 ~4 seconds
int main(int , c…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
在3.X版本之前我可以使用非查询调用如下脚本(…
-
Hi, I am looking for a logger library for my PL/SQL and APEX applications. I found this project and it is very interesting but last update was 7 years ago. Is it because it's mature or beause it's no …
-
### Description
SQL UDFs were introduced in #10957. I'd like this functionality to be exposed in Python, e.g.:
```py
function_registry = pl.FunctionRegistry([
pl.UserDefinedFunction("double"…
-
A 사용자로 접속하여 권한을 가지고 있는 B유저 소유의 테이블을 select하려고 할때
connect 아이디/패스워드@서버 문장을 이용하여 jdbc컨넥션을 변경후에 해당 쿼리를 실행하고 최종 쿼리 종료후에는 기존 컨넥션으로 돌아오는게 가능할까요? ^^;
![image](https://user-images.githubusercontent.com…
-
Procedure RMAN_S3 compiled
LINE/COL ERROR
--------- -------------------------------------------------------------
23/3 PL/SQL: SQL Statement ignored
25/21 PL/SQL: ORA-01031: insufficie…