How to write date and time literals in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
Explain what are synonyms used for?
What is an oracle tablespace?
What is hash cluster in oracle?
How to add another datafile to a tablespace?
How do I connect to oracle database?
What is oracle host variable?
select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
Explain what are the characteristics of data files?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions