Tablespace offline / online.

Hi All,
Oracle 9.2 - aix 5.
I have taken example tablespace offline earlier using TOAD and then deleted the example datafile. It was successful activity. but it gives error as shown below in alert log file when db restarts.
ALTER TABLESPACE EXAMPLE OFFLINE
Mon Nov 2 15:04:31 2009
Errors in file /oracle/ora92/920/admin/guru/bdump/guru_dbw0_516208.trc:
ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
ORA-01110: data file 4: '/oracle/app/oracle/oradata/guru/example01.dbf'
ORA-27041: unable to open file
IBM AIX RISC System/6000 Error: 13: Permission denied
SQL> select status from dba_tablespaces where tablespace_name='EXAMPLE';
STATUS
ONLINE
SQL> ALTER TABLESPACE EXAMPLE OFFLINE;
ALTER TABLESPACE EXAMPLE OFFLINE
ERROR at line 1:
ORA-01191: file 4 is already offline - cannot do a normal offline
ORA-01110: data file 4: '/oracle/app/oracle/oradata/guru/example01.dbf'
though tablespace is offline oracle tries to write something to file. and everytime it gives error in alert file. i dont understand how oracle shows dual status of same tablespace at the same time...????
Amit.

Hallo,
offlining a tablespace makes the tablespace unvailable to users but leaves ORACLE update the datafiles' header which belongs to the tablespace with important synchronization information. Plus during startup ORACLE checks if control file SCN matches offlined tablespace datafiles' headers.
That's why alert logs that messages..
Bye

