You are here:
I can answer questions about Sql (including Sql tuning), pl/Sql and a bit of oracle administration
I work as a consultant in Brazil and I face problems of all kind in oracle every day development.
INFNET
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| sandeep | 07/31/09 | 10 | 10 | 10 | 10 | thats the solution thank u sir |
| sandeep | 07/27/09 | 10 | 10 | 10 | 10 | thanks sir i am sincerely thankful to ..... |
| Ajay | 01/07/09 | 8 | 8 | 10 | 9 | |
| swathibudama | 12/31/08 | 10 | 10 | 10 | 10 | |
| shalabh | 12/10/08 | 10 | 10 | 10 | 10 | Thanks a ton. It worked. |
SQL Loader SQL*Loader (sqlldr ) is the utility to use for high performance data loads. The data can be loaded from any text file and inserted into the database. During processing, SQL*Loader writes
---Examples of FlashBack create table test_flashback (ab number(2)); insert into test_flashback select substr(dman_cd_dim_ano,1,2) from dm_ano; delete from test_flashback; commit; insert
Hi there. A good and common approach is to create a table with a blob column. When you perform the loop, call the values of the blob with a execute immediate. for rec in (...) loop execute
Hi bandana. I could not understand your question well. What you want is to know the name of the procedure? If so, make a select from all_dependencies, and see the dependencies of the function.
Hi there Some examples: select * from dual a where sysdate between to_date('16/07/2009','dd/mm/yyyy') and to_date('16/08/2009','dd/mm/yyyy') select * from dual a where sysdate between to_date(replace('16-07-2009'
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.