| Recent News |
| Date |
Title & Source |
| 15-MAY-08 |
6.06: Wired News (Wired News)
|
| |
... face="arial,helvetica,sans-serif"><b> Java and Sorta Java </b></font><br> <font size=2 face="verdana,arial,helvetica,sans-serif"> While Oracle announced plans ...
|
| 15-MAY-08 |
4.03: Follow the Money (Wired News)
|
| |
... From a public company standpoint, I still feel that Sun Microsystems, Netscape, Macromedia, Oracle, and, yes, Microsoft stand the best chance of staying ahead ...
|
| 15-MAY-08 |
Wired 2.07: alt.pave.the.earth (Wired News)
|
| |
... An unwitting newbie (eoates@oracle.com) posted his hopes that smooth asphalt would be used to pave the earth because such a surface is preferable to concrete ...
|
| 15-MAY-08 |
Wired 4.06: Metaworlds (Wired News)
|
| |
... wedding party. The oracle Uni, standing before the couple in her bright purple robes, is bringing the service to its climax. "Do ...
|
| 15-MAY-08 |
Wired 14.07: All-Access Economy (Wired News)
|
| |
... Carbon Killers. Buy It Now. All-Access Economy. One day in 1995, Marc Benioff, then a senior VP at Oracle, was trolling a new Web site called Amazon.com. ...
|
| 15-MAY-08 |
3.02: Reality Check (Wired News)
|
| |
... </font><br><br><br> <p><font size=3 face="arial,helvetica,sans-serif">< b> Oracle Corp. </b></font><br> <font size=2 face="verdana ...
|
| 15-MAY-08 |
Wired 7.02: New Money (Wired News)
|
| |
... All of this makes her $1 million annual salary at Autodesk seem like chump change. What companies does Oracle do business with? ...
|
| 15-MAY-08 |
2.01: Net Surf (Wired News)
|
| |
... b></font><br> <font size=2 face="verdana,arial,helvetica,sans-serif"> The Internet's resident omniscient being since 1989, the Usenet Oracle answers all e-mail ...
|
| 15-MAY-08 |
Wired 1.06: They Fire Clients, Don't They? (Wired News)
|
| |
... Wrong. At least where the precocious, in-your-face Woolward agency is concerned. Ask the people at Oracle, the Silicon Valley database giant. ...
|
| 15-MAY-08 |
4.02: Flux (Wired News)
|
| |
... Reading the Oracle: Atop the list of Wintel bashers, of course, is Oracle's Larry Ellison, who has convinced his troops that the Wintel standard is the devil ...
|
| 15-MAY-08 |
dbms_debug package - reg (Ask Tom )
|
| |
<code>Hi Tom
With yr valuable suggestions/guidance we have migrated to 8.1.7.0.
Can u pl give detailed explanation/example of how to use
dbms_debug package. I had gone through the documentation but
there is no detailed example.
Thanks in A...
|
| 15-MAY-08 |
Application logging and error handling (Ask Tom )
|
| |
<code>Hi Tom
Firstly I'd like to thank you for providing such a helpful and informative site for all of us.
Next I'd like to get your "two cents worth" on a debate that is currently going on at the site where I'm working. The subject of the de...
|
| 15-MAY-08 |
How to retrive last page without querying for row count. (Ask Tom )
|
| |
We have a requirement of pagination where the page size is 1000.
we need to provide an option of first, next, prev, last to the user.
As suggested in this forum we can use rownum to achieve first, next and prev as follows
pagesize = 1000
foprm...
|
| 15-MAY-08 |
ORA-00604 - what does it mean (Ask Tom )
|
| |
<code>Hi,
I have the following problem:
SQL> select * from t;
select * from t
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04092: cannot COMMIT in a trigger
ORA-06512: at line 12
ORA-00942: tabl...
|
| 15-MAY-08 |
A Custom Error Handling System (Ask Tom )
|
| |
<code>Hi Tom,
I am in the process of designing an error handling and failure notification system for use by our all our custom PL/SQL programs.
My plan is that all our custom PL/SQL programs, in the case of a fatal error, will call a single error...
|
| 15-MAY-08 |
Bulk insert of records , using something like a user defined record ??? (Ask Tom )
|
| |
<code>
We need to select 50 columns and insert it into another table.
Which is the quicket way.
The one which comes to my mind immedietly is as follows
declare
type testarray is table of varchar2(3000) index by binary_integer;
v...
|
| 15-MAY-08 |
Differrent Character set and NLS (Ask Tom )
|
| |
<code>Hi TOM,
Some question on Character set and NLS.
1) What is the different between US7ASCII and WE8ISO8859P1 character set and NLS?
2) Is there any problem for the DB with two diferrent character sets to interact,
- trigger
- dblink...
|
| 15-MAY-08 |
Update table with multiple columns from another table ? (Ask Tom )
|
| |
<code>Hi Tom,
Due to migration to new system we have to change all our account numbers. ( Client number is consist of branch, Number, Sub Number Currency Code )
We have one big transaction table around 1 million records, having many columns, a...
|
| 15-MAY-08 |
Oracle hot backup (Ask Tom )
|
| |
<code>Hi Tom,
I am using the oracle hot backup facilty in ARCHIVELOG mode. I would like some advice/guidance on a particular matter .
Currently I am performing a hot backup every day as follows :
1. Copy each tablespace in turn by setting ta...
|
| 15-MAY-08 |
SQL Tuning (Ask Tom )
|
| |
<code>I am new in tuning sql statements. Can u give a methodology of tuning
the sql statements.
</code>
|