Similar Messages

  • Taking tablespace offline through RMAN command line

    I am taking a Oracle 9i Backup and Recovery class. One of the hands-on assignments is to simulate a lost datafile. The instructions say to shut down the database through RMAN, delete the INDX01.dbf datafile through my operating system, mount the database, take the INDX tablespace offline, open the database, recover the INDX01.dbf datafile, and then place the INDX tablespace online again.
    My problem is that when I issue the command (in RMAN) to take the INDX tablespace offline (remember, database is mounted), I get an error saying the database is not open. The command I am issuing through RMAN is this: >sql 'ALTER TABLESPACE INDX OFFLINE IMMEDIATE'; I can't get any further because of the error message that my database is not open. Is my instruction book wrong in that I can't take the tablespace offline if the database is in a mounted state? Does the database have to be open to do this?

    4. Mount the database and take the tablespace corresponding to Indx01.dbf data file offline.There could be a misunderstanding about the command to be used. ALTER TABLESPACE command needs an open DB to work, but you can use
    RMAN> sql 'alter database datafile <file name or file number> offline drop';
    that will work with DB in mount state. See this example :
    RMAN> startup mount
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area     130023424 bytes
    Fixed Size                     1218100 bytes
    Variable Size                104860108 bytes
    Database Buffers              20971520 bytes
    Redo Buffers                   2973696 bytes
    RMAN> sql 'alter tablespace test offline immediate';
    sql statement: alter tablespace test offline immediate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 05/21/2006 18:51:06
    RMAN-11003: failure during parse/execution of SQL statement: alter tablespace test offline immediate
    ORA-01109: database not open
    RMAN> sql 'alter database datafile 5 offline drop';
    sql statement: alter database datafile 5 offline drop
    RMAN> alter database open;
    database opened
    RMAN> restore datafile 5;
    Starting restore at 21-MAY-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=145 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00005 to
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:08
    Finished restore at 21-MAY-06
    RMAN> recover datafile 5;
    Starting recover at 21-MAY-06
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete, elapsed time: 00:00:01
    Finished recover at 21-MAY-06
    RMAN> sql 'alter database datafile 5 online';
    sql statement: alter database datafile 5 online
    RMAN>                                                                                                                                                                

  • Alter tablespace sa online;

    Dear Everyone,
    SQL> alter tablespace sa online;
    alter tablespace sa online
    ERROR at line 1:
    ORA-01113: file 6 needs media recovery
    ORA-01110: data file 6: '/u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat'
    Can anyone tell me what is the problem here
    SQL> recover datafile  '/u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat';
    ORA-00279: change 1859444 generated at 06/17/2013 02:57:17 needed for thread 1
    ORA-00289: suggestion :
    /flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc
    ORA-00280: change 1859444 for thread 1 is in sequence #35
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00308: cannot open archived log
    '/flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00308: cannot open archived log
    '/flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Can Anyone please help me on this.
    Thanks
    Gajanan

    Gajananh999 wrote:
    Dear Everyone,
    SQL> alter tablespace sa online;
    alter tablespace sa online
    ERROR at line 1:
    ORA-01113: file 6 needs media recovery
    ORA-01110: data file 6: '/u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat'
    Can anyone tell me what is the problem here
    SQL> recover datafile  '/u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat';
    ORA-00279: change 1859444 generated at 06/17/2013 02:57:17 needed for thread 1
    ORA-00289: suggestion :
    /flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc
    ORA-00280: change 1859444 for thread 1 is in sequence #35
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00308: cannot open archived log
    '/flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-00308: cannot open archived log
    '/flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Can Anyone please help me on this.
    Thanks
    Gajanan
    Why was tablespace SA offline in the first place?
    What did you do with /flash_recovery/flash_recovery_area/SA/archivelog/2013_07_01/o1_mf_1_35_%u_.arc that the recovery could not find it?
    What version (to 4 decimals) and edition (Enterprise, Standard, Standard One) is your database?

  • Data files are offline / tablespace offline

    I am confused on the concept of data file offline.
    What happened when you take data file offline?
    Is data file offline because of disk damage? we see the error that data file is haning a problem, we have manually to take data file offline? how?
    Why is tablespace offline but data file is still online?
    Please help!
    Thanks
    S.

    ski123 wrote:
    I am confused on the concept of data file offline.
    What happened when you take data file offline?The offline datafile means simply that the file is not available anymore for the access. All the objects for the offline file become inaccessible for the users to access.
    Is data file offline because of disk damage? we see the error that data file is haning a problem, we have manually to take data file offline? how?Yes it can happen that the data file goes offline because of any kind of damage either over the disk, or also with the file itself. For example, there may be a chance that the file is not available anymore , may be because someone has deletedthe file. So most of the times, Oracle would offline the file by itself. In any case, if the file doesn't go offline by itself than you need to take it offline yourself as the recovery for the file can't happen if its online. You would get the error messages that oracle can't acquire the exclusive access over the file.
    Why is tablespace offline but data file is still online?Not sure that I did see this ever myself. Tablespace is nothing but the container for the datafile so if there is a file of it which is offline and that's the only file in the tablespace, the tablespace can't stay as online. Show us an output for the same.
    The links given by Anantha are must for you to read the cocept of offlining a tablespace. Make sure you read them for sure.
    HTH
    Aman....

  • 2 Undo Tablespace both ONLINE, How to drop previous undo tbs

    Hello Team,
    Undo management=auto
    After Cloning :-
    To reclaim space i created another undo tablespace, but now both are online, but as per oracle as soon as you switch undo tablespace, previous undo TBS gets in Pending offline mode,offline mode, (So that transaction get finished)
    But in my case Both UNDO Tablespaces are online
    Previous Undo TBS1:- 600 GB
    New UNDo Tb2s:- 100GB
    Please suggest how to drop this online undo TBS1
    TABLESPACE_NAME ONLINE_
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS1 ONLINE
    APPS_UNDOTS2 ONLINE
    APPS_UNDOTS2 ONLINE
    TABLESPACE_NAME ONLINE_
    APPS_UNDOTS2 ONLINE

    Hi As per
    select segment_name,owner,tablespace_name,status from dba_rollback_segs where tablespace_name like 'UNDOTBS1';
    All Are offline for UNDOTBS1(Previous)
    SEGMENT_NAME OWNER TABLESPACE_NAME STATUS
    SYSSMU49861044602693$ PUBLIC APPS_UNDOTS1 OFFLINE
    SYSSMU4893847838046$ PUBLIC APPS_UNDOTS1 OFFLINE
    SYSSMU48682660477388$ PUBLIC APPS_UNDOTS1 OFFLINE
    SYSSMU47753309457002$ PUBLIC APPS_UNDOTS1 OFFLINE
    SYSSMU47131240212364$ PUBLIC APPS_UNDOTS1 OFFLINE
    434 rows selected.

  • Tablespace offline

    Hi,
    i have a database 11.1.0.6 running in windows 2003 server.i took a tablespace offline and changed the location of the datafile of that tablespace. When i tried to make the tablespace online it asked for media recovery and i am not able to make the tablespace online. why it happened??? i want to stimulate the same issue in my test database . So i performed the following steps
    My test database in NO ARCHIVELOG MODE. I have done few transactions but dint commit. Without commiting the transactions i took the tablespace offline. i have switch the log files by using the command alter system switch logfile. With that tablespace in offline mode i am able to commit or rollback the existing transactions.
    And i am able to make the tablespace online without any problem. How ??
    Regards,
    007
    Edited by: 007 on Sep 24, 2011 5:22 AM

    Probably in the your case 1, you took one datafile offline , in that case when you want to make it online again, a recovery is necessary because Oracle does not checkpoint a data file when it is taken offline.
    When you take the whole tablespace offline normal (not immediate), the tablespace is checkpointed so you bring it online , no recovery is required.
    [oracle@wissem ~]$ rlsqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Sep 24 16:21:58 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select FILE_NAME from DBA_DATA_FILES;
    FILE_NAME
    /home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf
    /home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_undotbs1_77jqszk4_.dbf
    /home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_sysaux_77jqszhh_.dbf
    /home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_system_77jqsz9y_.dbf
    SQL>
    SQL> alter database datafile '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf' offline;
    Database altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter database datafile '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf' online;
    alter database datafile '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf' online
    ERROR at line 1:
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4:
    '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf'
    SQL> recover datafile 4;
    Media recovery complete.
    SQL> alter database datafile '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf' online;
    Database altered.
    SQL> alter tablespace USERS OFFLINE IMMEDIATE;
    Tablespace altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter tablespace USERS ONLINE;
    alter tablespace USERS ONLINE
    ERROR at line 1:
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4:
    '/home/oracle/app/oracle/oradata/WISS/datafile/o1_mf_users_77jqszlz_.dbf'
    SQL> recover tablespace USERS;
    Media recovery complete.
    SQL> alter tablespace USERS ONLINE;
    Tablespace altered.
    SQL> alter tablespace USERS OFFLINE;
    Tablespace altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter system checkpoint;
    System altered.
    SQL> alter tablespace USERS ONLINE;
    Tablespace altered.
    SQL> Please consider marking your questions as answered;
    Handle:      007 
    Status Level:      Newbie (25)
    Registered:      Sep 6, 2010
    Total Posts:      178
    Total Questions:      99 (89 unresolved)

  • Is it possible to make an OSB Proxy service offline/online based on BS

    JMS QUEUE
    |
    |_____ Proxy Service <-------->Business Service <---------> External System URL
    I have a configuration as shown above.
    There is a way to make the Business Service offline/online based on the External system URL being offline/online by setting the
    Business service-> Operational Settings->Offline Endpoint URIs with a timesatmp.
    Is it possible to make the state of the proxy service to enabled/disabled based on this state of BS based on external enpoint URI?
    This is a requirement such that the messages in the JMS queue doesnot get lost or consumed when the external system is offline.
    Thanks in Advance!

    I have thought about this. There are some problems here....
    I cannot use the same proxy to invoke the java callout and then based on the code or handler disable it, since
    1) i would have no way to enable back the proxy again.
    2) Also there is some amount of message loss.
    So i will have to use another proxy to do the same, but in this case
    1) what would be the trigger to this proxy?
    2) And how often do i invoke the java callout to see if the URI is up or not? (wouldnt that affect the performance?)
    I am just wondering why did they give an offline URI option in the business service and no similar option in the proxy service, Any Idea?
    Thanks

  • How can i use offline & online database in the same time?

    how can i use offline & online database in the same time?
    my database in another server when the connection true it connect
    but if not does not work
    i wanna make offline database if the server not connected it connect offline then the server is on it alter all data from the offline to the server.

    User, please tell us your Jdev version!
    There is no such functionality build into the framework. The offline data base is only for designing the db, not to have a backup db.
    If you can't connect to the db the application will not work.
    Timo

  • How to turn a tablespace offline when...

    Dear All,
    I need assistance;
    Which SQL statement can I use to open an oracle 8i database when the 'users' tablespace is in offline mode.

    First you say that users is offline. Then you say that that the system tablespace
    is not available. There is a VERY BIG difference between the two.
    Also, in Oracle "tablespace offline" means that a tablespace has been taken offline
    -- the Oracle command is ALTER TABLESPACE OFFLINE.
    But you now assert that the datafile has been "lost" {*whatever* that is supposed to
    mean !!}. BIG Difference again between offline and "lost" if lost means "not available".

  • Offline & online backups????

    Hi all,
             Why are the advantages & disadvantages of offline & online backups??

    Hi Ravi,
    Joydeep has described it very well.
    Just to add a bit:
    If you are wondering what happens to the online redo log files while the online backup is running:
    <i>During online backup, BRBACKUP does not backup the online redo log files. Instead, BRBACKUP generates online redo log switches so that all the online redo log files written during the online backup are copied into the archive directory. These offline redo log files then need to be backed up, since an online backup is consistent only in conjunction with these redo log files. The BRARCHIVE program backs up the offline redo log files.</i>
    So the idea that during an online backup some redo files might be missed, is explained from the above paragraph.
    Regards,
    Loukas

  • Sysaux tablespace offline ?

    Hi,
    Can we able to make a sysaux tablespace offline?
    What happen if it was offline.?

    Hello;
    If the SYSAUX tablespace becomes unavailable, core database functionality will remain. So Yes you can do it.
    Source - Database Administrator's Guide "Managing the SYSAUX Tablespace"
    http://docs.oracle.com/cd/B28359_01/server.111/b28310/tspaces010.htm
    OR
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/tspaces010.htm#i1011659
    Best Regards
    mseberg
    Edited by: mseberg on Aug 6, 2012 12:12 PM

  • AIR - Transactional Offline/Online applcation

    Hello,
    I'm very new to AIR. I'm very interested in learning it. I
    would like to ask one question before learning.
    Is it possible to use AIR to develop Offline/Online
    application? What I mean by Offline/Online application is that the
    application work on offline when the network is down. If the
    network is available then it will automatically re-connect with
    online services and will sync the offline data to the online
    services.
    Here is one scenario.
    Let's say I have a small application called "Student
    Registration Management" system. I have StudentRegistration.UI
    (AIR)project and StudentRegistrationService Web Service project.
    StudentRegistration.UI project is working fine as long as we have
    the network connection. But the problem is that our network
    connection is not so stable. sometimes, it used to disconnect for
    half-day and etc . So, we are considering to make our project work
    Offline.
    In order to do that, we are thinking to add another layer
    that can switch the proxy class and offline class that can access
    to the local database.
    For example:
    StudentRegistration.UI --> [detect the connection] ->
    [if online] call Proxy to invoke the webservice.
    -> [if offline] call another class that can connect to
    the local database which is located under "My Document" or
    "somewhere"
    Questions:
    Q1. Do you think this is the correct approach??
    Q2. Is it possible to connect the MS access database or mdf
    from AIR directly? (Note: This MS Access Database or mdf will be
    located under under "My Document" or "somewhere" ) If yes, how can
    I do that? Do I have to use the "inline" SQL statement too?
    Q3. Having one layer that can connect with local database
    will add the duplicated effort. Whenever we changed something in
    StudentRegistrationService Web service project, we will need to do
    the same thing for those offline classes. How can I reduct this
    effort?

    Hi,
    You can definitely built apps with online-offline
    capabilities with AIR. You can't connect to an MS Access database,
    but AIR has built-in SQLite (a file based DB like MS access) DB
    support. Use SQLite to persist data when in offline mode.
    The NativeApplication class whose singleton instance can be
    accessed via NativeApplication.nativeApplication dispatches an
    event (networkChange) whenever any change in the network is
    detected. It may be a connection coming back up or a connection
    going down. Your application has to listen to this event and then
    ping your server URL to see if it is online or offline. By ping,
    the meaning here is only a check to see if a particular URL is
    accessible using HTTP. There is an AIR class called URLMonitor used
    for this.
    As far as Q3 goes, you'll have redo the changes you did in
    your web services classes in the local version as well. I don't see
    a way around that.

  • Datafile offline后 无法online

    数据文件1个月前前被offline 后,忘了online
    最近才发现这个问题,rman 的的备份策略是保存一周,.现在数据文件是recover 状态
    SQL> select status from v$datafile;
    STATUS
    SYSTEM
    ONLINE
    ONLINE
    ONLINE
    ONLINE
    RECOVER
    进行了如下操作
    [oracle@localhost ~]$ rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Oct 14 15:21:39 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: ORCL (DBID=1282456281)
    RMAN> restore datafile 6;
    Starting restore at 14-OCT-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=158 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00006 to /u01/app/oracle/oradata/orcl/test.dbf
    channel ORA_DISK_1: reading from backup piece /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_14/o1_mf_nnndf_TAG20121014T113901_87ndypbn_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_14/o1_mf_nnndf_TAG20121014T113901_87ndypbn_.bkp tag=TAG20121014T113901
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:15
    Finished restore at 14-OCT-12
    RMAN> recover datafile 6;
    Starting recover at 14-OCT-12
    using channel ORA_DISK_1
    starting media recovery
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 10/14/2012 15:22:33
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of log thread 1 seq 97 lowscn 10552775 found to restore
    RMAN-06025: no backup of log thread 1 seq 96 lowscn 10552545 found to restore
    RMAN-06025: no backup of log thread 1 seq 95 lowscn 10550471 found to restore
    RMAN> exit
    Recovery Manager complete.
    --一周前的全备和增量备份,归档日志已经被删除
    [oracle@localhost ~]$
    [oracle@localhost ~]$
    [oracle@localhost ~]$
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 14 15:22:51 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 1241513984 bytes
    Fixed Size 1219136 bytes
    Variable Size 335545792 bytes
    Database Buffers 889192448 bytes
    Redo Buffers 15556608 bytes
    Database mounted.
    SQL> alter database open;
    Database altered.
    数据库能正常启动
    SQL> select status from v$datafile;
    STATUS
    SYSTEM
    ONLINE
    ONLINE
    ONLINE
    ONLINE
    RECOVER
    6 rows selected.
    状态还是recover 状态
    SQL> alter database datafile 6 online;
    alter database datafile 6 online
    ERROR at line 1:
    ORA-01113: file 6 needs media recovery
    ORA-01110: data file 6: '/u01/app/oracle/oradata/orcl/test.dbf'
    如何使该数据文件online ?
    以上环境是我的模拟的 有一个生产库和该情况基本一样

    谢谢 部分归档日志的备份已经被删除(因为备份策略 不可能保存所有的归档日志)
    只有选择第二种了.
    数据文件意外offline 或变成recover状态,由于对系统没有影响(如我遇到SYSAUX表空间),一直没有发现,能到发现了,已经是很长时间了,归档日志已经不全了(备份策略没有保存那么长时间)
    这类问题有什么好的办法可以避免吗?

  • EOS plugin and offline/online workflow

    Hi all.
    Recently shot some footage on a Canon 5d and downloaded the plugin so that I can use Log and transfer to get the footage in.
    I was hoping to do an offline first using a proxy codec but the plug-in only does full res.
    This is my first foray into the card world. Any suggestions about how I can use the log and transfer window but doing an offline first.
    My only thinking is to import the files to ProRes using the log and transfer window then media managing those files to make proxy copies, editing with those and then re linking the sequence to the original camera rushes or the Prores copies
    Any suggestions?

    First off, unless your system is very dated, there's no reason to go through the offline thing. ProRes reduces the overhead sufficiently to make HD cut pretty much like SD.
    That said, it is possible to create an offline/online scenario by simply doing the log and capture normally and then "clone" the resultant clips using Compressor to whatever format pleases you for the offline work. As long as you maintain identical filenames in both source folders, you can cut the offline in a different project and then simply re-link to the full-rez clips to conform.
    Good luck!

  • FCP Offline/Online Workflow

    i am not sure if this is the right forum or even an apple app question (someone direct me to a good sourse if not please) but, I am needing to do offline edit from HDV source and some HDCam source.
    Based on my previous method of this in the SD world I would choose the photojpeg codec to save space and then online/uprez.
    With HD and a Kona 3 card I dont see HD/SDI (HDSDI) NTSC Photojpeg Anamorphic capture codec. Even when selecting uncompressed HD I get disables view in the capture window so I know that's a card thing but capture the sd downcovert to test the codec I chose the SD Kona I/O and selected the SDI NTSC Photojpeg Ananmorphic codec and instead of reducing the image resolution/pixels and preserving frame size of 720x640 (or whatever is it in cant recall with these numbers in my head right now) its reducing the overall frame size too to like 320x240. i know i can then resize but is there a way to get the HDSDI to low rez photojpeg and not only reduce quality but keep the 16:9.
    I tried to adjust the HD codec and reduce quality by 70%...couldnt test cause HDSDI on K3 isn't seeing the sig from HDCam VTR. But the 320x240 would work i just dont want to resize the images/clips.
    Anyway, any ideas or help to get me going to capture low rez maintaining 16:9 (with reduced qual through pixels and not frame sizes)for a later uprez. Ive done theis beofre on an hd show about 3 yeasrs agao once, I cannot remember though and it was on FCP too in an offline/online workflow. I think we did it using sd capture from sd source, hmmm with the deck set at anamorphic/squeezed output to ana capture and then it was normal in sequence.
    but in this case i am still dealing with small frame sizes 320x240...HELP!

    ok, i'll look at the disc's. i think we just downloaded the full codec pack from aja's site..i do know when i check the "show all" box a boat load of codecs show, i believe i've seen one for hd...but any i seen reduced the frame size to something realy small.
    i'll double check this new card kona3 and see what it's codec pack is.
    thanks and i'll post my findings. geez, this should be simple...go from hdsdi to a low rez codec but keeping the full frame size...that's it done. and then uprez later using dvcproHD (well that's what i am using to save some space and it's a great codec.) but that's how easy it should be...works that way in sd too. i think i need to go in sd anamorphic and set the vtr's output to squeezed...i dunno i'll hopefully find help or figure it out one way or another.
    thanks again, keep me posted with ideas..THANKS@!!!!!!

