Mobile without restarting DATA file?

Hello

I extended the Tablespace and my error, I added one of the data file in this place: /oracle prododuct /- as shown below. I have not updated + symbol while adding the file, for example, Alter tablespace add datafile '+ DATA01;
All other data files are stored on DISKGROUP + DATA01.

Can I move this data file to the same location as the other files without restarting the database or anything like that? I saw in log backup script to database auto that all data files are included that I added, but not this one (/ oracle /... / DATA01)
/oracle/app/product/11.2.0.2/db/dbs/DATA01                                                    AVAILABLE                    103809024
+DATA01/db1/datafile/t.330.778438371                                                         AVAILABLE                    103809024
+DATA01/db1/datafile/t.329.778438389                                                         AVAILABLE                    103809024
Secondly, how can I find this location on the machine for example to display the created on DISKGROUP of DATA01/db1/datafile/t.330.778438371 DATA01 data file.

Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production # RedHat Linux 5.
With the options of partitioning and Automatic Storage Management


Thank you much for the help.

Concerning

910385 wrote:
Hello

Thank you very much for the reply.

I was about to make according to your suggestions. My concern is that:

RMAN>
- Alter database datafile datafile_name offline # OK
- Copy '/oracle/../DATA01' to '+DATA01'. # OK

My question is: How can I find out the full path of the file after copying to ASM Diskgroup to RENAME THE FILE and makes it again online? # As you said KEEP a NOTE... How would I do it please?

Once you move your ASM diskgroup data file. Show upcoming prompt RMANoutput. He will say that data is copied to the asm diskgroup and he himself will get you the full path. Just pay attention to coming to rman quick exit

Tags: Database

Similar Questions

  • Data file associated with the application of deployment

    I have a file of data/database (~ 256 k) I would like to include with my application, but not as a resource file.

    I know that I can group as a resource, but I want to change the file because the application is used, so may not be part of the cod file.

    I am currently thinking of the deployment of the application without the data file, and then let the app to download the data file on first use, or as a background thread (in which I may have to provide some stupid message).  I hope not to make one of these.

    Instead, is it possible to deploy the application with a file that will be written in the memory of the device (file:///store) as 1 a download?  If this is not the case, what are some viable approaches to this problem.

    Maybe this:

    http://supportforums.BlackBerry.com/T5/Java-development/resource-Installer-to-SD-card-application-SA...

    Downloading in the app is I think a different approach (and that I took).

  • DB data file has been deleted... !!

    Dear all,

    Without knowing it, the data file was deleted from the file system of the server...

    It was an accident...

    and now the PB does not come...

    It shows as:

    SQL > startup;
    ORACLE instance started.

    Total System Global Area 581523028 bytes
    Bytes of size 456276 fixed
    402653184 variable size bytes
    167772160 of database buffers bytes
    Redo buffers 10641408 bytes
    Mounted database.
    ORA-01157: cannot identify/lock data file 12 - see DBWR trace file
    ORA-01110: data file 12: ' / proddata/testdata/ts_test01.dbf'


    How can I recover the DB to its original state.

    Please update... This is essential for us...

    Thanks in advance...

    If you want to get rid of this message and must implement the database without this data file;

    ALTER database datafile ' / proddata/testdata/ts_test01.dbf' offiline.

    ALTER DATABASE DATAFILE DROP offline
    or
    ALTER DATABASE DATAFILE offline

    drop offline must not be used unless you know what you're doing...

    the other is "safe". You can online again.

  • How to view NTUSER. DAT file as to the registry without using it?

    How to view NTUSER. DAT file as to the registry without using it?

    The file is from a different Windows instalation!
    I have Win 7 but it comes from my old Windows xp.

    Hi Leonnis,

    There are many ways to read the registry file without using regedit.
    Some ways:
    RegLookup: RegLookup project is dedicated to the direct analysis of Windows NT registry files. RegLookup is distributed under the GNU GPL license and is implemented in ANSI C. RegLookup provides a C API, a Python module and command line tools to access registry data structures.
    Download here: http://projects.sentinelchicken.org/reglookup/
    RegViewer: Is GTK 2.2 based registry Windows GUI file browser. It is platform-independent for the review of the files of Windows registry from any platform. Particularly useful in forensics files Windows of * nix systems.
    Download here: http://regviewer.sourceforge.net

    RegRipper:

    RegRipper is an application of forensics software open source developed by Harlan Carvey. RegRipper, written in Perl, is a tool for extracting data from Windows registry.
    Download here: http://regviewer.sourceforge.net
    KRegedit:
    kregedit is a KDE utility for the visualization of the native Windows registry files. It is similar to the regedt32 utility that is found on most Windows platforms. Only the format of the NT (NT4/2000/XP) registry is supported.
    Paulo Breim
    Centro Brasileiro Pericia

    Help, please!

  • Move the data files on the standby server without moving primary Oracle 11 g r2

    Hi all


    Oracle 11g 2 with EBS 11.5.0.2 version.

    The size of one of the mounting points on the standby is full and I'm going through one of the data files to another mount point without making any changes to the primary level.

    I tried Google and came across this link:
    http://oraclesea.blogspot.in/2011/12/move-datafiles-on-standby-server.html
    But it did not work... I had to start the database with the spfile to work.

    The steps mentioned in the blog:
    Include below parameter in standby parameter file
    DB_FILE_NAME_CONVERT = '/primary_location/xyz.dbf','/standby_location/xyz.dbf'
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE cancel;
    shut immediate
    startup nomount pfile=initSCSL.ora
    alter database mount standby database ;
    alter system set standby_file_management='MANUAL' SCOPE=MEMORY ; 
    ! cp /primary_location/xyz.dbf'  /standby_location/xyz.dbf
    alter database rename file  '/primary_location/xyz.dbf' to '/standby_location/xyz.dbf';
    alter system set standby_file_management='AUTO' SCOPE=MEMORY ; 
    alter database recover managed standby database parallel 4 disconnect from session;
    Can you please help me with the right steps...


    Concerning
    KK

    Edited by: 903150 Sep 26, 2012 22:41

    Here is an example for you.

    Database pending:

    SQL> select status,instance_name,database_role from v$database,v$instance;
    
    STATUS       INSTANCE_NAME    DATABASE_ROLE
    ------------ ---------------- ----------------
    OPEN         srprim           PHYSICAL STANDBY
    
    SQL> select file_name from dba_data_files;
    
    FILE_NAME
    --------------------------------------------------------------------------------
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\USERS01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\UNDOTBS01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\SYSAUX01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\SYSTEM01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\USERS02.DBF
    
    SQL> select process,status,sequence# from v$managed_standby;
    
    PROCESS   STATUS        SEQUENCE#
    --------- ------------ ----------
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    RFS       IDLE                  0
    RFS       IDLE                154
    MRP0      WAIT_FOR_LOG        154
    
    7 rows selected.
    
    SQL> show parameter name_convert
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    db_file_name_convert                 string
    log_file_name_convert                string
    SQL> alter database recover managed standby database cancel;
    
    Database altered.
    
    SQL> shut immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    M:\>copy C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\USERS02.DBF C:\APP\SHIVANANDA.RAO\ORADATA\DBTEST\USERS02.DBF
    1 file(s) copied.
    
    M:\>sqlplus sys/oracle@srprim as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Sep 27 14:57:16 2012
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    
    SQL> startup mount
    ORACLE instance started.
    
    Total System Global Area  778387456 bytes
    Fixed Size                  1374808 bytes
    Variable Size             494929320 bytes
    Database Buffers          276824064 bytes
    Redo Buffers                5259264 bytes
    Database mounted.
    SQL> alter system set standby_file_management=manual;
    
    System altered.
    
    SQL> alter database rename file 'C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\USERS02.DBF' to 'C:\APP\SHIVANANDA.RAO\ORADA
    A\DBTEST\USERS02.DBF';
    
    Database altered.
    
    SQL> alter database recover managed standby database disconnect from session;
    
    Database altered.
    
    SQL> select process,status,sequence# from v$managed_standby;
    
    PROCESS   STATUS        SEQUENCE#
    --------- ------------ ----------
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    ARCH      CONNECTED             0
    RFS       IDLE                  0
    RFS       IDLE                155
    MRP0      WAIT_FOR_LOG        155
    
    7 rows selected.
    
    SQL> select name from v$datafile;
    
    NAME
    --------------------------------------------------
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\SYSTEM01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\SYSAUX01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\UNDOTBS01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\SRPRIM\USERS01.DBF
    C:\APP\SHIVANANDA.RAO\ORADATA\DBTEST\USERS02.DBF
    

    1. you must close the database pending.
    2 copy the file that you want to move to the different mount point using the OS commands.
    3. Mount the standby database.
    4 rename the data through database level. Make sure that the standby_file_management is set to MANUAL
    5. start the MRP on the standby database.

    Please do not use more than one response to the thread ID. Because you created this thread with ID 903150, I propose to answer with the same ID, not the ID of the other.

  • How can I recover a data file if it drop without backup!

    Dear friends,

    I have a request.

    In oracle database 10g, I created a database of test name 'medium '. I created a tablespace "support_ts" here.
    In my absent mind, I deleted the data file that is associated with "support_ts" physically. Logically the tablespace information is in the database, but physically the data file is deleted.

    'SUPPORT' database has no backup (export and rman), also the database is in noarchivelog mode.

    Now, is it possible to recover or do I focely delete the tablespace for database information? While, in the next database startup search information tablespace "support_ts"?

    Hello

    Recover the data file is not possible without the backup of the data file.

    You can re-create the control file and the startup of the database.

    Steps to recrete the control file.

    1. change controlfile backup of database to trace in the "";
    2. open the control file and remove the entry from tablespace and datafile support partly noreset newspapers.
    3. connect sys as sysdba
    4 cancel immediately / closed stop
    5 startup nomount
    6. paste balls noreset controlfile content
    7. After you have created the mount controlfile and open the database.

    Kind regards
    Prasanna

  • create a tablespace without specifying the path to the data file and the name

    Hello

    Is it possible to create a tablespace without specifying the name and the path of the data file.

    For example: just specify the name of the tablespace and the size of the data file, the data file must be created in a default location with the default name? Is this possible?

    user13364377 wrote:
    Hello

    Is it possible to create a tablespace without specifying the name and the path of the data file.

    For example: just specify the name of the tablespace and the size of the data file, the data file must be created in a default location with the default name? Is this possible?

    The use of the files managed by Oracle
    Internally, Oracle uses standard file system interfaces to create and delete files if necessary for the following data structures:

    * Tablespaces
    * Online redo logs
    * Control of files

    Through initialization parameters, you specify the directory of file system to use for a particular file type.
    EXAMPLE:
    The following parameters are included in the initialization parameter file:

    DB_CREATE_FILE_DEST = ' / u01/oradata/sample.
    DB_CREATE_ONLINE_LOG_DEST_1 = "/ u02/oradata/sample.
    DB_CREATE_ONLINE_LOG_DEST_2 = ' / u03/oradata/sample.

    The following statement is issued at the SQL prompt:

    SQL > CREATE a DATABASE sample.
    SQL > CREATE TABLESPACE tbs_2 DATAFILE SIZE 400 M;
    SQL > CREATE UNDO TABLESPACE undotbs_1;

    check the link for more information:
    http://download.Oracle.com/docs/CD/B10500_01/server.920/a96521/OMF.htm

  • Mobile data file to a different disk group

    Version: 11.2
    Platform: Solaris 10

    I have Disgroup called KLCIS_DATA02. He has a file of size 10 GB inside data
    +KLCIS_DATA02/klcis/klcis_tbs_04.dbf
    I need to move the data above file to an another diskgroup called KLCIS_DATA01

    That I should stop the DB, mount it and run
    alter database rename datafile '+KLCIS_DATA02/klcis/klcis_tbs_04.dbf' to '+KLCIS_DATA01/klcis/klcis_tbs_04.dbf'
    Would the above work?

    Published by: Tom on March 14, 2012 08:26

    Published by: Tom on March 14, 2012 08:26
    Added version info

    Tom wrote:
    I have Disgroup called KLCIS_DATA02. He has a file of size 10 GB inside data

    +KLCIS_DATA02/klcis/klcis_tbs_04.dbf
    

    I need to move the data above file to an another diskgroup called KLCIS_DATA01

    That I should stop the DB, mount it and run

    I think there is no need to stop the DB (if its in the mode) but put the data offline tablespace/file to move the data file...

    alter database rename datafile '+KLCIS_DATA02/klcis/klcis_tbs_04.dbf' to '+KLCIS_DATA01/klcis/klcis_tbs_04.dbf'
    

    Would the above work?

    As

    SQL > alter database datafile '+ KLCIS_DATA02/klcis/klcis_tbs_04.dbf' offline;

    RMAN target /.

    RMAN > COPY DATAFILE '+ KLCIS_DATA02/klcis/klcis_tbs_04.dbf' to '+ KLCIS_DATA02;

    See the new data file in the alert.log...

    SQl > alter database file rename '+ KLCIS_DATA02/klcis/klcis_tbs_04.dbf' to '+ KLCIS_DATA02'/xxx/xxxx.dbf;

    RMAN target /.

    RMNA > switch datafile ' +KLCIS_DATA02'/xxx/xxxx.dbf "to copy;

    RMAN > recover datafile ' +KLCIS_DATA02'/xxx/xxxx.dbf ";

    SQL > alter database datafile ' +KLCIS_DATA02'/xxx/xxxx.dbf "online;

    See also the blog
    http://davidalejomarcos.WordPress.com/2010/07/23/move-datafile-to-a-different-ASM-diskgroup-using-RMAN/

    hope this helps

  • Control mobile/data files to a different folder during the upgrade to 10 g 9i

    Hello

    I'm in the process of upgrading 9.2.0.4 (Enterprise Edition - linux Redhat 4) on the same server to 10 g R2.

    I already finished running DBUA, but due to the bug MAXDATAFILES 100, I had to choose not to move the data files. Now that the upgrade was successful, I need to move the controlfiles, 10g 9i Home Home data files.

    I know I need to recreate the controlfile to support up to a trace file, but I'm confused as to what script should I use trace files because it has 2 almost identical scripts. One with RESETLOGS, another with NORESETLOGS.

    What is the difference between these two? The 9i database was arrested before the upgrade and supported (cold backup), whether I should not all archivelogs or online content of newspapers I think.

    Thank you
    Sinan

    I know I need to recreate the controlfile to support up to a trace file, but I'm confused as to what script should I use trace files because it has 2 almost identical scripts. One with RESETLOGS, another with NORESETLOGS.

    What is the difference between these two? The 9i database was arrested before the upgrade and supported (cold backup), whether I should not all archivelogs or online content of newspapers I think.

    RESETLOGS - Specify RESETLOGS, if you want the Oracle database to ignore the content of the files listed in the LOGFILE clause. These files do not have to exist. Each redo_log_file_spec in the LOGFILE clause must specify the SIZE parameter. The database assigns redo all online log file groups to thread 1 and enables this thread for public use by any instance. After using this clause, you must open the database by using the ALTER DATABASE statement RESETLOGS clause.

    NORESETLOGS - Specify NORESETLOGS if you want Oracle database to use all files in the LOGFILE clause as they were when the database was last opened. These files must exist and must be the online redo logs rather that restore backups. The database reassigns log files groups redo the nets to which they were previously allocated and reactivates the discussions that they have been previously activated.

    CREATE CONTROLFILE
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_5003.htm#SQLRF01203

    If you AutoConfig enabled, you can use quick Clone to achieve the same.

    Thank you
    Hussein

  • Mac adds the extension txt for dat files

    Hello

    I download the files with the extension dat but when are already downloaded I see another extension txt (F4409.dat.txt). I need to use dat files in another program and convert my file to text file prevents me to do. I would like to block the conversion of files without my approval on my mac. Remove the additional extension (.txt) does not help. I still can't use file in a program that I need for analysis of the data. Help, please.

    AS

    Download from which site?

    Download of what app (a browser)?

  • How to recover a password administrator forgotten without losing data.

    I forgot my admin password on my desktop, a way to reset my password without losing all the data/files?

    Thank you.

    Here are the instructions of change or reset the password of a user account from OS X - Apple support

  • How do I encrypt a data file so that only I can retrieve the Info?

    How do I encrypt a data file so that it cannot be read without permission?

    I have a request where the client shouldn't have access to the data that I need to save for troubleshooting purposes.  (there are trade secrets, I want to protect)  My plan is to save a datalog (currently I produce a Spreadsheet tabs-delimited format) whenever the device is running and hide the files where they will not likely be found.  But some sort of encryption or everything at least password protection would be better.

    I never tried to do this before, but thought it would be pretty easy.  Maybe I'm looking all just not in the right places.

    Thank you

    Well, you could look in something like DES, Triple, ESA, etc.  It has libries lying since these writings in LabVIEW.  I'm not sure about the cost.

    If you want a very simple way to protect your data, just reverse all or part of the bits in each byte of the file.  It's super simple and turns a nice ASCII text file noise when read from a text file.

  • My application doesn't open or create a .dat file after I made it executable!

    I had an application that stores data in a .dat file. It works fine until I do the VI an executable.

    Even if my program did not find the .dat in the first time, must be created, but it is not!

    What I need to for my VI to use in executable mode .dat file. I need it because I have to run the VI without LABVIEW 8.6 installed.

    Thank you!

    PS. Sorry for my bad English! I'm Brazilian!

    Why my executable does not work when you use the constant path of the current VI?

    (See also)

  • Error problem of DAT file "another program or person uses.

    Original title: DAT file problem?

    I have a file Dat and ntuser file that I can't remove C Docs and settings it keeps telling that another program or person uses it. That is not possible since I deleted the user name that the file belongs to. So I wonder what can I do to get rid of this thing? I have rid his vital to the BONE, but it is a limted not the admin account account and I deleted it so nothing should be left.

    Thank you

    I have a file Dat and ntuser file that I can't remove C Docs and settings it keeps telling that another program or person uses it. That is not possible since I deleted the user name that the file belongs to. So I wonder what can I do to get rid of this thing? I have rid his vital to the BONE, but it is a limted not the admin account account and I deleted it so nothing should be left.

    Thank you

    ==================================
    Possibilities...

    Right click / Rename the file, and then delete.

    Move the file to another folder and then delete...

    You may delete the file after a reboot
    and if you've already tried that... it can be a useful
    try to remove mode without failure.

    (315222) a Description of the Safe Mode
    Boot into Windows XP options
    http://support.Microsoft.com/?kbid=315222

    Also... the following freeware may be useful:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Unlocker
    http://www.filehippo.com/download_unlocker/
    (works on - Windows 2000, XP, Vista, 7, 8)
    (the download is: Unlocker1.9.2.exe)

  • I'm losing my data files to all readers of my system, including the system drivers on a regular basis. How can I fix it?

    NTLDR and missing hall.dll

    I'm losing my data files to all readers of my system, including the system regularly drivers please give me a solution, we have tried to many third-party tools to recover the data, but lost in vain.we have tried with the coordination team of endpoint symentec but unable to fnd the solution. They mentioned contact us the technical team at microsoft for the solution.

    kindly reply me as soon as possible

    MD Sumairullah Sharief
    Mobile no.: 8790999880

    Hello

    I suggest you run the Design Checker (Sfc.exe) system files on the computer and check if it helps.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)
    http://support.Microsoft.com/kb/310747

     

    You can send us the log file in Windows Live SkyDrive:

    http://explore.live.com/Windows-Live-SkyDrive

Maybe you are looking for

  • Mini Mac instead of the Apple TV?

    Can connect you Mac mini to the TV and use a wireless keyboard to work as an Apple TV?

  • What should I do before selling iwatch?

    My Apple Watch was linked to an iPhone.then I reset the iPhone and sell it to another. now what should I do before selling the iWatch now?

  • Xoom: sd card cannot rise

    I have a Xoom internal memory 32 GB WiFi and Android 3.2. When I insert a micro SD card 16 G SanDisk 4 and the power to the top class, I can't mount the card. I go to settings > store and get an error with the option to Force Close message or send a

  • OfficeJet 6500 black ink

    I have a HP Officejet 6500 wireless that does not print color only black ink Solutions/similar problem?

  • HP Quick Launch necessary software update

    I have a laptop Compaq Presario CQ-62-215DX running Windows 7, 64-bit.  I tried to download the "Quick Launch software HP" version 2.10 A from the page "downloads of software & Driver".  I can't get the SP49593.exe update file and instead get the mes