| Thread | Last Post | Replies |
|
| AIX server running out of paging space | 20 Jul 2005 06:42 GMT | 13 |
on 7/12 I put our test database on our production server, so we have two databases running on the server. This is only temporary. We had no problems all week until sometime Saturday night or early Sunday morning the machine ran out of paging space it seems. The machine was
|
| Database Restore | 20 Jul 2005 02:57 GMT | 4 |
I have two 9.2.0.4 databases on the same Solaris machine. They reside on the same filesystem. I would like to Restore db "A" to db "B". Different SIDS and different datafile locations. Is the correct way to perform this to use RMAN to duplicate to an auxiliary database?
|
| Oracle Profile Question | 20 Jul 2005 02:04 GMT | 13 |
We have a stored procedure that runs and grabs data from over a database link. Sometimes that link goes down because the remote database goes down. If this happens while our stroed procedure is running, it basically
|
| Can a Table be Invalidated? | 20 Jul 2005 01:02 GMT | 20 |
In Oracle 9iR2, the USER_OBJECTS view contains the STATUS column for ALL objects including table. Does it mean it is possible to invalidate a table? If yes, how? Thx
|
| Multiple listeners improve application. | 20 Jul 2005 00:17 GMT | 3 |
This was to discuss a typical error we've been encountering related to listener. Our application which is a GUI, communicates with Oracle Database using NET8. The Problem :
|
| .NET data provider for Oracle | 19 Jul 2005 21:03 GMT | 4 |
What is the recommended data provider to use for .NET applications running on Windows Server 2003 and connecting to Oracle 10g on AIX ? ODP.NET (Oracle) or
|
| size in bytes of a table | 19 Jul 2005 19:23 GMT | 5 |
as I can know the size in bytes of a table. The version of Oracle is 9i
|
| Aggregation query in Oracle | 19 Jul 2005 18:14 GMT | 3 |
have four queries Test, Test1, Test2, Test4 all of them having same number of columns and same datatype Test results in following columns Refrence_Num
|
| sessions numbers | 19 Jul 2005 18:12 GMT | 2 |
RHEL 3 9.2.0.4 I currently log into a file the number of connected users at a given time with
|
| Pls correct SQL. Urgent | 19 Jul 2005 17:30 GMT | 5 |
Please correct this SQL which is returning multiple records. SELECT DISTINCT a.CALL_TIME, a.P_TRANSID, a.METHOD, b.CALL_STATUS, FROM DT_IPOS_CALL_LOG a, DT_IPOS_CALL_STATS b WHERE a.P_TRANSID IN (7569302) AND a.P_TRANSID = b.P_TRANSID (+) ORDER BY a.CALL_TIME
|
| store $FF in Oracle9 and with VARCHAR2 ? | 19 Jul 2005 16:58 GMT | 6 |
Before i use an Oracle8.0.4 on AIX 4.3.2 and i could store $FF value in VARCHAR2 type. Now i have an Oracle9.2.0.4 on Redhat and $FF are translated to $7F, I could not use RAW type
|
| Query Hangs... | 19 Jul 2005 16:52 GMT | 2 |
We have a stored procedure that runs and grabs data from a remote system over a database link. We are not responsible for that remote system, and sometimes that link goes down for whatever reason. Unfortunately, we are not responsible for that system, so it is
|
| Select all colums from a table wher X has its Maximum | 19 Jul 2005 16:51 GMT | 2 |
is there a way to select all columns from a table where for example comlum W has its maximum? Table A: W | X | Y |
|
| Implementation of boolean types. | 19 Jul 2005 16:38 GMT | 16 |
I have seen many databases that tables with columns such as IsMale,IsFemale, IsNull,Is... All these were somekind of boolean type with yes/no or true/false or 1/0 values.In DBMSs that supports
|
| License for server | 19 Jul 2005 16:28 GMT | 3 |
Hi, I've readed the Oracle site but I haven't know.... If I've a server (1 processor) with a Web Application (.NET) that uses Oracle... and all internet users will connect to this application, witch licence Must I to buy?? and witch price??
|