Maybe you are looking for

  • Bridge CS3 crashes with RAW folder, CS2 doesn't

    I have this folder with all my recent RAW files, 319 shots. If I go to that folder with Bridge CS3, it crashes. I can however go to that folder with Bridge CS2 without it crashing, but I have to drag and drop the file to Photoshop CS3 to work on it.

  • Netflix Language selection

        Ok,  I've looked at some of the posts,  all great posts.  But,  none answer my question.   I have the Apple TV And I do not have a Apple TV remote control.  I use the remote app on my iPad to control the Apple TV..   I'm a huge Anime fan and some

  • Impact of seconday indexes

    Hi, I want to create a few secondary indexes for my table. But I could able to know that it's not good interms of performance. So Could anyone explain how the permance will be effected actually in detail and what's the alternative for my problem. Tha

  • IPhone Performance in Washington DC/Northern Virginia?

    Thinking about making the switch from sprint Treo 700p to iphone. Anyone in DC/Mclean have experience with the performance of iphone here. Reception, EDGE speed, reliability, reception in a govt building downtown, etc. Thx!

  • FXO to Bogen pager- fxo ports intermittently hang

    I am working on a problem where an VIC2-4FXO voice port which connects to a Bogen UTC1 paging system intermittently hangs. A shut/no shut of the port clears the problem. Problem occurs approximately once a week. Polarity is correct on the connection