| Thread | Last Post | Replies |
|
| Oracle reports and russian language | 03 Aug 2005 08:34 GMT | 7 |
Enybody can help me with Oracle Reports i must print report in russian language whot and how I must change in register or how i must set nls lang!! Thanks
|
| How database passwords can tranmit via network... | 03 Aug 2005 07:23 GMT | 3 |
Hi Experts, I am reading manuals and see following note: " It is strongly recommended that you configure Oracle to encrypt
|
| RMAN backup automation | 03 Aug 2005 04:58 GMT | 2 |
I am using RMAN on linux rad hat advance server 3. I want to automate the rman backup process. Can anyone give me link of document how to automate rman backup process on linux?
|
| select only a group of rows with certain criteria | 03 Aug 2005 04:33 GMT | 1 |
we are using Oracle as a metadata repository and we are running into the following problem: we have a table with data as follows: data_id | group_id
|
| Excel 2003 Automation error refreshing Database queries | 03 Aug 2005 03:02 GMT | 4 |
We are experiencing "Automation Error: The object involved has disconnected from itsd client" errors when executing the following VBA code: "Selection.QueryTable.Refresh BackgroundQuery:=False" The error does not occur consistently and many spreadsheets have never
|
| Inter-table references | 03 Aug 2005 01:17 GMT | 3 |
I don't even know if my subject line makes sense... I'm trying to find out if there are ways that similar fields between tables can be made dependent on each other for their values. That is, if I define two tables with some similar fields, can I force one table to be updated
|
| unsequential sequences | 02 Aug 2005 23:50 GMT | 14 |
This may have aked before, but my searching for such threads didn't get the help I need, so here we go (again): I have a sequence and trigger that allow me to automatically assign an "ID" to a table record. The sequence has the following properties (let
|
| Prevent Root access from database | 02 Aug 2005 23:27 GMT | 18 |
Weve got a new security drive underway in our organisation, one of the concerns that was raised was that access to the database on our unix server should be prevented from the root user. I'm preparing to put the argument that the root user is the system admin and as a result can
|
| service handle not initialized error | 02 Aug 2005 16:32 GMT | 4 |
I just installed Oracle 9.0.1. on Linux Advanced Server 2.1. When I try to connect to it, I get: SQL> connect / as sysdba ERROR:
|
| Weird Query | 02 Aug 2005 16:28 GMT | 30 |
Behold the following SQL-Plus-Session, run against an Oracle 9i (Patch 2) Server:
> SQL> select pp_lock from cbr_385120060b39d42d8; |
| Recursive materialized view | 02 Aug 2005 15:31 GMT | 2 |
I need to create a view that uses data from the database and from itself. For the first time it uses just some data from the database. Later it would use all the data from the database plus some from itself that is not in the database (has been deleted). How would it be possible ...
|
| reduce dblink (database link) chatter | 02 Aug 2005 14:08 GMT | 5 |
I have a query that requires a join over the link. It doesn't return a lot of info from the link (5-20 rows), however, the trace file shows plenty of waits on db link. Is there are any way to reduce the # of roundtrips?
|
| Strange View in the database | 02 Aug 2005 12:46 GMT | 2 |
There is this strange view in the database i am working on: "create or replace view inv_dtls as select to_char(null) supplier_name,to_date(null) invoice_date, to_number(null) invoice_number from dual where 1=2"
|
| DBMS Pipe problem | 02 Aug 2005 12:24 GMT | 3 |
We have got a process which is waiting on the DBMS pipe , when we stop that process, the oracle connection does not break instead gets inherited by the kernel. The process flow is something like this
|
| 10.1 and RMAN.... | 02 Aug 2005 11:01 GMT | 2 |
Rman is hanging inconsistently and hogging CPU. Here is my setup: 2x AMD64 bit CPUs RAW disk and ASM management 10.1.0.3.0 binaries
|