Oracle Server's harddisk out of space. DBCompress in Oracle 9i

My oracle server's PC is running out a harddisk space because of volume of data. I deleted huge data in order to lessen the occupied space but still out and it doubled the occupied.
e.g.
DELETE FROM TABLE1 WHERE TBLNO > 100000
I am thinking of log files or the deleted data are still on the database but i dont know where.
Please teach me on how to database compress or other way to lessen the data size.
Thank you very much.
Eros
Japan

The following statements are the result of execution. Please teach me the meaning.
Actually your and my idea are the same but I don't know the implementation or on how to handle. I am using MSSQL before, Oracle is a little bit different.
Thanks.
SQL*Plus: Release 9.2.0.1.0 - Production on 水 Oct 24 20:21:02 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Personal Oracle9i Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
に接続されました。
SQL> select name, log_mode from v$database;
NAME LOG_MODE
VBM NOARCHIVELOG
SQL> archive log list;
ORA-01031: 権限が不足しています。
SQL> show paramater LOG_ARCHIVE
SP2-0158: 不明なSHOWオプションです。"paramater"
SP2-0735: 不明なSHOWオプション("LOG_ARCHIV..."で開始)です。
SQL>

Similar Messages

  • Oracle Home running out of space

    Hi,
    I have installed oracle application server 10g and oracle 10g on an Linux server.
    Both products have been installed on the /oracle partition which is about 11GB
    The database control and data files have been setup to another partition /oradata.
    After a few months i seem to be running out of space on the /oracle partition.
    I think it might be due to some log files. Can anyone please give me ideas on which files I can safely purge on the application server home and database home to create some space on the /oracle parition
    Thanks

    hi Prativ,
    For oracle application server,
    The log files in the below three location can be purged,if you want u can take a backup of these older log files in another mount point before deleting
    1st $ORACLE_HOME/webcache/logs
    2nd $ORACLE_HOME/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/
    Purge the default-web-access.log and server.log
    3rd $ORACLE_HOM/Apache/Apache/logs
    Regards
    Fabian

  • BO Server Out of space

    My BO server has ran out of space(98% used). the server just has boot drive.
    I see a lot of log files in the logging directory.
    I want to know , is it okay if I remove the old Log file from the bobje/logging directory?
    Please let me know what all files can be deleted( and from which directories) for creating space.
    Thanks

    Hi Denis,
    Thanks for reply.
    These are the log files which get created in logging directory.
    $ ls -ltr
    -rwxr-xr-x   1 root     root       14236 Sep  4 12:12 wca_20080902_064855_11229.
    log
    -rwxr-xr-x   1 darkd01  dark         187 Sep  4 12:15 boe_cmsd_20080829_131646_2
    3636.log
    These are the environment variables.
    $ env
    _=/usr/bin/env
    LANG=en_US.UTF-8
    HZ=100
    LC_MONETARY=en_US.ISO8859-1
    LC_TIME=en_US.ISO8859-1
    PATH=/oracle/product/client_10.2/bin:/usr/bin:
    LC_ALL=en_US.UTF-8
    ORACLE_BASE=/oracle
    BO_BASE=/devl/darkbo
    LOGNAME=darkd01
    MAIL=/var/mail/darkd01
    __pdos_trackpid__=19453
    __pdos_program__=login
    LC_MESSAGES=C
    __pdos_deny_auth__=0
    LC_CTYPE=en_US.ISO8859-1
    __pdos_date__=1220541345
    __pdos_mergeaud_save__=49206
    __pdos_authaud_save__=0
    SHELL=/bin/ksh
    JAVA_HOME=/usr/java1.5.0_12
    WAS_LOGS=/opt/IBM/was61/AppServer/profiles/wsp_ark01/logs/wss_ark01
    BO_HOME=/devl/darkbo/bobje/bobje
    HOME=/export/home/darkd01
    LC_COLLATE=en_US.ISO8859-1
    LC_NUMERIC=en_US.ISO8859-1
    LD_LIBRARY_PATH=/oracle/product/client_10.2/lib32
    TERM=vt100
    ORACLE_HOME=/oracle/product/client_10.2
    PWD=/devl/darkbo/bobje/bobje
    TZ=US/Eastern
    $
    Also I did
    $ cat ccm.config
    And I searched for 'trace' keyword in output but nothing is there.
    Thanks,
    Sandip.

  • Using Oracle 8i client, can I  access  oracle server with version 10g ?

    Hi ,
    I am a developer working with C++ and Oracle. In Oracle particularly I am new.
    I have some basic Question related to oracle.
    1. With Oracle 8i client Can I connect to Oracle server with version 10g?
    2. With Oracle 8i client Can I connect to Oracle server with version 9i?
    3. With Oracle 9i client Can I connect to Oracle server with version 10g?
    4. With Oracle 10g client Can I connect to Oracle server with version 8i?
    5. With Oracle 10g client Can I connect to Oracle server with version 9i?
    6. With Oracle 9i client Can I connect to Oracle server with version 8i?
    These are basic yes/no type question.
    Thanks & Reagards
    Ravi Bhushan

    All answers on Metalink Note:207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions

  • What do I need to open a connection from the Linux box to the Oracle server

    Hi all,
    I want to access oracle database from java application running on Linux.
    The database is installed on a Window 2000 machine. What do I need to install before I can open a connection from the Linux box to the Oracle server on Windows 2000 ?
    Do I need Oracle Client ?
    Thanks,
    Quoi

    Hi Quoi,
    http://myjdbc.tripod.com/basic/jdbcurl.html
    Talks abt how to write a jdbc url and the jar + config required to connect to db. Also has a sample program to connect.
    Regards
    Elango.

  • Create directory on a two-node Oracle server cluster

    Hi,
    How can I create directory on a two-node Oracle server cluster (2 identical servers running the same Oracle database instances with shared disks)? Both of them run Windows 2008.
    I know this works for Oracle running in a single server. How about in failover cluster environment?
    CREATE OR REPLACE DIRECTORY g_vid_lib AS 'X:\video\library\g_rated';
    Thanks.
    Andy

    Using 11.2.0.? Using ASM? use ACFS - it is a SHARED file system.
    http://docs.oracle.com/cd/E16338_01/server.112/e10500/asmfilesystem.htm
    create [big empty disk group]
    create ACFS volume {container file that lives in that diskgroup]
    create ACFS file system
    mount the file system.
    Now, all nodes in the cluster can access that shared device at the OS level just as if it were any other device.

  • Biztalk2009 - OracleAdapter stops polling if Oracle server has been booted

    We are running a two node Biztalk2009 and use (among other adapters) an Oracle Adapter, we are on Cumulative Update 4 on both BizTalk Server and Adapter Pack. It happens that someone boots the Oracle server and this seems to make our Oracle Adapter stop
    polling. Even after the Oracle server is up and providing data our Biztalk Oracle Adapter no longer polls so we no longer receive relevant data even when they are available on the Oracle. Currently we overcome this by restarting the relevant Host Instances
    but this is impractical. So anybody know if there is a way to make the Oracle Adapter keep polling even if an Oracle server is down and not providing data for a while ?

    Hi ,
    Its Always a best practise to STOP your Polling receive location or reshedule your Polling Interval during the period when downstream System Goes Offline .Due to concurrent failure for polling,BizTalk will keep the receive Location aste to Passive until
    you restart the application.
    Thanks
    Abhishek

  • Oracle server running out of space

    We have a linux(debian)server which has Oracle10g in it and it is running out of space now. So we decided to add some more disk space(adding a new hard drive in the same server). But if we want to add more data files how can I tell the DB to use the added disk space. Since all the data files are existing in /home/oracle/oradata/orcl and their tablespace (USERS) are in the old disk,is it possible to tell the DB to use the added disk.
    Please let me know if that can be done and how.
    Thanks in advance.

    Drop the tablespace. If you are sure you don't need it.
    ALTER TABLESPACE tools offline;
    DROP TABLESPACE tools;
    1* create tablespace noned datafile '/u02/app/oracle/oradata/DWDEV01/noned.dbf' size 10M extent management local
    SQL> /
    Tablespace created.
    shutdown immediate;
    oracle@debian:~/oradata/DWDEV01$ mv noned.dbf _noned.dbf
    oracle@debian:~/oradata/DWDEV01$ sqlplus sys/p as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Nov 11 18:44:13 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1218992 bytes
    Variable Size 75499088 bytes
    Database Buffers 205520896 bytes
    Redo Buffers 2973696 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
    ORA-01110: data file 5: '/u02/app/oracle/oradata/DWDEV01/noned.dbf'
    1* alter database datafile '/u02/app/oracle/oradata/DWDEV01/noned.dbf' offline drop
    SQL> /
    Database altered.
    SQL> drop tablespace noned;
    drop tablespace noned
    ERROR at line 1:
    ORA-01109: database not open
    SQL> alter database open;
    Database altered.
    SQL> drop tablespace noned;
    Tablespace dropped.
    Message was edited by:
    gopalora

  • V890 ran out of swap space cause for Oracle Database curruption.

    We have Oracle running on V890 which was crashed due to low swap space and didn't find any hardware issue with the server.
    Even after database crash 7gb is showing in use.
    and there is absolute no use of swap space on this server
    bash-3.00# uname -a
    SunOS oracle-a01-00 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V890.
    last pid: 18804; load avg: 0.05, 0.05, 0.04; up 16+18:16:30 08:19:11
    95 processes: 94 sleeping, 1 on cpu
    CPU states: 99.9% idle, 0.0% user, 0.1% kernel, 0.0% iowait, 0.0% swap
    Memory: 32G phys mem, 25G free mem, 56G total swap, 56G free swap.
    Can someone help us to find root cause for this issue???
    Thanks
    Ravi

    Sorry this took so long. Here is part of the alert log. I am sorry it is so long. This sequence is repeated over and over again. I am only guessing, but does the fourth to last line suggest that one of the redo files is corrupted, again, because the machine ran out of space?
    ORA-600 signalled during: alter database open...
    Mon Sep 19 10:48:48 2005
    Restarting dead background process QMN0
    QMN0 started with pid=12
    Mon Sep 19 10:54:51 2005
    Restarting dead background process QMN0
    QMN0 started with pid=12
    Dump file d:\oracle\admin\orcld\bdump\alert_orcld.log
    Mon Sep 19 10:42:49 2005
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Sep 19 10:42:51 2005
    alter database mount exclusive
    Mon Sep 19 10:42:56 2005
    Successful mount of redo thread 1, with mount id 2931047851
    Mon Sep 19 10:42:56 2005
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Sep 19 10:42:56 2005
    alter database open
    Mon Sep 19 10:42:57 2005
    Beginning crash recovery of 1 threads
    Mon Sep 19 10:42:57 2005
    Started redo scan
    Mon Sep 19 10:43:00 2005
    Errors in file d:\oracle\admin\orcld\udump\orcld_ora_2652.trc:
    ORA-00600: internal error code, arguments: [kcratr1_lostwrt], [], [], [], [], [], [], []

  • Onedrive for business "the server is out of space"

    hi,
    - on premise SharePoint server 2013
    - dedicated "my site" web application.
    - the sites collection has the right quotas
    - the server has a lot of space available.
    OneFor Business client app have a strange behaviour:
    - I synch small files < 1mb: works
    - I synch one file of 300 mb, the client app (OneDrive for b) give me "the server is out of space"
    - I remove my "300mb" file from my client and I synch one file of 50mb: works
    - I synch other 10 files of 50mb and WORKS
    - I retry to synch the file of 300mb and the client app give me "the server is out of space"
    - I remove the file with the error and I try to synch a smaller file like 250 or 200 mb, same error.
    - I try to synch other files of 50, 60, 70mb that added more than 300mb and WORKS!
    what is the problem ?

    Have you looked at Site Quotas on the MySites in Central Administration on the SharePoint server, as well as Database size to validate that there isn't database size restrictions in place, and lastly, free space on the volume holding the database files
    on the SQL Server?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Home media server for mac, that you can also get to remotely.  Any ideas?  I am out of space on my macbook pro hard drive and appletv.  Need some sort of media server for delivery to macs, ipods, ipads, etc.  Any suggestions?

    Hi,
    I have been using my macbook pro as a home media server, hosting most content on the macbook with ipod touch, ipads, and appletv streaming/sharing content.  I have run out of space on both the macbook pro and the apple tv and am looking to moving the content to a home media server.  Any thoughts/suggestions?  I'd like something that I can access remotely too.  I have an old slingbox and also have a static IP address.
    Any thoughts/suggestions would be most welcome!

    Don't worry I've sorted it! I just had to turn off Reminders as well in iCloud. Calendar then worked fine, even when I turned Calendar and Reminders back on.

  • How to deal with the extremely big *.ost files in a Terminal Server environment which is running out of space

    Hi,
    Our Terminal Server is running out of hard disk space, and the major files which occupy most of the space are *.ost files of the Outook, which come form the users which use the Terminal Server all the time through remote desktop. The Outlook is installed
    on the Terminal Server and various users can use it.
    What would be a solution in this case. Is there a way to limit the size of the *.ost files? I read in forums that having the Outlook 2010 set up in Cached Exchange Mode isn't the best practice for an environment where the hdd space is a major constraint.
    What do you suggest?
    Thanks,

    Is the Exchange server local or remote? If it's local then it might be worth considering disabling cached mode, since the traffic will be going over the local network and therefore having the data cached becomes much less useful. If it's a remote exchange
    server then realistically turning off cached mode would likely make it unusable.
    If Exchange is remote then other than increasing the available storage, another option might be to upgrade your Outlook / Office installation to 2013. In Outlook 2013 you can configure how much of the users mailbox is cached in terms of time, so for instance
    you could set it to only cache the last 6 months worth of mail, and then all recent messages would continue to be quick to view, but older messages that are less likely to be accessed frequently would have to be downloaded from Exchange each time since they
    would no longer be cached.

  • On a Mac mini OS X server 10.8.5 TimeMchine cannot copy 2.5 TB to a 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly

    On a Mac mini OS X server 10.8.5 TimeMachine cannot copy 2.5 TB (from a Lacie 2big Thunderbolt data disk) to another 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly: claiming just 2.5 TB after the copy. Thunderbolt disk is
    LaCie 2big Thunderbolt Series 6 TB

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to an abnormal backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showning, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the text field.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • Oracle 10g RAC implementation running out of space

    I have an Oracle RAC implementation setup on a Sun Storagetek 6140 for storage. I have allocated 100gb of space to Oracle but am constantly running out of space during operations. I know that i can allocate additional disk space using Common Array Manager for the Storagetek. How do i get ASM to recognize the fact that there is additional space available to it?

    Hi buddy,
    How do i get ASM to recognize the fact that there is additional space available to it?You have two options:
    1- The first one is create a new LUN, configure it at the OS level and add the disk to disk group.
    alter diskgroup add disk '<DISK_DEVICE_PATH>';
    2- The second one is increasing the LUN size (if possible, of course) and resize the disk.
    alter diskgroup <DISK_GROUP_NAME> resize disk '<DISK_NAME>' <NEW_SIZE>;
    Hope it helps,
    Cerreia

  • I want to save my old emails as I've run out of space on my service providers server for my email.

    I want to save my old emails as I've run out of space on my service providers server for my email.
    I can't Archive as that takes space alos on the server.
    What is the best way to do this and still access/read the old emails on my iMac, 10.8.4?

    You can just drag the emails to "On My Mac" which will save them locally. Or you can use a third-party archive utility. If you're using Mail, you might look into MailSteward which will archive all your mail, including attachments, into a database:
    http://www.mailsteward.com
    I've used it for years and have been quite satisfied with it.
    Regards.
    Disclaimer: any product suggestion and link given is strictly for reference and represents my opinion only. No warranties express or implied. I get no personal benefit from the sale of any product I may recommend in any of my posts in the Communities. Your mileage may vary. Void where prohibited. You must be this tall to ride. Objects in mirror may be closer than they appear. Preservatives added to improve freshness. Contestants have been briefed on some questions before the show. No animals were harmed in the making of this post.

Maybe you are looking for