Answer Posted / posamram
select next_day(last_day(sysdate),'MON')-7 FROM DUAL;
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain enable novalidate constraint.
How to define and use table alias names in oracle?
What is tns entry?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What privilege is needed for a user to create indexes in oracle?
How to select some columns from a table in oracle?
What is the parameter mode that can be passed to a procedure?
master table and child table performances and comparisons in Oracle ?
How to define an oracle cursor variable?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is an Oracle Instance?
How can we delete duplicate rows in a table?
What is difference between sid and service name in oracle?
What is a synonym? What are its various types?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance