XNet 16.0 Database Alias Change?

Has there been a change of 16.0 XNet that put additional restrictions on alias names can be a database?  A user of my software is to see a strange error saying they don't have anything in their name of the alias other than superior or letters, lowercase letters, numbers, underscore, and dash.  Software I wrote takes a DBC and adds and assigns an alias, which is the name of the CAD file, but this does not seem to work.  I'm fine with my software update to replace characters with underscores, since it is simply an alias internal that the user does not need to know, but I did not see this listed in the change log.

Change restricted the acceptable characters for:

  • Uppercase (A - Z)

  • Lowercase letters (a - z)

  • Numbers (0-9)

  • Line of underscores (_)

  • Hyphen (-)

For the most part, who reflects C variable naming rules. I will pass your comments on the restrictive nature of the team.

Tags: NI Products

Similar Questions

  • Collaboration database alias is incorrect...

    but it's not.

    Anyone run into this? My diary shows this, notice the failed message and the subsequent connection is lines in service. :

    2010-01-04 10:08:58, 845 INFO - finished loading of databases
    2010-01-04 10:08:58, INFO 860 - setting Transaction Isolation Level
    2010-01-04 10:08:58, 860 INFO - isolation level is read uncommitted
    2010-01-04 10:08:58, INFO 860 - finite definition of the Transaction isolation level
    2010-01-04 10:08:58, 860 INFO - test database connections
    2010-01-04 10:08:58, 891 INFO - JDBC Driver Version: SQL Server 3.40.6 (012712.007203.008710)
    2010-01-04 10:08:58, 891 INFO - connected to the database: collaboration
    2010-01-04 10:08:58, 954 INFO - plumdbname.plumdbusername. alias database failed retry related database alias
    2010-01-04 10:08:58, 970 INFO - plumdbname addition... bound datbase alias
    2010-01-04 10:08:58, 970 INFO - connection to the database related works
    2010-01-04 10:08:58, 970 INFO - finished tests of database connection
    2010-01-04 10:08:58, 970 - Alias database related ERROR is check incorrect database.xml
    2010-01-04 10:08:58, 970 - Collaboration Server ERROR could start.

    This could be a problem of grant of role. The databasename.dbo is set correctly for the collab product?

    If you can repro in a test environment, you can also try these steps below to see if they help. Technical support has also had experience working on this problem, then you can consider opening a case with them.

    Ryan

    -----------
    1 / the portal user Grant read access to tables in the Collaboration database by executing the following on the database for script collaboration by using the collaboration database user:

    install_dir\ptcollab\\sql\\collaboration-server-portal-role-grant.sql script.

    2 / consider the views of collaboration in the portal database, and check the owner of the table. To do this, expand database portal, views and then search for the in views:

    . CSVPORTALGATEWAYDATA
    . CSVPREFERENCE
    . CSROLEMEMBERSHIP

    If it is something other than the user of the portal database (DBO instead of the db user, for example), then proceed as follows:

    Open the following script: install_dir\ptcollab\\sql\\portal-collaboration-server-data.sql script
    * Search 'collabdbuser' and change this to the user who owns the view above (ie. change of dbo).
    * Run this script against your database portal using the portal database user.

    3 / execute the following script on the database portal using the portal database user:

    install_dir\ptcollab\\sql\\portal-server-portal-role-grant.sql script.

    Note: Some of the scripts above may not work with a message that the data already exist. Never mind.

  • Current version of the data in the database has changed since the user initiated the update process.

    Hello

    I get this error message: when I update a table.

    • Current version of the data in the database has changed since the user initiated the update process. version of current line identifier = "4975F66067C6EE412FF51DF46B8C4916" line application version identifier = "31163419BE48C198DE88A34AD12FE4D2".

    I get this message when a process is used to run an update on the same table.

    BEGIN

    RUN IMMEDIATELY "UPDATE CONTRATS_MAINTENANCE SET EMAIL_SENDED = 0 WHERE ID =: 1' WITH THE HELP OF: P27_ID;"

    END;

    There is an automated line (DML) process process on the table on this page.


    I understand that I get this error message because I update the database EMAIL_SENDED in the same table column and tha the automated process line try to update the same table...

    On this page, I want to the column EMAIL_SENDED always has the value 0 (zero). It is a database column

    How to do?

    Thank you for your help.

    Christian

    If you try to make it through a normal form. So in this case email_sended is getting two values one of your FORM and one of your update statement.

    To resolve this problem, you can code in hard EMAIL_SENDED point the value '0' and keep only the database column.

    If the whenver update you will automatically take the value 0.

    Another solution would be to remove this column from your FORM and then update by creating a process after submit.

    BR,

    Patrick

  • Current version of the data in the database has changed since the user has launched the process of update: tabular

    Hi people

    Version of the apex is 4.2

    Oracle database: 11.2.0.2

    I have created a simple form in a table on a table with the following structure

    {code}

    Name                                                  Null?    Type

    ----------------------------------------------------- -------- --------------

    TID NOT NULL NUMBER

    TEAM_NAME VARCHAR2 (30)

    EMP_NAME VARCHAR2 (30)

    DATE OF REPORT_DATE

    CATEGORY_NAME VARCHAR2 (30)

    NUMBER OF CATEGORY_HR

    CATEGORY_COMMENT VARCHAR2 (120)

    CREATED_DT                                                     DATE

    CREATED_BY VARCHAR2 (30)

    STATUS VARCHAR2 (1)

    {code}

    In the form of default table is

    {code}

    Select

    TID,

    TID TID_DISPLAY,

    TEAM_NAME,

    EMP_NAME,

    REPORT_DATE,

    CATEGORY_NAME,

    CATEGORY_HR,

    CATEGORY_COMMENT,

    CREATED_DT,

    CREATED_BY

    of ' #OWNER # '. " TIMESHEET.

    {code}

    I wanted to add an additional line inserted in the tabular presentation, that's why I included 'UNION ALL' in the query like this

    {code}

    Union of all the

    Select

    TID, null,

    tid_display null,

    team_name null,

    emp_name null,

    report_date null,

    category_name null,

    category_hr null,

    category_comment null,

    created_dt null,

    created_by null

    of the double

    {code}

    After having done that, I can see a blank line on the form of tables, but each time I fill data in the fields and press the "SUBMIT" button, I get the below error

    Current version of the data in the database has changed since the user has launched the process of update

    Thank you

    Navneet

    Why are you insert an extra line manually in tabular from?  There is a feature to add a line.

    If you want to insert a blank line when the page loads, then create dynamic action, this is a most appropriate feature.

    If you manually insert an extra line so that you have to write the update for this procedure.

    Leave.

  • Value US7ASCII AL32UTF8 database character change

    Our database is running on the Oracle 10.1.0.4.0 database (AIX) the following are its parameters:


    SQL > select value from NLS_DATABASE_PARAMETERS where parameter = "NLS_CHARACTERSET";

    VALUE
    ----------------------------------------
    US7ASCII


    We would like to change the value AL32UTF8 database character. After completing the Metalink notes: 260192.1 (who helped us solve data "With" and "Truncated", is the final result of the CSSCAN utility):

    [Scanning summary]
    All data type characters in the data dictionary can be convertible to the new character set
    All data of character type is convertible to the new character set

    [Summary of the Data Conversion dictionary]
    The data dictionary can be migrated safely using the CSALTER script

    We have no truncation and with (0) entry on the .txt file. We have Changeless and Convertible. Now accdg to the documentation, we can do a FULL EXP and FULL IMP. But it does not detail how to do the conversion on the same database. The discussion on the document explains how do from one database to another database. But what about on the same database?

    We cannot use CSALTER as indicated on the document.
    (Step 6
    Step 12
    12.c) when you use Csalter/Alter database to AL32UTF8 and there was NO data "Truncation", only "Convertible" and "Changeless" in the csscan in point 4 :)

    After you COMPLETE the database export, how can we change its character set? What must we do the existing database to change its character value AL32UTF8 until we import back our in the same dump file database?

    Help, please.

    You cannot use CSALTER indeed you have given application convertible. Only the application data does not change are supported by the script.

    We do not support the conversion in place of the version of database you have except via Oracle Consulting services. Please upgrade to one of the versions of database supported by the DMU (http://www.oracle.com/technetwork/database/globalization/dmu/overview/index.html) utility and ask the DB fix required for the enhanced version and platform supported by the Oracle. I think there is already a patch for 10.2.0.5 on AIX 64-bit POWER but this is to be confirmed.

    Without the CDS, you can do a selective export of only convertible tables, truncate table, use CSALTER and re - import.

    -Sergiusz

  • upgrade of database and change oracle_home

    Hi all


    I have a database on oracle 9.2.0.7 and I need to move it to 9.2.0.8.

    ORACLE_HOME current = /apps/oracle/product/9.2.0.7 and I want to move to /apps/oracle/product/9.2.0.8 on the same server.

    I am working on Solaris server.

    Please suggest a method to upgrade the database and change the Oracle_home.


    what things can we do?


    -Thank you

    Karan

    Hello

    What NEVER GO * if you don't have that you're gone (I'm sorry)

    (1) the inventory fails, you cannot run opatch lsinventory-details
    (2) you are unable to apply a patch to your database

    If you want to do that please follow the below action plan

    (1) install the 9.2.0.1 on /apps/oracle/product/9.2.0.8 (newly created directory) only to install the software
    (2) update the 9.2.0.1 installed on /apps/oracle/product/9.2.0.8 to 9.2.0.8 (software ONLY)
    (3) copy the files network, init.ora files new oracle of etc. House
    (4) database now to stop the 9.2.0.7
    (5) start the 9.2.0.7 database is upgraded 9.2.0.8 mode software located in /apps/oracle/product/9.2.0.8
    (6) run the upgrade script
    (7) run the script utlrp.sql

    DONOT change manually from home *.

    Kind regards
    Rakesh jayapapa

  • Current version of the data in the database has changed...

    Hi, I have an updated report which hurts...

    This is the SQL code for it:

    Select
    "ITEM_BOM_LINE_ID,"
    "ITEM_BOM_ID,"
    "ITEM_ID",.
    "ID_PROCESSUS,"
    "SEQ,"
    DECODE (ID_PROCESSUS, NULL, QUANTITY, ") AMOUNT.
    DECODE (ID_processus, NULL, UOM_CODE, ") uom_code,.
    "VOLTAGE_PROBE,"
    'POSITION ',.
    "POS."
    "DESCRIPTION".
    of ' #OWNER # '. " TOFC_ITEM_BOM_LINES ".
    where "ITEM_BOM_ID" =: P20_ITEM_BOM_ID

    In that select it the ID_processus or the item_id is defined. Cannot assign at the same time.

    The description field is what hurt. When I run the page and try to write something in the description field on a line where ID_processus is defined this error appears:

    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-20001: ORA-20001: current version of the data in the database has changed since the user has launched the process of update. current checksum = "B54E29267EC18630B58818FF4B710D41" element = '925466414031BD2DE082A6F954889340' checksum., update of "trailers". "" TOFC_ITEM_BOM_LINES ""ITEM_BOM_LINE_ID"= value: b1, 'ITEM_BOM_ID' =: b2, 'ITEM_ID' =: b3, 'ID_processus' =: b4,"SEQ"=: b5, 'QUANTITY' =: b6, 'UOM_CODE' =: b7, 'DESCRIPTION' =: b8

    It works fine when I write something in the description field on a line where item_id is not null. Also all other fields work perfectly.

    Can someone tell me whats wrong?

    Thanks :)

    Hello

    After a re-read of your OP, I noticed that
    DECODE (ID_PROCESSUS, NULL, QUANTITY, ") AMOUNT.
    DECODE (ID_processus, NULL, UOM_CODE, ") uom_code,.
    in your query.
    And it breaks when ID_processus is NOT NULL (and ITEM_ID is null), isn't?
    That's because you change (sort of) the QUANTITY and the UOM_CODE when that happens. Your query retrieves different values than those contained in the database (for example "instead of the actual value). And these 'new' values are compared with the values of database and then there is a difference. Where the error.

    But now: how to solve?
    What exactly are you trying to achieve with this construction? Is there a business rule that AMOUNT and UOM_CODE must be blank if ID_processus is not null? To add a constraint validation to your table and just show the values in your table. Or to show or hide a value of the terms of use. Or use another (made) column in your query that is not bound to a database field.

    I hope this helps...

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • on-line database to change the element

    Hi all

    I have a question about the database Toolbox.  How to make a particular line in a query table and change an element in the same row?  In doing so, the database table is updated.

    Yik

    You use the query to execute and make an UPDATE

    UPDATE table_name
    SET Column1 = value, column2 = value2...
    WHERE some_column = some_value

  • Need to report on all database objects changed

    Is there a way to create a report that displays all the database objects that have changed in a given period of time?  We have FT SQL running, so I can see that they have been collected, I just can't understand how a report out of it.  When I create a report, I can't find anything on the follow-up to add changes.

    Details of change tracking can be exported, but right now a good 'report' is not available.  Because this data is stored in the repository of IP, not the Foglight repository, it is not available for custom reports, like the rest of the data capture Foglight.

    To export the information to track changes, follow the screenshot below.

    PI data more accessible via custom dashboards and reports is on the roadmap for the future incorporated into the product.  If I can get info on the possible period of time, I will update the post.

  • Database backend changes not reflected in demand for ADF

    Hello

    I have a request of the ADF that displays data of Oracle XE backend database. The application works very well. Due to a requirement that I changed the data directly in the database for some lines. Now when I access the application I still see the old values in the application of the ADF. Is there any cache I need to delete? Can someone please suggest?

    My version of Jdeveloper is 12.2.1

    You need to validate your changes. I guess that in the SQL Developer there is a button for this.

  • Database does not start... ALTER database open; change the database open * ERROR at line 1: ORA-03113: end of file on the channel of communication process ID: 10400 Session ID: 418 serial number: 3 -.

    HI during startup of the database of the following errors is. Please help solve the problem.

    SQL > alter database open;

    change the database open * ERROR at line 1: ORA-03113: end of file on the channel of communication process ID: 10400 Session ID: 418 serial number: 3 -.

    ============================================================

    Please see the alerts log entries

    --------------------------------------------------------------------------------------------------------------------------------

    Commissioning:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With the options of partitioning, OLAP, Data Mining and Real Application Testing.

    Using parameters in spfile D:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\SPFILEATTNDPRD server-side. ORA

    Parameters of the system with default values:

    process = 400

    sessions = 624

    memory_target = 4G

    control_files = 'D:\ORACLE\ORADATA\ATTNDPRD\CONTROLFILE\O1_MF_8LRQYB0M_. CTL.

    control_files = 'C:\ORACLE\ORADATA\ATTNDPRD\CONTROLFILE\O1_MF_8LRQYB13_. CTL.

    DB_BLOCK_SIZE = 8192

    compatible = "11.2.0.0.0."

    log_archive_format = "ARC%S_%R.%T."

    db_create_file_dest = 'D:\oracle\oradata. '

    db_create_online_log_dest_1 = "D:\oracle\oradata".

    db_create_online_log_dest_2 = "C:\oracle\oradata".

    db_recovery_file_dest = 'C:\oracle\oradata\flash_area. '

    db_recovery_file_dest_size = 8G

    undo_tablespace = 'UNDOTBS1.

    Remote_login_passwordfile = "EXCLUSIVE."

    db_domain = «»

    dispatchers = "(PROTOCOL=TCP) (SERVICE = ATTNDPRDXDB)" "

    audit_file_dest = "D:\APP\ADMINISTRATOR\ADMIN\ATTNDPRD\ADUMP".

    AUDIT_TRAIL = 'DB '.

    db_name = "ATTNDPRD".

    open_cursors = 300

    diagnostic_dest = "D:\APP\ADMINISTRATOR".

    Sun 24 May 13:43:09 2015

    PMON started with pid = 2, OS id = 5792

    Sun 24 May 13:43:09 2015

    VKTM started with pid = 3, OS id = 6500 high priority

    VKTM clocked at (10) precision of milliseconds with DBRM quantum (100) ms

    Sun 24 May 13:43:09 2015

    GEN0 started with pid = 4, OS id = 13072

    Sun 24 May 13:43:09 2015

    DIAG started with pid = 5, OS id = 1424

    Sun 24 May 13:43:09 2015

    DBRM started with pid = 6, OS id = 8240

    Sun 24 May 13:43:09 2015

    PSP0 started with pid = 7, OS id = 2980

    Sun 24 May 13:43:09 2015

    DIA0 started with pid = 8, OS id = 12956

    Sun 24 May 13:43:09 2015

    MA started with pid = 9, OS id = 13356

    Sun 24 May 13:43:09 2015

    DBW0 started with pid = 10, OS id = 14248

    Sun 24 May 13:43:09 2015

    DBW1 started with pid = 11, OS id = 17900

    Sun 24 May 13:43:09 2015

    LGWR started with pid = 12, OS id = 5564

    Sun 24 May 13:43:09 2015

    CKPT started with pid = 13, OS id = 16736

    Sun 24 May 13:43:09 2015

    SMON started with pid = 14, OS id = 14068

    Sun 24 May 13:43:09 2015

    RECCE has started with pid = 15, OS id = 16288

    Sun 24 May 13:43:09 2015

    MMON started with pid = 16, OS id = 10884

    commissioning 1 dispatcher (s) for '(ADDRESS =(PARTIAL=YES) (PROTOCOL = TCP))' network address...

    commissioning or shared server 1...

    Environment ORACLE_BASE = D:\app\Administrator

    Sun 24 May 13:43:09 2015

    ALTER DATABASE MOUNT

    Sun 24 May 13:43:09 2015

    MMNL started with pid = 17, OS id = 16128

    Mount of redo thread 1, with mount id 3325657453

    Database mounted in exclusive Mode

    Disabled lost write protect

    Completed: ALTER DATABASE MOUNT

    Sun 24 May 13:43:23 2015

    change the database open

    Sun 24 May 13:43:23 2015

    LGWR: FROM PROCESS ARCH

    Sun 24 May 13:43:23 2015

    Arc0 started with pid = 21, OS id = 10084

    Arc0: Started archiving

    LGWR: FROM PROCESS ARCH COMPLETE

    ARC0: FROM PROCESS ARCH

    Sun 24 May 13:43:24 2015

    Arc1 started with pid = 22, OS id = 18400

    Sun 24 May 13:43:24 2015

    ARC2 started with pid = 23, OS id = 17280

    Arc1: Started archiving

    ARC2: Started archiving

    Arc1: become the "no FAL' ARCH

    Arc1: become the "no SRL" ARCH

    ARC2: Become the heartbeat ARCH

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-19815: WARNING: db_recovery_file_dest_size 8589934592 bytes is 100.00% used and has 0 bytes remaining available.

    ************************************************************************

    You have choice to free up space in the recovery area:

    1 consider changing STRATEGY OF RETENTION of RMAN. If you are using Data Guard

    then consider changing POLICY of DELETE ARCHIVELOG RMAN.

    2 back up files on a tertiary device such as a tape with RMAN

    SAFEGUARDING RECOVERY AREA command.

    3. Add space drive and increase the db_recovery_file_dest_size setting to

    reflect the new space.

    4 remove the unnecessary files using the RMAN DELETE command. If a service

    the system control has been used to remove the files, and then use the RMAN DUPLICATION and

    Commands DELETE has EXPIRED.

    ************************************************************************

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-19809: limit exceeded for file recovery

    ORA-19804: cannot recover disk 44571136 bytes limit 8589934592 space

    ARCH: 19809 error creating archive log file to ' C:\ORACLE\ORADATA\FLASH_AREA\ATTNDPRD\ARCHIVELOG\2015_05_24\O1_MF_1_10343_%U_. ARC'

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_ora_10400.trc file:

    ORA-16038: log 2 # 10343 sequence can be archived

    ORA-19809: limit exceeded for file recovery

    ORA-00312: wire 2 1 online journal: ' D:\ORACLE\ORADATA\ATTNDPRD\ONLINELOG\O1_MF_2_8LRQYD8B_. JOURNAL"

    ORA-00312: wire 2 1 online journal: ' C:\ORACLE\ORADATA\ATTNDPRD\ONLINELOG\O1_MF_2_8LRQYDF6_. JOURNAL"

    USER (ospid: 10400): put an end to litigation because of the error 16038

    Sun 24 May 13:43:24 2015

    ARC3 started with pid = 24, OS id = 2188

    Errors in the d:\app\administrator\diag\rdbms\attndprd\attndprd\trace\attndprd_arc2_17280.trc file:

    ORA-19815: WARNING: db_recovery_file_dest_size 8589934592 bytes is 100.00% used and has 0 bytes remaining available.

    ************************************************************************

    You have choice to free up space in the recovery area:

    1 consider changing STRATEGY OF RETENTION of RMAN. If you are using Data Guard

    then consider changing POLICY of DELETE ARCHIVELOG RMAN.

    2 back up files on a tertiary device such as a tape with RMAN

    SAFEGUARDING RECOVERY AREA command.

    3. Add space drive and increase the db_recovery_file_dest_size setting to

    reflect the new space.

    4 remove the unnecessary files using the RMAN DELETE command. If a service

    the system control has been used to remove the files, and then use the RMAN DUPLICATION and

    Commands DELETE has EXPIRED.

    ************************************************************************

    Instance of stopped by USER, pid = 10400

    --------------------------------------------------------------------------------------------------------------------------

    Regarding

    Ngoyi

    Hello

    Now it works very well... with following

    --------------------------------------------------

    using sqlplus

    • Startup mount
    • ALTER database noarchivelog;
    • ALTER database open;

    -------------------------------------------------------------------------------

    Concerning

    Ngoyi

    -------------------------------------------------

  • "The current version of the database has changed since... "Error

    Now I downloaded my application at the APEX. ORACLE.COM and my workspace is PSGCA and I have problems with the page 310 - details of the Bill.  How can I get the APEX. ORACLE.COM gurus to look over the page?  I'm having a problem with the part detail of this master-detail page.  Specifically, if I add data or update data to the captain only section, no problem.  This is when I need to update the data on the detail starting with my problems section!  If I add to the start of the line, no problem.  If I add information to a field null, no problem.  The problem arises when I want to change the HOURS/DAYS and COSTS.  He will take the initial value, but if I want to change then I get the error "database version has changed since... »

    No indication of this error would be greatly appreciated!

    Do you guys need for me to add table definitions and sample data.  In the past, I was told that it was not necessary; everything you had needed was the page.

    Is this correct?

    Can I add data and table definitions?

    For some reason that I could reduce it to the format mask on the expenditures column, which has been

    999G999G999G999G990D00PR
    

    When I changed it to

    999G999G999G999G990D00
    

    everything magically started working.

    For people wondering about the PR:

    PR

    9999PR

    Returns negative value in .

    Returns the positive value with a beginning and end empty.

    Restriction: The PR format item can only appear in the last position of a model number format.

    Documents: http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements004.htm

    I'm not sure why this particular mask causes. Because checksums are generated, I ran this sql to take a guess:

    select
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw(exp1)) md5_val1,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw(exp2)) md5_val2,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw('1.00')) md5_val1_1,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw('1.00')) md5_val2_2
    from (
    select
    expenses exp1,
    to_char(expenses,'999G999G999G990D00PR') exp2
    from invoice_details
    ) a
    

    which produces this output.

    MD5_VAL1 MD5_VAL2 MD5_VAL1_1 MD5_VAL2_2
    C4CA4238A0B923820DCC509A6F75849B 4DF59D42C9EE6119AEB2ADC95E7B7CF6 41CF2677CC4EC9356DAD8E76DFB87448 41CF2677CC4EC9356DAD8E76DFB87448

    Still not sure, but maybe it's to do with how and when checksums are generated?

    A space of drawing here - as you can see there is no guru, ace or oracle badge under my name, so I'm sure

    I've made changes on page 310, make backup to 24 but probably is not serious because your application is local. Probably no danger of change your credentials and/or remove your application.

    impressive effort on the example. This helps us better help you!

  • Upgrade of database without changing the statistics

    Hello

    Is it possible to upgrade the database (for example, from 10.2.0.x to 11.2.0.x) without changing the statistics even after upgrade?

    If there is possibility made me know the process to do this.

    Kind regards
    National Stadium

    Srini Chavali wrote:
    One possibility would be to lock statistics before applying the 10.2.0.5 patch

    Preserve the statistics with DBMS_STATS. LOCK_TABLE_STATS [ID 283890.1]

    In general, this is a bad idea for the reasons mentioned above

    HTH
    Srini

    Srini thanks for sharing of the doc.

  • OEM may not happen to the database after changing the port on the database

    Hello OEM gurus!

    I had to change the port on a database(11g) from 1521 to 1526. I adjusted the listeners to include the SID (finapp1t) in the listener listening on the port of 1526. I removed the SID of the OEM (10g btw) and rediscovered. He has rediscovered success.

    Now, I get the following when I try to enter in the "spaces" or "tables" on the page of database FINAPP1T:

    Listener refused the connection with the following error: ORA-12505, TNS:listener knows not currently SID given in connect descriptor is used by the client connect descriptor: (description = (address = (host = urora2t.unioncentral.com)(protocol=tcp) (port = 1521)) (connect_data = (sid = finapp1t) (server = dedicated)))

    I started then clean the Agent on the server, but I get the same results.

    OEM seems to think that this FINAPP1T of the database always uses port 1521. I can connect to the database on port 1526 to my office so I know that the listener see this database.

    How can I say OEM update port?

    Thanks for your help!

    Published by: sawright on March 29, 2012 10:33

    -What status of availability the console displays for the database?

    -In order to exclude the caching issues, you can log out of the console, reconnect, and then restart the connection to the database in question?

  • FRA is defined on the database while changing log_archive_dest_1 gives ORA-16028:

    Database is set to FRA
    I'm getting below error when I want to change the value of log_archive_dest_1.

    --------------------------------------------------------------------------------
    SQL > list of archive logs
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive USE_DB_RECOVERY_FILE_DEST
    More old sequence of journal online 8
    Log sequence archive 10
    Current log sequence 10

    --------------------------------------------------------------------------------

    SQL > ALTER SYSTEM SET log_archive_dest_1 ='service = "(DESCRIPTION = (ADDRESS_LIST = (ADRESSE = (PROTOCOL = TCP) (HOST = pearlbay.labs.bmc.com)(PORT=1521))))"
    2 (CONNECT_DATA = (SID = ASM112OM)))' ASYNC NOAFFIRM ARCH db_unique_name = "112OM" valid_for = (online_logfile, primary_role)' scope = the two SID = "ASM112OM";
    ALTER SYSTEM SET log_archive_dest_1 ='service = "(DESCRIPTION = (ADDRESS_LIST = (ADRESSE = (PROTOCOL = TCP) (HOST = pearlbay.labs.bmc.com)(PORT=1521))))"
    *
    ERROR on line 1:
    ORA-02097: the parameter cannot be changed because specified value is not valid
    ORA-16028: new LOG_ARCHIVE_DEST_1 causes less destinations only
    LOG_ARCHIVE_MIN_SUCCEED_DEST requires
    --------------------------------------------------------------------------------

    SQL > ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 2;
    ALTER SYSTEM SET LOG_ARCHIVE_MIN_SUCCEED_DEST = 2
    *
    ERROR on line 1:
    ORA-02097: the parameter cannot be changed because specified value is not valid
    ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified

    --------------------------------------------------------------------------------
    SQL > alter system set log_archive_duplex_dest = '+ OBTDG1/asm112om/onlinelog ";
    ALTER system set log_archive_duplex_dest = "+ OBTDG1/asm112om/onlinelog".
    *
    ERROR on line 1:
    ORA-02097: the parameter cannot be changed because specified value is not valid
    ORA-16018: cannot use LOG_ARCHIVE_DUPLEX_DEST with LOG_ARCHIVE_DEST_n or
    DB_RECOVERY_FILE_DEST

    --------------------------------------------------------------------------------

    How to work around?
    Thanks in advance for the help.

    Salvation;

    Please see:
    Log_Archive_Dest_1 by default even when DB_Recovery_File_Dest is set [ID 553286.1]

    Check also:
    Can you help me on how to set zone flashback in oracle10g and archive lo

    Respect of
    HELIOS

Maybe you are looking for