| Thread | Last Post | Replies |
|
| newbie passing parameters from Web page to Stored Procedure | 01 Oct 2006 00:40 GMT | 1 |
I'm trying to pass "20060821" as myUserID from a web page. The problem is that it does NOT find any records. I think it is in my First SQL statement. What I'm trying eventually to do is to LOCK QTY on hand and subtract
|
| Application Server 10g (10.1.3) on Windows 2003 Server | 30 Sep 2006 22:36 GMT | 2 |
It's my first post here. I'm trying to install AS on W2k3 but on the final screen an error occure: Configuration assistant "OPMN Configuration Assistant" failed. What should i do? I have no experience with AS. Thx for any help.
|
| NUMBER vs NUMBER (n) | 30 Sep 2006 22:33 GMT | 6 |
I have some basic oracle question : 1) When do we use NUMBER and NUMBER (n) ? 2) For surrogate key, is it better to use INTEGER, or NUMBER or NUMBER (n) ? why ?
|
| How to know how long a Rollback will take | 30 Sep 2006 21:44 GMT | 4 |
I did an import that failed to extend the UNDO segment of my database. I realize I need to use commit=y to overcome this issue. However, the database is rolling back the records it imported before hitting the error. This can take several hours.
|
| catch ora - 1555 | 30 Sep 2006 21:33 GMT | 3 |
I am facing this error regularly now. I just want to know how to catch which user is causing this error.
|
| Tracing Commit by user | 30 Sep 2006 20:51 GMT | 3 |
Please tell it how to trace commit by any user. Means if any user commiting data again and again then how can we trace it ( How can u come to know who is doing this again and again ).
|
| pmon = Instances ? | 30 Sep 2006 19:24 GMT | 4 |
10g hi does this mean 4 instances on this box ? [klabu:~]$ps -ef | grep pmon oracle 10752 1 0 Mar 17 ? 1:34 ora_pmon_AKA01D
|
| Access to Oracle upgrade.... | 30 Sep 2006 10:16 GMT | 2 |
I'm looking at upgrading the Access database I use at work to Oracle, now I can import all the tables and data okay but what I am having trouble with are the constraints. In my main Access table I have validation rule for 2 fields that are
|
| 10g Express Edition ODBC driver for Linux | 30 Sep 2006 06:53 GMT | 7 |
is there any 10g Express Edition ODBC driver for Linux ? It seems yes but how to proceed ? Thanks, Bruno
|
| In Oracle 9i which data dictionary view I need to use to find out the table is compress | 29 Sep 2006 23:57 GMT | 1 |
In Oracle 9i which data dictionary view/table I need to query to find out the table is compress/nocompress. In Oracle 10g the following query is working fine but when I use same query in Oracle 9i its not working
|
| Find out how many CPUs ? | 29 Sep 2006 23:38 GMT | 10 |
10g Is there a way/view to find out from WITHIN Oracle (i.e. No access to OS) How many CPUs on the server ?
|
| Oracle-SQL update statement? | 29 Sep 2006 22:28 GMT | 3 |
Can someone convert this to an Oracle-SQL update statement? The goal is to update tblWORKER.PER_TYPE based on the case statement. The essentials are there but I haven't been able to get the correct syntax. It was works until the WHERE EXISTS clause is added. Any ideas?
|
| PL/SQL - Processing arrays where an element may be null | 29 Sep 2006 18:58 GMT | 2 |
Environment as in sig. Can anyone point to the correct way in handling this? This is data being POSTed from an HTML form (mod_plsql / plsql web toolkit): The variables
|
| Calculate Statistics after insert in a trigger | 29 Sep 2006 18:13 GMT | 2 |
Hi all and sorry for my english I have a table usually empty (0 rows) and the statistics know that In a job i insert into it many rows with an 'insert into table select from .....' for example 2000 rows
|
| Oracle 10g stops responding for a while | 29 Sep 2006 18:13 GMT | 5 |
I have Oracle 10g (10.1.0.3.0) running on RHE box. When I perform a pretty simple select, even like select * from dual, I see that Oracle stops for 2-3 s. and not responding, then it's OK. This happens every 4-5 correct selects.
|