Confusion in the Docs of Oracle for oracle 11G Release 2

According to the Oracle Docs Library for Oracle 11 g Release 2 (11.2), in http://docs.oracle.com/cd/E11882_01/server.112/e25494/tspaces005.htm#ADMIN11375, "* when you specify NORMAL in offline mode, the database takes a control point for all data storage files, since need them offline." I tested it in my Studio to Test as shown below:--
< > > > > > >

SQL > select checkpoint_change # database v$.

CHECKPOINT_CHANGE #.
------------------
12915076

SQL > ALTER TABLESPACE TEST_1 normal offline;

SQL > select checkpoint_change # database v$.

CHECKPOINT_CHANGE #.
------------------
12915076
SQL > alter tablespace TEST_1 online;

Tablespace altered.


SQL > select State from dba_tablespaces where nom_tablespace = 'TEST_1 ';

STATUS
---------
ONLINE

SQL > select checkpoint_change # database v$.

CHECKPOINT_CHANGE #.
------------------
12915076


In short, I took the 'TEST_1' tablespace offline normal mode and back again online, but the number unchanged checkpoint remains that violates the Oracle documentation. Posted below in my versions of Oracle database installed: -.

SQL > select * from v version $;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
CORE Production 11.2.0.2.0
AMT for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production


Any comments / entries from anyone here is going to be great!

Published by: 918868 on July 27, 2012 03:22

When a data file/tablespace is offline, begin to put in backup mode, only playback mode.

Aman...

Tags: Database

