| Thread | Last Post | Replies |
|
| Oracle Java Question | 29 Jun 2005 20:43 GMT | 8 |
We are using a Java routine installed within our Oracle database to send email. This works fine for text emails. We now want to send HTML emails. I've read in various locations that changes need to be made to the Java Mail API in order to send multipart
|
| Help! Oracle Chunk Definition | 29 Jun 2005 20:24 GMT | 2 |
I'm trying to find a good definition for an Oracle chunk. I know it's something like amount of free contigious in a tablespace or something like that. Thanks.
|
| s...port's - problem | 29 Jun 2005 19:27 GMT | 17 |
Oracle works on port 1521 - listener client are sets to 1521 rooter pass 1521 but from thw internet i can not connect
|
| ORACLE 10r1 on SLES 9 SP1 | 29 Jun 2005 17:39 GMT | 7 |
SLES9 SP1 is on PIII with two 800MHz procesors and 2GB RAM, on four SATA 156GBhard disks are created two RAID1 arays, on one RAID is OS with 1GB swap and Oracle 10.1.0.4 enterprise edition, on second RAID are two raw partitions each 70GB ....
|
| Oracle 10 g installation problem on windows 2003 server | 29 Jun 2005 15:25 GMT | 2 |
1. I have made a download from the oracle.com homepage for "oracle db 10g release 1 (10.1.0.2) enterprise standard personal edition for ms windows 32bit". When I let the setup run I get allways the following error messsage - "OCR
|
| (noob) 8.5 call procedure with parameters and loop through list | 29 Jun 2005 15:13 GMT | 1 |
We're using an vendor-supplied application that uses procedures. I need to run a script that calls one of the procedures to update some tables, and need to do it repeatedly on multiple records. I can do it with direct updates but use of the procedure is much preferred.
|
| Locks Mode | 29 Jun 2005 14:57 GMT | 3 |
How I can know de locks modes values? I know the values: 0, 'none' 1, null
|
| Developer Privileges | 29 Jun 2005 14:48 GMT | 5 |
I have a question regarding the privileges generally granted to the developers at large companies. I'm currently a Siebel developer, responsible also for the PL/SQL interfaces, and my privileges consist, in their entirety, to "connect", "create procedure" and one more that I
|
| Tracking "selects" | 29 Jun 2005 14:04 GMT | 7 |
Does Oracle keep track of the "selects" issued against the database in the redo/archived logs? I need to know who viewed what data. Thanks.
|
| Oracle 10g Release 2 white paper | 29 Jun 2005 13:56 GMT | 3 |
http://www.oracle.com/technology/products/database/oracle10g/pdf/BWP_Overview_10 gR2_060205.pdf
 Signature If you talk to God, you are praying. If God talks to you, you have schizophrenia.
|
| ARCHIVE LOG every 5 minut | 29 Jun 2005 10:57 GMT | 16 |
I have strange situation. My Oracle generate exactly every 5 minutes archive file. I don't know why exactly every 5 min. he create *.arc file and always this files have 100MB. What to check? What is wrong?
|
| Physical Standby Database | 29 Jun 2005 09:22 GMT | 5 |
I just set up and configure a primary (SID=prod) and a standby (SID=stdby) db on 2 separate machines. The archived logs from the primary db can be shipped to the standby db correctly. However, when i query the v$archived_log from the standby db, the
|
| Components of Logical database | 29 Jun 2005 07:46 GMT | 4 |
Can anyone list all the parameters of Logical part of database which are to be consider while creating a database for getting better performance. I got to know some of them,such as,
|
| vendor using oracle 10g database for application, but wants to lock access to data (vendor lock-in) | 29 Jun 2005 06:49 GMT | 11 |
what are ways to bypass vendor lock-in on oracle 10g? one site I work at has been a beta testing site for about 2 years for an EMR vendor (electronic medical records). Now, the application is almost finished and I asked about odbc or XML
|
| PLSQL: how to test if a table exists? | 29 Jun 2005 04:28 GMT | 26 |
in a PLSQL script, I want to execute code only if a certain table exists. A pseudo-solution could be: declare cursor c1 is select * from notable;
|