-
TD002: Funkce v pl/sql
**_to do id: 002_**
Je potřeba udělat speciální soubor do databáze, s funkcemi - na které se budeme odkazovat v C# a používat je přes `Execute`
fotky ze cvika s příkladem…
-
It looks like PL/SQL grammar (https://github.com/antlr/grammars-v4/tree/master/sql/plsql) supports some generic / abstract version, because there is only one version available AFAIK.
Could you spec…
-
**Describe the bug**
Like #875 ,vue has same problem.
**cloc; OS; OS version**
- cloc version:2.02
- If running the cloc source, Perl version:
- OS (eg Linux, Windows, macOS, etc):windows
…
-
1.Realice un programa PL-SQL declarando un variable contenedora del numeral que será elevando a la potencia de 2. guarde el resultado en una variable resultante e imprímalo por pantalla.
2.Realice u…
-
```
create type ty_a is object (b VARCHAR2(10));
/
CREATE TYPE TYT_a IS TABLE OF TY_A;
/
CREATE TYPE TYT_VARCHAR2 IS TABLE OF VARCHAR2(10);
/
```
```
Connected to Oracle Database 11g Enterp…
-
Hi, I have a partitioned table setup with a cron job that calls `partman.run_maintenance('table')` every week. About 3 weeks ago, my job started to fail due to timeouts. I just noticed this week and I…
-
**Describe the bug**
Server crashes when executing the following SQL-script
**What data setup do we need to do?**
OrioleDB (master) with Oriole's PostgreSQL (patches16_32)
**What is the necess…
-
Prior to Oracle 19.25, this works:
`
use DBI;
use DBD::Oracle qw(:ora_session_modes);
$dbh = DBI->connect('DBI:Oracle:', '/', '', {ora_session_mode => ORA_SYSDBA, RaiseError => 1}) or die "Can…
-
E.g. :
``` SQL
CREATE OR REPLACE VIEW v_tab_1 AS
SELECT * FROM TAB_1
/
-- config pour l'appli
CREATE OR REPLACE VIEW v_tab_2 AS
SELECT * FROM TAB_2
/
```
-
The quantitative testing project at the CRS dev retreat in Nov 2024 (https://github.com/coreruleset/coreruleset/wiki/Discussion-Quantitative-Testing) revealed some false positives on 942151.
Here i…