Hi all,
A datafile that contains my rollback segments in my DB has been deleted accidentally to make up for swap space...
Unfortunately, this being the development database, no backup or redo...
http://www.experts-exchange.com/Database/Oracle/Q_10787901.html
Zones:
OracleDate Answered: 07/25/2000 Grade: B Views: 0
I have some text files that need to be imported into another program. The program has a API that uses the C language. I need to know how to go thru the file and pick out he information I need and...
http://www.experts-exchange.com/Programming/Languages/C/Q_11318378.html
Zones:
CDate Answered: 09/21/2000 Grade: A Views: 0
A table space has been created with the command
CREATE TABLESPACE abcd
DATAFILE 'xyz' SIZE 100M
DEFAULT STORAGE (
INITIAL 50K
NEXT 50K
MINEXTENTS 2
...
http://www.experts-exchange.com/Database/Oracle/Q_20179292.html
Zones:
OracleDate Answered: 09/10/2001 Grade: B Views: 0
I am running into disk space problem here. My USER tablespace has 6 datafiles, all on one disk (the disk is full now). The size of each datafile is 10GB large and each of them only has 10% - 15% of...
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20442987.html
Hello how is everyone today. I am pretty new to Oracle and need to ask a question on datafiles.
I have a datafile DISK$DATA:[HOME.ORACLE.DB_SIDI]SIDIDAT4.DBF SIZE(M) 500.000 USED(M) 489.436. Rat...
http://www.experts-exchange.com/Database/Oracle/Q_20509186.html
Zones:
OracleDate Answered: 02/12/2003 Grade: A Views: 0
can we decrease datafile size?
if so how?
http://www.experts-exchange.com/Database/Oracle/Q_22052796.html
Zones:
OracleDate Answered: 11/08/2006 Grade: A Views: 0
Dear sir,
while executing my application i am getting following errors
[1] ora-01115
[2] ora-01110
[3] ora-27091
[4] ora-270...
http://www.experts-exchange.com/Database/Oracle/Q_22154730.html
Zones:
OracleDate Answered: 02/08/2007 Grade: A Views: 9
Hi
I ran the following query select * from dba_data_files where tablespace_name='PBS_OWNER'
from the result set i got the following information
datafilename -- /orainst/oracle9i/9.2.0/OraHo...
http://www.experts-exchange.com/Database/Oracle/9.x/Q_22687830.html
Zones:
Oracle 9.xDate Answered: 08/06/2007 Grade: B Views: 0
Hi,
When I tried to make a table space off line and delete it later which no longer is used, I found that some one deleted the datafile assigned to this tablespace. We don't have any backups. Ri...
http://www.experts-exchange.com/Database/Oracle/Q_10207603.html
Zones:
OracleDate Answered: 09/20/1999 Grade: A Views: 17
I want to load a dll which exists on a remote computer. I have the fullpath of the file on that machine. I also have the machine name. I am able to load the dll using LoadLibraryEx(TEXT(FilePath),N...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10227051.html
Zones:
C++Date Answered: 01/11/2000 Grade: C Views: 0