Similar Questions

  • How to implement the legend in Oracle 11g B2B

    Hello
    I am referring to the http://docs.oracle.com/cd/E23943_01/user.1111/e10229/callouts.htm#CHDEFBDG document and try to implement caption for a specific need.
    Initially, I would like to implement the legend using the simple XML - XML transformation. To do this, I made a few adjustments in oracle B2B, but unfortunately it does not work. Here is the detailed procedure.

    (1) I copied a java example Code of an XML-to-XML Transformation example in section 13-2 of the document mentioned above for JDeveloper, code compiled and created the jar (TestCallout.jar).
    (2) I copied the .jar file to a specific path (ex: D:\Oracle\Middleware\user_projects\MyCallout) and mentioned the same way in B2B UI / Configuration tab / Callout Direcotry.
    (3) create a new file .xsl using Jdeveloper where I am mapping from one XML schema format to another format of XML schema.
    (4) I have created a new legend in the Legend tab and here are the details:
    Implementation class: com.mycallout.XMLTransform
    Name of the library: TestCallout.jar
    Now please suggest me where I can quote the path of the .xsl file that I created, Oracle B2B legend UI?
    Should what the name of the parameter and value I mention in the settings section?

    Here's my XSL file:

    < xsl: stylesheet version = "1.0".
    xmlns:XP20 = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20".
    xmlns:bpws = "http://schemas.xmlsoap.org/ws/2003/03/business-process/".
    xmlns:AIA = "http://www.oracle.com/XSL/Transform/java/oracle.apps.aia.core.xpath.AIAFunctions".
    xmlns:MHDR = "http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction".
    xmlns:BPEL = "http://docs.oasis-open.org/wsbpel/2.0/process/executable".
    xmlns:oraext = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc".
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xmlns:ns0 = "http://www.example.org".
    xmlns:DVM = "http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue".
    xmlns:HWF = "http://xmlns.oracle.com/bpel/workflow/xpath".
    xmlns: xsl = "http://www.w3.org/1999/XSL/Transform".
    xmlns: med = "http://schemas.oracle.com/mediator/xpath."
    xmlns:IDs = "http://xmlns.oracle.com/bpel/services/IdentityService/xpath".
    xmlns:BPM = "http://xmlns.oracle.com/bpmn20/extensions".
    xmlns:XDK = "http://schemas.oracle.com/bpel/extension/xpath/function/xdk".
    xmlns:xref = "http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions".
    xmlns:ns1 = "http://www.example.org".
    container = "http://www.w3.org/2001/XMLSchema".
    xmlns:ORA = "http://schemas.oracle.com/xpath/extension".
    xmlns:Socket = "http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator".
    xmlns:LDAP = "http://schemas.oracle.com/xpath/extension/ldap".
    exclude-result-prefixes = "xsi xsl ns0 ns1 xsd xp20 APO aia mhdr bpel oraext dvm hwf med bpm xdk Xref ora socket ldap ID" >
    < xsl: template match = "/" >
    < ns0:Input >
    < ns0:OrderType >
    < xsl: value - of select = "concat(/ns1:OredrStatusInquiryRequest/ns1:BranchPlant,/ns1:OredrStatusInquiryRequest/ns1:OrderType)" / >
    < / ns0:OrderType >
    < ns0:OrderNumber >
    < xsl: value-of select = "/ ns1:OredrStatusInquiryRequest / ns1:OrderNumber" / >
    < / ns0:OrderNumber >
    < ns0:Item >
    < xsl: value - of select = "concat(/ns1:OredrStatusInquiryRequest/ns1:LineNumber,/ns1:OredrStatusInquiryRequest/ns1:Item)" / >
    < / ns0:Item >
    < / ns0:Input >
    < / xsl: template >
    < / xsl: stylesheet >


    Please help me to go further.

    Now please suggest me where I can quote the path of the .xsl file that I created, Oracle B2B legend UI?

    In step 4, you must add the parameter of legend with the name "xsltFile" which must be of type string, and the value of this parameter must be the absolute path of the XSL file (including the file name). Suppose that you have copied the xsl in the C:\xsl directory and the XSL file name is abc.xsl then the value of the parameter "xsltFile" is therefore C:\xsl\abc.xsl

    Kind regards
    Anuj

  • Oracle 11g Release 2 assumption of raw devices to the CCR

    Hi I need one of my db migrate to 10.2.0.3 for 11g release 2
    now, I got to know that there are some problems with raw devices in oracle 11g R2 rac
    so I want the suggestions of experts
    Thanks in advance

    If you are upgrading a database in place (i.e. without reconstruction, without import-export), Oracle has no other choice than to support the application of raw device.
    However, when you install the Clusterware 11.2 it cannot be installed on raw devices - one is not supported!

    Oracle Support Document ID 578455.1 ' announcement of of-Support devices version 12 G GROSS ' announces support to 12 g.

    Hemant K Collette

  • Confusion about the development of applications for windows surface surface Pro and Windows for windows rt...

    Hello guys... I want to launch an application... for surface... but the confusion I got... is one of main surface contain windows rt and pro version contain windows 8. for pro, I'm fine with the update, but for windows version rt... made the project 2012 VS for windows... like in the pro version... (same project will work or not)... or I do VS 2012 project for windows phone...

    Hello

    Please post your question in the MSDN forum.

    MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

    I hope this helps.

  • How to get more information about the users in oracle 11g

    Hi all

    I need to know more information on users in oracle 11g.

    1. how to check when user times last connection to the database.
    2. If the user account is blocking why it is blocked? If it is locked trying Loing with wrong password how to check how many times he tried with wrong password... and other reasons also
    3 reaction strives to select user expire date is to show the value empty... we can check expire date by querys or we need to check the profile?
    4. how to check while he was reset his password, the last time.

    Please correct me if am wrong. Thank you

    Concerning

    1. how to check when user times last connection to the database.

    AUDIT

    2. If the user account is blocking why it is blocked? If it is locked trying Loing with wrong password how to check how many times he tried with wrong password... and other reasons also

    Check the profile of this user and attr.

    3 reaction strives to select user expire date is to show the value empty... we can check expire date by querys or we need to check the profile?

    SQL> select EXPIRY_DATE from dba_users ;
    
    EXPIRY_DA
    ---------
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    23-MAY-13
    24-SEP-11
    24-SEP-11
    24-SEP-11
    

    check
    EXPIRY_DATE in dba_users is null

    4. how to check while he was reset his password, the last time.

    SELECT SYS PTIME. THE USER$;

  • Oracle 11g Release 2 "error in the move file".

    Here, at the moment I am trying to install Oracle 11 g release 2 64 bit on Windows 7 64 bit. about halfway through the installation, I get an error message:

    "error in the C:\app\dlee14\product\11.2.0\dbhome_1\bin\oralbac11.dll to the C:\app\dlee14\product\11.2.0\dbhome_1\bin\oralbac11.dll.dbl file.

    What is happening and how to fix it?

    Hi user;

    Please check below:
    Oracle 11g R2 install on Windows 7 64 bit setup.exe does not work.

    Respect of
    HELIOS

  • Installing Oracle 11g Release 2 on Centos

    Hello

    I just bought a cloud computing system and wish to install oracle 11g. My OS is CentOS / 6.0 - 64 and minimal for the CCI. Can you please any good tutorial/doc to install it?

    Thank you in anticipation

    ChristyH. wrote:

    Is there someone who can install oracle for me?

    Best regards

    You will need to find consulting companies in your area to do it. If you always use CentOS, they recommend most likely you are using a supported operating system version

    HTH
    Srini

  • Result Cache in oracle 11g release 2.0.2.0

    All,

    A few months ago I tried function result Cache 11 g version 2.0.1.0. The oracle of time mentioned that they have 3 ways to use this feature by setting the parameter result_cache_mode AUTOMATIC, MANUAL or FORCE. With AUTO (result_cache_mode = AUTO) mode you can identify the queries that can benefit from the cache of the result. I would like to know what views or function I see where he captures this information.
    In 11.2.0.1.0 documentation he was making reference to certain points of view (totally forgot the names of views) and said: those that will be available in 11.2.0.2.0.

    Did anyone know about this?

    Thanks in advance.

    user2486753 wrote:
    Although doc oracle didn't tell on AUTO it is still accepts this value and caches the result of the SQL query if you add / * + cache result * / allusion to the SQL.
    I know that they mentioned in 112010 somewhere that will help users find what SQL is good candidates for caching by running the app for a while. I couldn't just fine there.

    If we add AUTO and always passing the tip, this is the same behavior as MANUAL. I'm not sure I've seen the value of anywhere and neither its there in the docs too.

    HTH
    Aman...

  • Oracle 11g released in pdf reports cause

    We are to modernize Oracle Forms and reports of 10g and 11g R2. After moving to 11g reports, the report layout is completely jammed/broken when it is shown in PDF format (open with adobe reader XI and previous versions).

    desformat = pdf
    destype = hide

    Output as HTML show properly.
    desformat = html appears: ok.

    Server: AIX 6.1
    WebLogic 10.3.6
    Java SDK: 1.6
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    PL/SQL Release 11.2.0.2.0 - Production

    Any help is greatly appreciated.

    Thank you.

    Thanks for the update. For AIX, the patch is available for the version 11.1.2.1.0 that the issue has not been reported in 11.1.2.0.0. For this reason, Oracle does not recommend to apply this fix to 11.1.2.0.0. PDFs come out in the same way that symptoms appear in Note 1522543.1support?

    If so, a recommendation would be to upgrade your installation of forms to 11.1.2.1.0 (this only fixes group contains other bug fixes) and then apply the patch that I mentioned earlier. Just a quick word with forms/States 11.1.2.1.0 upgrade, you have to implement a quick fix in rwservlet.properties in order to view reports without seeing the error "REP-52262: exit diagnostic is disabled." This would imply defining L2 in the file and restart WLS_REPORTS thereafter. NOTE: Always make a backup of any file of configuration you want to change before any change. More information found on this work around in this knowledge base article: http://pitss.com/us/2012/12/20/running-reports-in-formsreports-11-1-2-1-generates-rep-52262-with-default-settings/.

    If this is not the case, how the reports out as when you use a PDF file?

    Thank you
    Scott

  • oracle 11g release 2 on solaris installation 5

    I have a requirement of installing oracle 11g R2 on solaris server 5. Can someone please tell how to get with it, or link to proceedings for documentation.

    sunnymoon wrote:
    I have a requirement of installing oracle 11g R2 on solaris server 5. Can someone please tell how to get with it, or link to proceedings for documentation.

    http://docs.Oracle.com/CD/E11882_01/install.112/e24346/TOC.htm

    Aman...

  • database Oracle 11g release 2 of windows server 2003 x 86

    Hello

    I want to install oracle database 11g release 2 on windows server 2003 (x 86).
    I'm not finding the software for the windows version. I want to know whether or not 11g release 2 is avialable fror windows.

    Please give me the number of patch to version 11g 2 if anything avialable in metalink.

    Kind regards
    Out straggler

    GR 11, 2 is not yet available for the Windows platform. It should be released soon.

  • Set the events in oracle 11g for SAP

    Hi all

    Recently, we have updated 10.2.0.4 oracle database at 11.2.0.3 (AIX 7.1) for the SAP application.

    Some settings of the default event have been set when the database has been executed with 10.2.0.4 version. After upgrading to 11.2.0.3, these events have not observed pfile/spfile. However, the post_upgrade log shows that these events have been defined (and journal displays a list of events as well).

    Now, my concern is whether the settings of the event have been put already by default (if it is already set after upgrade, don't know why pfile reflecting is not them) or do I have to adjust the settings manually.

    Thanks in advance for your help.

    Kind regards
    Prakash

    See SAP Note 1431798 for a list of the parameters of the event required. These are correct. You must also run the last Patch Bundle SAP that specifically tells you to set these events after the installation of the hotfix. If you have run the wrapper of dbua SAP by their 11g upgrade instructions, I think that it defines these events for you as well.

  • The EOM to Oracle 11g works with clients of 9i

    If I install OEM 11 g on a Windows Server, I download emca data to a database in Oracle 9i on a SUN Server?

    Take a look at the Certification Oracle Enterprise Manager Grid Control auditor [ID 412431.1] on My Oracle Support.
    Here you will find all the combinations that have been certified (11, 10.2) WHO works with as agent, database, etc.

    Eric

  • Can I move sessions from one node to the other in Oracle 11g RAC?

    Hello world

    When I need a knot of closure for maintenance, I can move the sessions connected to this node to another? I know TFA, but I'm not using it right now, I just wanted to know if I can pass the sessions without warning everyone that some of them will be disconnected.

    Thanks for your help.

    We can move the service of database on the other node and then perform the stop utility srvctl to CCR. Be sure to check how your services switch on stop and maintenance.

    You can check this: "Server Control Utility Reference".

    Kind regards

    Kundan Sinha

  • Confusion between the issue of fonts for a new user

    Hey everyone, my apologies in advance because I just do not know how to ask the question in the right words for my research gaps. My question is I have a series of files HAVE (~ 75 or almost) and I need the police in each to match. The problem is when I open them, some do give 1 PT while others give almost 7. When the same zoom, is the size of the two texts however (the pt 1 could even be bigger?). It seems there are two scales, but I can't give a sense or understand how to put on a single scale of correspondence. I tried to learn this program stumbled right through it, so I guess there is something incredibly simple, that I'm missing but just don't know how to look for it. Any thoughts?

    Thanks a bunch

    Working from ARCMap, I see? To reset the fonts for their correct size test by selecting all, and use the arrow keys on the keyboard to move all objects, click to the left and back to the right. Reset the font size.

Maybe you are looking for