Advertisement

1 - 10 of 147 containing alltags:("datafile") (0 seconds)
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...
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...
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     ...
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...
Zones: Oracle 3rd Party ToolsDate Answered: 01/22/2003 Grade: B Views: 0
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...
Zones: OracleDate Answered: 02/12/2003 Grade: A Views: 0
can we decrease datafile size? if so how?
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...
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...
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...
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...
Zones: C++Date Answered: 01/11/2000 Grade: C Views: 0