Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / Oracle / Oracle Server / August 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Oracle view question05 Aug 2005 22:39 GMT4
The source table has a column which is varchar2(100).
If I create a view new_view on the column as
select substr(column_name, 1, 20) new_col from table,
then "desc new_view" command shows size of new_col as 60 i.e. 3 times
Memory Sort Puzzle05 Aug 2005 19:42 GMT5
Consider this simple query:
select max(c1) from
(select 1 c1 from dual
union all
Oracle 10.1.0.3 and process on port 808005 Aug 2005 19:16 GMT2
I just installed 10.1.0.3 on solaris 9 and found that it has a listener
on port 8080. (XDB or something to that effect) Where do I disable this
process???
Thanks,
Backing up 1 TB database05 Aug 2005 17:38 GMT9
We're implementing SAP on IBM AIX V5.3 with Oracle 9i and we have
several databases that are almost 1 TB in size.  Currently we do the
backup by:
1)  put db in backup mode
'Help' Book Recommendations ?05 Aug 2005 17:08 GMT7
Can anyone recommend some helpful books to get me up to speed on
Oracle?
I recently took a job at a small chain as a database manager of a
database containing transaction-level information for all the retail
two schemas and running a diff on stored procedures05 Aug 2005 15:12 GMT1
Let's say I have two schemas in a database.  Both with the same stored
procedures however one had some updates made to it.  Is there an easy
way to see what the differences are between the two schemas as far as
the stored procedures without taking them one at a time and doing a
Dataguard fun continues...05 Aug 2005 12:00 GMT1
OK... I started from scratch again.  Here is what I did:
SQL> alter database recover managed standby database disconnect from
session;
Database altered.
Problem with XMLType attribibutes? please confirm05 Aug 2005 11:09 GMT22
we encountered a very strange problem with searching in our XMLType
database.
Our configuration is:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
RMAN Duplicate Question05 Aug 2005 09:36 GMT9
We are trying to duplicate our production database onto a test server.
We are running Oracle 8.1.7.3 on HPUX.
I read through the manual and have hit some road blocks maybe someone
can help with.
Execute Immediate With Renames Returning ORA-0406805 Aug 2005 07:46 GMT1
I have a procedure with the following code in the body of the function:
EXECUTE IMMEDIATE 'TRUNCATE TABLE PREVIOUS';
EXECUTE IMMEDIATE 'RENAME CX_DVA_PREVIOUS TO TEMP';
EXECUTE IMMEDIATE 'RENAME CURRENT TO PREVIOUS';
Need index on 2 column table?05 Aug 2005 05:40 GMT5
I am used to SQL server which has clustered and non-clustered indexes.
If I have a 2 column table in Oracle and am doing all my lookups using
the first column, will an index benefit?  As I understand it, it will
because Oracle does not have a clustered option and the table data
SQL: getting data for a null value column ??05 Aug 2005 03:36 GMT10
Hello Oracle DBA's
I need the output like step 8.
What SQl statement is reqired without using any intemediate views..
bla..bla
Oracle and dotnet - code page problem04 Aug 2005 20:21 GMT3
I have database with ISO-8859-2 code page set
(POLISH_POLAND.EE8ISO8859P2)
I write a WinForms application which uses
those data (System.Data.OracleClient)
Service doesn't start the database04 Aug 2005 20:07 GMT17
After upgrading 8.1.7  to 9.2.0.5
the service doesn't start the database.
The register is OK
Can you help me ???
Help needed restoring ORACLE 8 db with rman on different host04 Aug 2005 19:07 GMT1
Hello experts,
as said in the topic, I need to restore a backed up database on a
different host.
Both are running Oracle 8.1.7 and I made the backup with the following
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 July, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.