Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Apr 20, 2009
Hidden Table
›
Create table " " (EMPNO NUMBER(3)); Creates a table with 4 spaces as its name. When you select the list of tables from all_tabl...
Apr 18, 2009
Export Acess to Oracle
›
This topic deals with the exporting the table and its data from Access to Oracle database . For this first you need is to create a datasourc...
Apr 9, 2009
Table Creation/// NOT NULL (check constraint)
›
Everything (Table Creation including Primary ,Foreign key ,Check constraint and giving user defined CONSTRAINT NAME for NOT NULL CONSTRAINT...
Apr 7, 2009
Oracle Wokspace 4
›
dbms_wm.gotodate begin dbms_wm.gotoworkspace('B_focus_1'); end; insert into test values (6,'Wayanad','YS',...
Mar 26, 2009
Oracle Wokspace 3
›
To Refresh workspace begin dbms_wm.gotoworkspace('B_focus_9'); dbms_wm.refreshworkspace('B_focus_9'); end; But if th...
‹
›
Home
View web version