| Thread | Last Post | Replies |
|
| add tables to a user scheme | 29 Mar 2006 18:05 GMT | 1 |
I am using TOAD to organize my Oracle Test database. I created a new user and know want to assign to this user some tables and views like dba_segments, etc. How can I do this? Thanks for your help,
|
| Copying the PL/SQL web toolkit | 29 Mar 2006 14:13 GMT | 8 |
As has been noted on here a couple of times, if you want to use the web plsql toolkit to generate xhtml-compliant tags (e.g. all lower case) then one option is to copy the HTP and HTF packages and edit these (the source is not wrapped).
|
| how to call external exe from Database Trigger | 29 Mar 2006 12:59 GMT | 3 |
There is a measurement data which storing some measurement values. Now i want to write a trigger on this to achive following goal. insert in a history table if the measurement.DataValue is increase by some predefine value. also insert the time for this.
|
| Help with Anonymous block that returns a cursor | 29 Mar 2006 12:19 GMT | 2 |
I am trying to write an Anonymous block that will return a cursor so that I can run this SQL via ODBC and it will return a recordset. I am unfamiliar with how I should declare this function so that it will be recognised ... at the moment I get an error saying: "'SP_GET_CURSOR' is
|
| how can see my database is in pfile or spfile mode ? | 29 Mar 2006 12:18 GMT | 3 |
someone could tel me how can i do to see if my database is in spfile or in pfile mode ? Thanks
|
| DatabaseMetaData.getColumns() returns 0 fileds when create a synonym on? | 29 Mar 2006 11:19 GMT | 1 |
DatabaseMetaData.getColumns() returns 0 fileds when create a synonym on? Hi, There. I met this problem:
|
| Oracle 9i Advanced Replication | 29 Mar 2006 05:13 GMT | 4 |
On a Solaris 8 system running Oracle 9i (9.2.0.6) Enterprise Edition we are considering Advanced Replication. We basically need to replicate all the user schema objects in the database. After wading through the docs I have a few questions.
|
| Getting ROWID back in all caps | 28 Mar 2006 23:19 GMT | 6 |
Need help!!! I am writing an sp that uses a cursor to get the rowid and it passes as upper case. Is there a way to get the cursor to preserve the case? Thanks,
|
| What tools come with Oracle? | 28 Mar 2006 21:37 GMT | 1 |
A client has given us a project that will include working on their oracle database. We could write a tools to achieve what we need but Oracle might already have such software.
|
| Regarding SHUTDOWN Options | 28 Mar 2006 21:04 GMT | 2 |
while reading Fundamentals certification guide, i read the following question. while shutdown option will waits for users to complete their uncommitted transactions?
|
| Change LISTENER port - effect on 10g OEM Database Control | 28 Mar 2006 20:23 GMT | 1 |
I am setting up a new database that will soon be in use. (Oracle 10.2.0.2.0, Windows 2003). I read some security articles that recommend changing the default LISTENER port to something besides 1521. I decided this sounds like a
|
| 10gr2 Catalog access issues | 28 Mar 2006 19:59 GMT | 1 |
From the time I upgraded to 10gr2 on SPARC SOL9, I have run into oracle process hitting the ceiling in processor usage when developer applications such as MS Access or reporting programs like Crystal Reports accesses catalog related info such as column names and types
|
| error during rman cloning | 28 Mar 2006 19:57 GMT | 2 |
I'm trying to do a clone and getting these errors. Any Suggestions ? Oracle 8.1.6 on HPUX / HP Dataprotector. I have created the soft link as ln -s /opt/omni/lib/libob2oracle8.sl $ORACLE_HOME/lib/libobk.sl
|
| bulk insert - to make it faster | 28 Mar 2006 18:53 GMT | 12 |
I have to insert 32 million records and i have pasted the script below that i am using. It is taking a considerable amount of time and wanted to know if there was a way to make it faster. Thanks
|
| Is thjere a way to find all sql satements run by a session | 28 Mar 2006 18:23 GMT | 10 |
I am using Oracle 9.2.0.5 on HP UNIX 11. I am using following query: select sid, sql_address from v$session order by sid; I only get one sql_address for each session id. I am assuming this is the sql address of current or last sql statement run by this
|