| Thread | Last Post | Replies |
|
| patching rdbms 8.1.7 | 25 Jan 2006 23:54 GMT | 7 |
I havent been working with oracle servers for some years now. I have been asked to patch a 8.1.7.4.1 rdbms to the latest patch. I do not have metalink access. I may get oracle partner access. I have an idle testserver to work with before attacking the production server :-) And ...
|
| Table not accessible through Stored Proc | 25 Jan 2006 20:14 GMT | 3 |
I am able to run select queries on a table through sql and anonymous pl/sql scripts. But cannot run the same query through a stored procedure. I get the error 'PL/SQL: ORA-00942: table or view does not exist'.
|
| Copying database instance from one server to another | 25 Jan 2006 18:09 GMT | 7 |
I want to copy database instance from one server to another. Servers configuration: 1) Server from Red Hat Linux 7.3 and Oracle 8.1.7
|
| Non-Net-Services Replication | 25 Jan 2006 18:07 GMT | 4 |
Does anyone know a way to do an replication between two machines that can't talk to each other? I have two instances on machines that can't talk to each other for security purposes. One gets updated by users and the other is used for
|
| DECODE and boolean-expression | 25 Jan 2006 16:53 GMT | 3 |
how can i use Decode if I want to evaluate an boolean expression? I want to convert an Access-SQL-Statement using IIF: IIf (Val > 100, ID, 9999) As ID How can I check if Val is bigger then 100 with Decode,
|
| control file .ctl and control characters | 25 Jan 2006 16:52 GMT | 2 |
I'm loading a data file into a temp table using SQL Loader. One of the columns is a date type field. However, in the data file there is sometimes a series of control characters like '' in the date fields. This is causing problems as all those
|
| Query Based on Reserved Word | 25 Jan 2006 15:11 GMT | 2 |
When the table was set up one of the column names was set to 'OPERATOR' . How can I use this as a criteria in the where clause? I can't change the table column name :( SQL:
|
| Oracle Press DBA OCP Book | 25 Jan 2006 14:30 GMT | 3 |
All, I am in the market for a good 10g DBA OCP book. I was wondering if anyone could give me feedback on the Oracle Database 10g OCP Certification Book that was released by Oracle Press.
|
| Oracle passwords: SYS and SYSTEM rainbow tables for sale! $1/combination | 25 Jan 2006 12:33 GMT | 1 |
http://www.petefinnigan.com/weblog/archives/00000602.htm wrote: "10/27/2005: "Josh has released a paper about the Oracle password algorithm" I saw a few days ago that Josh was going to give a presentation about
|
| db character set | 25 Jan 2006 08:52 GMT | 2 |
Is it possible to use a different character set (e.g. UTF8 instead of ASCII) for a single schema or is it a global setting for the db instance? If the latter, is it possible to change the character set for an existing db instance? How?
|
| ORA-01801 in log mining problem | 25 Jan 2006 07:49 GMT | 2 |
I'm using LogMining in 10.1.0.400 database with Oracle.DataAccess.Client. What might cause the following error: Oracle.DataAccess.Client.OracleException ORA-01801: date format is too long for internal buffer at
|
| Column updating problem | 25 Jan 2006 06:23 GMT | 6 |
Lets say I have two tables A and B which both have the same columns PK ,col1, col2, col3. In table A there is only data in col1.The col2 and col3 columns will updated using the data from Table B (the tables will be joined using
|
| package variables | 24 Jan 2006 21:34 GMT | 1 |
I have an object: CREATE OR REPLACE TYPE o_societa UNDER object_arc ( DESCR VARCHAR2(50), CONSTRUCTOR FUNCTION o_societa RETURN SELF AS RESULT,
|
| Is it possible to stop odbc connections to an oracle database | 24 Jan 2006 20:27 GMT | 14 |
Is it possible to stop odbc connections to an oracle database? Is there a setting at the Oracle database server level that lets it refuse odbc connections? Any ideas? Thank you.
|
| CREATE MATERIALIZED VIEW : table doesn't exist | 24 Jan 2006 18:44 GMT | 3 |
SELECT * FROM A, B; gives results but CREATE MATERIALIZED VIEW test BUILD immediate
|