youdie wrote 2 years ago: VB – Connection String Syntax from Access, SQL Server, Mysql, Foxpro, Sybase, DB2 even AS/400 … more →
youdie wrote 2 years ago: Sequence NEXTVAL and CURRVAL In Oracle, you can create an autonumber field by using sequences. A seq … more →
youdie wrote 2 years ago: Example of a pivot query : scott@DEV816> select job, deptno, count(*) 2 from emp 3 group … more →
youdie wrote 2 years ago: To install a PL/SQL-based application in another database instance, you must CREATE OR REPLACE tho … more →
youdie wrote 2 years ago: Crypto dalam prosedur ini sangat berguna untuk men-encript data / fields yang panjangnya max 8 byt … more →
youdie wrote 2 years ago: 1. Untuk mengenerate statement grant sebagai berikut: spool c:\script\grant_syn.txt set heading off … more →
youdie wrote 2 years ago: Script ini digunakan untuk memonitor segment dan tablespace agar tidak kehabisan space. (unable to … more →
youdie wrote 2 years ago: Script ini digunakan untuk memonitor segment dan tablespace agar tidak kehabisan space. (unable to … more →
youdie wrote 2 years ago: Script ini digunakan untuk memonitor segment dan tablespace agar tidak kehabisan space. (unable to … more →
youdie wrote 2 years ago: Untuk melihat user yang mem-block dan user yang wait dengan syntax sebagai berikut : set line 500 co … more →
youdie wrote 2 years ago: Tabel yang aktif dalam insert/update akan terjadi chaining (data block terpisah di page lain). Akiba … more →
youdie wrote 2 years ago: 1. Untuk Melihat sql yang sedang active dari user select a.username,a.sid,b.sql_text from v$session … more →
youdie wrote 2 years ago: 1. Export data dengan kondisi atau where clause tertentu, tidak semua row dalam tabel tersebut diexp … more →
youdie wrote 2 years ago: Mencari duplikat rows dari suatu table : SELECT * FROM Table1 a WHERE a.rowid > (select min(b.row … more →
youdie wrote 2 years ago: Bila lupa password sysman Oracle Enterprise Manager, gunakan sql statement dibawah untuk reset : U … more →