DBA ORACLE

It’s now easier for people to find your Page in search. People can also visit your Page at fb.me/oracledbajoly and send messages to your Page at m.me/oracledbajoly.

SQL ANSI – TEST

https://lamp-dev.com/elance-ansi-sql-code-test-with-answers/109 1. Consider a table named “salary” having the following columns: “id” (type: INT)“salary” (type: INT)“incentive” (type: INT)“tax” (type: INT) Write a standard SQL query which will update the tax. read more…

Note de frais en CDI

Se faire rembourser ses notes de frais dans le cadre d’un CDI, c’est possible, en voici la preuve ici.   https://www.juritravail.com/chiffres-et-indices/frais-professionnels-allocations-forfaitaires-limites-exoneration.html

Tracer sql query dans base oracle

•    Pour tracer les requêtes SQL dans une base Oracle il faut passer la commande :  execute dbms_monitor.database_trace_enable(waits=>TRUE,binds=>TRUE,instance_name=>’QUALIF’);  •    Pour stopper la trace : execute dbms_monitor.database_trace_disable(instance_name=>’QUALIF’);  •    La trace sera. read more…

Author avatar

Translate »