ORA-02248: invalid option for ALTER SESSION during the connection of the customer

Hello
I'm a junior dba and I was hoping if someone could help me with a problem I have. I recently installed on the oracle 10g client on my windows machine. I am trying to remote connect to my database on a unix machine, but I get error trying to connect from the client below.

ERROR:
ORA-00604: an error has occurred at the SQL level 1 recursive
ORA-02248: invalid option for ALTER SESSION

I did some searching on that and I think it might be something to do with the NLS_LANG setting maybe. I do not know if and to be honest, I'm a little lost on this.

Any help would be greatly appreciated. See you soon.

RGS,
Rob

Hello

what the SQL you gave?

Check the run-> regedit NLS_LANG parameter and change it according to env

Tags: Database

Similar Questions

  • ORA-01839: invalid date for the specified month

    Hello

    I don't know if this is the right place for posting this... but I got the following errors in my alert log file (10.2.0.1)

    Errors in the fichier.../bdump/xxx_j000_23928.trc
    ORA-12012: error on auto work 8888
    ORA-01839: invalid date for the specified month

    in the trace file:
    NAME OF THE ACTION: (AUTO_SPACE_ADVISORY_JOB) 2009-03-30 22:00:02.313
    NAME OF THE MODULE: (DBMS_SCHEDULER) 2009-03-30 22:00:02.313
    SERVICE NAME: (SYS$ USERS) 2009-03-30 22:00:02.313
    ID OF THE SESSION: (194,87) 2009-03-30 22:00:02.313
    2009-03-30 22:00:02.313
    ORA-12012: error on auto work 8888
    ORA-01839: invalid date for the specified month

    The problem is the date is not valid for the specified month, my question is how do I solve this problem. This is a newly created database.

    I have only 2 jobs (some from dba_jobs) and there is no 8888.

    2 jobs I have are:

    THE WORK INTERVAL WHICH
    1 + 1/240 sysdate unlock;
    trunc (sysdate) 2 + 7 + 3/24 dbms_stats.gather_schema_stats ('db_name');


    Please help. Thank you.

    Published by: user10427867 on March 31, 2009 12:00

    The work is probably assigned a group of windows, probably MAINTENANCE_WINDOW_GROUP. The task will run in this window. Try these queries.

    select schedule_name
    from dba_scheduler_jobs
    where job_name = 'AUTO_SPACE_ADVISOR_JOB';
    
    select next_start_date
    from dba_scheduler_window_groups
    where window_group_name = 'MAINTENANCE_WINDOW_GROUP';  -- or the value returned by the first query if different
    

    Since it is a work of Oracle supplied, I recommend you contact Oracle support. The trace file contains other useful information?

  • ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    I cloned database of MRC. (test for role transitions) and set up DR.

    I tried to set up with no default port.

    When I'm bouncing of the db, (stop and start), cannot connect to the db.

    SQL > startup nomount;

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00132: error syntax or network name not resolved "LISTENER_STBYCRMS."

    > > tnsnames.ora

    LISTENER_STBYCRMS

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT= 1898))

    STBY_CRMSDB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1898))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = stbycrms)

    (UR = A)

    )

    )

    LISTENER_CRMS =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1698))

    CRMSDB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1698))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = GCD)

    (UR = A)

    )

    )

    ~

    > > listener.ora

    LISTENER11G =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1898))

    )

    SID_LIST_LISTENER11G =

    (SID_LIST =

    (SID_DESC =

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = stbycrms)

    )

    )

    ADR_BASE_LISTENER11G = / u01/app/oracle

    * I have an entry to the file for local_listener pfile.

    * .db_name = "CRM".

    db_unique_name = stbycrms

    LOCAL_LISTENER = "LISTENER_STBYCRMS."

    Thank you

    Hello

    LISTENER_STBYCRMS (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT= 1898))

    Is the above entry is correct according to the syntax?

    where give you "="?

    LISTENER_STBYCRMS = (Description = (Address = (Protocol = TCP (port = 1898))(Host=Neptune)))

    or

    LISTENER_STBYCRMS =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXx)(PORT = 1898))

    )

    )

    -Pavan Kumar N

  • ORA-19030: invalid method for the schema not based XML Documents

    Hi everyone can u help me please when I am trying to execute query below his throw errror

    DECLARE

    doc xmltype.

    BEGIN

    SELECT

    XMLAGG (XMLElement ("employee",

    XMLAttributes)

                      ' http://www.Oracle.com/emp_simple.xsd ' AS 'xmlns',

                      ' http://www.w3.org/2001/XMLSchema-instance ' AS ' xmlns: xsi ",

                      ' http://www.Oracle.com/emp_simple.xsd

    http://www.oracle.com/emp_simple.xsd'

    AS "xsi: schemaLocation").

    XMLForest (e.employee_id LIKE "EmployeeId",

    Select AS "name."

    e.job_id AS "Job."

    e.manager_id "MANAGER."

    e.hire_date AS "Hire Date"

    e.Salary AS "wages."

    e.commission_pct AS 'The Commission',

    XMLForest)

    d.department_id AS "DeptNo."

    d.department_name AS "DeptName",.

    d.location_id AS 'Place') AS 'Dept')))

    in the doc

    E employees, departments d

    WHERE e.department_id = d.department_id;

    doc.schemaValidate ();

    END;

    /

    The error I get is following

    ORA-19030: invalid method for the schema not based XML Documents

    Yes, Odie meant something like that.

    
        
            
                
                    
                        
                            
                                
                                
                                
                                
                                
                                
                                
                                
                                    
                                        
                                            
                                            
                                            
                                        
                                    
                                
                            
                        
                    
                
            
        
    
    

    See how the employee node can now occur more than once in the employees node.

  • When I click with the right button of the mouse on videos from facebook it shows no options for me to copy the link and etc.

    When I click with the right button of the mouse on videos from facebook it shows no options for me to copy the link and etc. It only shows the parameters for the flash player. How can I fix?

    You can find the URL of the thumbnail by following these steps:
    In the context menu, choose {inspect element}.
    Now, you can see the URL in the source down (perhaps you click the small arrow to the left of the line of seledted firstly to show).

  • I would like to make my PC opened as in there is no need for a password during the awakening / turn on the PC

    I would like to make my PC opened as in there is no need for a password during the awakening / turn on the computer.        Help, please!

    Thank you

    Hi, Andrew,.

    What version of Windows are you using?

    Press the Windows flag key + R to open the run

    Type control userpasswords2

    Press Ok

    User Tab - uncheck "users must enter a user name and password to use this computer.":

    Tab - Advanced settings uncheck "users must press Ctrl + Alt + Delete.

    Click on apply, Ok

    When the dialog box appears, type your user name and password (if you do not have a password, leave the field blank)

  • When to pay issued what the command processing error occurred. For more information, contact the customer service by phone 8 800 333 36 63. What should do?

    When to pay issued what the command processing error occurred. For more information, contact the customer service by phone 8 800 333 36 63. What should do?

    Hello

    You will need to contact support by calling/chat for this request.

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    Kind regards

    Sheena

  • GoldenGate OGG-00212 invalid option for card

    Hello

    My file of replication works well with content below


    card amer.salary, target euro.salary,
    SqlExec (id conflict, the query "select salary from euro.salary where id =: vpnum", params (vpnum = id)).
    colmap (id = id, salary = @if (conflict.salary <>BEFORE.salary,
    @compute (conflict.salary-(BEFORE.salary-salary)), salary), temp);

    It is throwing error - invalid ERROR OGG-00212 option for card: sqlexec (ID.

    Please can anyone help how can I in all conditions.

    Thank you

    Published by: 944192 on October 19, 2012 18:20

    Try a space after SQLEXEC.

  • How to kill the session during the export of data from the database in essbase

    Hi all

    I actually tried to export all the data for essbase DB but it takes almost 25 hrs still his past.
    Please suggest me how to kill this session. I tried to kill him but his does not work...

    Really appreciate if somebody gives answer for that...

    Thank you...

    Me...

    Your only option is to go to the Task Manager/Unix command line and kill the ESSSVR.exe process. This process is blocked and all of the demolitions that you issue of EAS/MaxL won't fix.

    Kind regards

    Cameron Lackpour

  • Alignment of volume for Linux OS during the conversion?

    Will there be an option to align correctly the Linux volumes?

    A big thank you. Keep up your excellent work.

    This option is available only when the conversion * WE * POWERED machines Linux. For Windows, it is available both for sources turned on and turned off. On your first screen it says the source is turned off.

  • Parameters of the env for user oracle, during the installation of Oracle on linux

    Hello Oracle Experts;

    Basicallly my major is electrical and electronic

    I am very new to ORACLE/LINUX [LEARNING ORACLE DBA] technology.
    I have THREE questions... Please, help me understand oracle concepts.

    QUESTION 1:
    I get confused about 'parameter bash_profile' and it is contained
    I Googled, he said to set variables for user oracle env. Ok.
    Can someone explain clearly what is happening exactly when "setting bash_profile?


    MY SETTINGS BASH_PROFILE
    My bash_profile that contained the following:

    + # Oracle parameters +.
    TMP = / tmp; Export TMP
    TMPDIR = $TMP; export TMPDIR

    ORACLE_BASE = / u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/Db_1; Export ORACLE_HOME
    ORACLE_SID = TSH1; export ORACLE_SID
    ORACLE_TERM = xterm; export ORACLE_TERM
    PATH = / usr/sbin: $PATH; export PATH
    PATH = $ORACLE_HOME/bin: $PATH; export PATH

    LD_LIBRARY_PATH = $ORACLE_HOME/lib: / lib: / usr/lib. export LD_LIBRARY_PATH
    CLASSPATH = $ORACLE_HOME/JRE: $ORACLE_HOME/jlib: $ORACLE_HOME/rdbms/jlib. Export CLASSPATH
    + #LD_ASSUME_KERNEL = 2.4.1; export LD_ASSUME_KERNEL +.

    + If [$USER = 'oracle']; then +.
    + If [$SHELL = "/ bin/ksh"]; then +.
    Pei 16384 ulimit
    ulimit-n 65536
    on the other
    ulimit-u 16384-n 65536
    FI
    FI

    QUESTION 2:

    Please note: this url says a lot of env variables

    http://www.idevelopment.info/data/Oracle/DBA_tips/UNIX/UNIX_4.shtml

    2. in my case, why following env variables * [LD_ LIBRARY_PATH, CLASS_PATH, PATH] * are missing?

    My pc showing that four env variable $ env |  grep EI EI TNS ORA

    ORACLE_SID = TSH1
    ORACLE_BASE = / u01/app/oracle
    ORACLE_TERM = xterm
    ORACLE_HOME=/U01/app/Oracle/product/10.2.0/Db_1

    QUESTION 3:

    * [LD_ LIBRARY_PATH, CLASS_PATH, PATH] *.

    * Are they [above mentioned variable env] needed (or) not necessary for oracle DB? *
    To enumerate env variables, why they are not displayed? (something wrong)?


    As a beginner, I expect some technical information to improve my knowledge...
    Thanks in advance;

    969352 wrote:
    should NOT serve as a substitute for Oracle installation manual.

    Specifically can provide you good document or links for 10g and 11g?

    Wire suggest me to follow the docs of oracle installation... Thank you

    =================================================
    Learn how to look for things in the documentation is good time invest in your career. To this end, you should drop everything you're doing and do the following:

    Go to [url tahiti.oracle.com] tahiti.oracle.com.

    Explore your product and version.

    TO BOOKMARK THIS SITE

    Spend a few minutes to familiarize yourself with what is available here. Take note special tabs "books" and "search". Under the tab 'books' (for 10.x) or the "Master books list" link (for 11.x), you will find the complete documentation library.

    Spend a few minutes just know what kind of documentation is available by simply browsing the titles under the "Books" tab

    Open the reference manual and spend a few minutes looking through the table of contents to familiarize yourself with what kind of information is available here.

    Do the same with the SQL reference manual.

    Do the same with the utilities manual.

    Do not read the above in depth. These are reference manuals. Knowing that just getting here is to be referenced. Ninety percent of the questions on this forum can be answered in less than 5 minutes just looking for one of the books above.

    Then, set a plan to dig deeper.
    - Read a chapter a day from the Concepts manual.
    -Take a look in your alert log. One of the first things listed at startup is the parms of initialized with default values. Find out about each of them (shown in your alerts log) in the reference manual.
    -Take a look at your sqlnet.ora, listener.ora and tnsnames.ora files. Go to the manual of network administrators and ask about what you see in these files.
    - When you have finished reading the guide to Concepts, do it again.

    Give a man a fish and he eats for a day. Teach him to fish and he eats for a lifetime.

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

  • Invalid value for parameter error when the value is in the list of the parameters allowed

    I have a few documents with many styles of paragraphs which have been organized in groups. I have a simple script that aims to decouple these styles and remove groups now empty.

    Code:

    #target indesign
    
    
    var myDoc = app.activeDocument;
    
    
    if (myDoc.paragraphStyleGroups.length > 0)
    {
        myDoc.paragraphStyleGroups.everyItem().paragraphStyles.everyItem().move(LocationOptions.AT_END, myDoc);
    
    
        myDoc.paragraphStyleGroups.everyItem().remove();
    }    
    
    
    alert("Done")
    
    

    The error I get is (my highlighting):

    JavaScript error!

    Error number: 30477

    Error string: invalid value for the "reference" parameter of method "move". ParagraphStyle waited, ParagraphStyleGroup, CharacterStyle, CharacterStyleGroup, CellStyle, CellStyleGroup, TableStyle, TableStyleGroup, Document or application, but received Document.

    As you can see, my Pickle is my value is of a type allowed. This only happens in certain documents, and there is nothing that distinguishes these documents from those in which it works of course.

    One thing I noticed is that the error sometimes manifests a while to appear (a minute or two), but none of the styles have been moved once I click OK. So, I don't know if this is specific to a single style. I doubt it, just because other documents with the same style the value of work.

    Anyone can shed light on what this error can mean in this context? I have certainly an activeDocument, so what could cause a Document to a Document?

    Any help much appreciated!

    Hello

    It occurs when there are 2 or more models have the same name, probably.

    Jarek

  • Why do I always restart my computer (wireless) when I leave it alone for 30 minutes during the night?

    Acer (my computer) & Time Warner Cable (my internet connection) could not help me with these problems.  I have had this computer for 2 + years and changed a Linksys router to a router SMC (Time Warner router) ~ a year ago. No problems until 3-4 months ago.

    (1) when I'm away from my computer w/windows open or closed, I click my mouse to wake my computer. He then loses the internet connection. I used to have to restart my computer whenever I needed to use it (sometimes 6 times / day). Then I moved the router as close as I could - 2' reconcile (32 ~' router). Yet once, it worked w/no problems up to the ~ 3-4 mos ago. So, if I click my mouse & let stand for a few minutes, the Internet exploded (red "x"), then yellow and then blue (which means I have to then wireless). Now for the last two days, I'm back to having to restart almost everytime.

    (2) my email: when I opened my mail, I used to have click on the "receive" button (because they do not have their own) and then very slowly they came w / the mailbox Windows list 2 30, etc.. Sometimes I 3,4 & 5 copies of the same message.

    It is not the router because then my husband's computer (which is not in, but wireless is connected to this router) would not work.

    Hello

    Maybe this can help.

    Assuming that the signal is strong, and that there is no noise in the electrical environment (http://www.ezlan.net/wbars.html ).

    Uncheck the box to the NIC of energy economy (I.e., do not leave the card save energy).

    There may be some variations on where is the energy saving setting.

    Here are a few examples, YMMV, look around your systems.

    Example, http://www.ezlan.net/example/powersave.jpg

    Example, http://www.ezlan.net/Win7/power_sav_wireless..jpg

    Example, http://www.ezlan.net/Win7/power_save_win7.jpg

    Example, http://www.ezlan.net/Win7/adv_power-sav.jpg

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

    Still a problem?

    Check support for the router and make sure that your using the latest firmware for the router.

    Check the support site for the manufacturer of the computer and make sure that you use the latest drivers.

    If the support site has a newer version of the drivers and installed current ask drivers the most up-to-date drivers use this method.

    Download the drivers and extract them to a folder of your choice.

    In Device Manager, right-click on the adapter.

    Click Update drivers and choose her browse my computer for drivers.

    Choose let me a list of choices, click on disk and point to the folder with the drivers.

  • OGG-00212 invalid option for card: CCONTROL.*.

    I get an error in a normal replication task, the tables are have exactly the same lines, with primary keys defined correctly, but I get the following error (see the report):

    Open path of the file/u02/oracle/OGG/MS-DB/cconhd/rt000000 to 2015-09-22 13:07:15

    2015-09-22 13:07:15 session 03522-OGG-INFO zone setting to the source database timezone "GMT".

    2015-09-22 13:07:15 INFO OGG-03506 defined the character of source, as determined by the log file database, is UTF-8.

    Resolved generic mapping (CCONTROL.* entry):

    map "CCONTROL. "PT_VERSIONS", CCONTROL.*;

    Context of the source:

    SourceModule: [er.mapping]

    SourceID: [/ scratch/aime1/adestore/views/aime1_adc4150472/oggcore/OpenSys/src/app/er/mapping.cpp]

    SourceFunction: [get_map_entry]

    SourceLine: [1854]

    ThreadBacktrace: [16] elements

    : [(/u03/oracle/OGG/libgglog.so(CMessageContext::AddThreadContext()+0x1e) [0x7f995eed07ee]]

    : [/u03/oracle/OGG/libgglog.so (CMessageFactory::CreateMessage (CSourceContext *, unsigned int,...) + 0 x 321) [0x7f995eecbb11]]

    : [/u03/oracle/OGG/libgglog.so (_MSG_ERR_STARTUP_PARAMERROR_INVALID_OPTION_VALUE (CSourceContext *, const char *, const char *, CMess))]

    [(ageFactory::MessageDisposition) + 0x3d) [0x7f995eeba137]]

    : [/ u03, oracle, OGG, replicat (get_map_entry(ggs::gglib::ggunicode::UString const&, int, wc_def*, int, unsigned int, unsigned int) +)]

    (0x4794) [0x58d9e4]]

    : [/ u03, oracle, OGG, replicat (wc_def::resolve_wc_entry (ggs::gglib:ggapp:CQualDBObjName (DBObjType) < 1 > const &, int, unsigned int *,))]

    [(GGS::gglib::ggapp::CQualDBObjName (DBObjType) < 1 > *, int) + 0x1bf) [0x62ba2f]]

    : [/ u03, oracle, OGG, replicat (WILDCARD_check_table (ggs::gglib:ggapp:CQualDBObjName (DBObjType) < 1 > const *, int, unsigned int *, int))]

    [(unsigned int, ggs::gglib::ggapp::CQualDBObjName (DBObjType) < 1 > *, int) + 0 x 139) [0x62d839]]

    : [/ u03, oracle, OGG, replicat (REP_find_source_file_wc (ggs::gglib:ggapp:CQualDBObjName (DBObjType) < 1 > const &, unsigned int, ggs::g))]

    [(glib::ggapp::CQualDBObjName (DBObjType) < 1 > *, int) + 0x18b) [0x58db7b]]

    : [/ u03, oracle, OGG, replicat (source_file_lookup (__std_rec_hdr const *, ULibCharSet) + 0 x 566) [0x593c76]]

    : [/ u03/oracle/OGG/replicat (process_extract_loop () + 0xd31) [0x594e21]]

    : [/ u03, oracle, OGG, replicat (replicat_main (int, char *) + 0x5bc) [0x5bfdac]]

    : [/ u03/oracle/OGG/replicat (ggs::gglib:MultiThreading:MainThread:ExecMain () + 0x6f) [0x68156f]]

    : [/ u03/oracle/OGG/replicat (ggs::gglib:MultiThreading:Thread:RunThread(ggs::gglib::MultiThreading::Thread::ThreadArgs*) + 0x11a]

    [) [0x68041a]]

    : [/ u03/oracle/OGG/replicat (ggs::gglib:MultiThreading:MainThread:Run(int,_char**) + 0 x 128) [0 x 681918]]

    : [/ u03/oracle/OGG/replicat(main+0x3f) [0x5be84f]]

    : [(/lib64/libc.so.6(__libc_start_main+0xfd) [0x3ec3c1ed1d]]

    : [/ u03/oracle/OGG/replicat () [0 x 508339]]

    2015-09-22 13:07:15 ERROR OGG-00212 option invalid for card: CCONTROL.*.

    The parameters of the extract:

    EXTRACT cconho

    [email protected] username, password *.

    RMTHOST DR-DBCL, MGRPORT 7809

    RMTTRAIL/u02/oracle/OGG/MS-DB/cconhd/rt

    table ccontrol.al_alarms.

    table ccontrol.al_alarms_history.

    table ccontrol.al_alarm_groups.

    .

    .

    table ccontrol.pt_versions.

    .

    .

    .

    Rplicat settings:

    REPLICAT cconhd

    ASSUMETARGETDEFS

    [email protected] username, password *.

    GETTRUNCATES

    card CCONTROL.*, CCONTROL.*;

    The initial replication has been a success, no errors and the entire schema has been replicated.

    The pt_versions table:

    SQL > desc pt_versions

    Nombre                                                                              ¿Nulo?  Tipo

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

    NOM_LISTE NOT NULL VARCHAR2 (256)

    LAST_VERSION_DATE_S NUMBER (10)

    VERSION_ID                                                                                   NUMBER(20)

    LIST_VALUE                                                                                   NUMBER(20)

    Any help is welcome.

    Is there a limit to how many tables to be replicated, the schema is made up of 212 tables?

    After Googling a bit to the problem that I found something that helps me a lot (http://www.databaseskill.com/2507839/), in fact, the text error given by 'Golden door' help too.

    The solution was to force the Goden Gate to properly use the schema of the source database:

    Add schematrandata ccontrol

    The steps:

    excerpt from stop & replicat

    database claire replicat

    initial data pump

    Add schematrandata...

    Start extract and replicat

  • Violation of State protection session during the creation of master page / retail

    I am trying to create a new master page / detail in Apex 5.0, and at the end of the dialog box, I get this error message:

    Session state protection violation: this can be caused by manually editing the protected page P24_MASTER_PAGE_MODE point. If you don't know what caused this error, contact the administrator of the application for assistance.

    [I am the administrator of the application, and I have not the slightest idea either.]

    The error occurs when I click Next in the dialog Page attributes. The error also occurs in other applications in the same workspace. So I don't think it's important, but I replace the default detail Page number. (The default number of Master Page is grayed out.) In addition, the dialog box layout I had selected... in a table on the same page. I've also specified no master navigation and no reports of master.

    Following archived discussion of v4.1.1, Session State protection violation, I modified a diagnostic query and run the following in my diagram:


    Select item_id, nom_element page_id, region of apex_application_page_items where nom_element = ' P24_MASTER_PAGE_MODE'


    I'm not abreast of any application in my workspace with a Page 24 and sure enough, this query returns no data found. Please take note of this before suggesting to change the attributes of the element. I don't know where the item is and not only the database, apparently. Apex seems to think there is - but where?


    Since an earlier discussion which went nowhere, I crushed my most recent request for export file, but that has not solved the problem. I also went into my workspace apex.oracle and created a form master / detail without error.


    Thanks for your help!

    Obfuscation Express.

    Worsening Express.

    Apex, the product you hate to love.

    It turns out that the dialog box create a Master Page / detail has a Mode option of the Page on modal Page attributes page. I'd be willing to bet, this option is not P24_MASTER_PAGE_MODE. (There is also one for the details of page: P24_DETAIL_PAGE_MODE?) But it has the Normal and gray value.

    It is also now a Select list after my dose; I think it was a type item view only before the fix, which only confirms my thought. I was wondering, which could affect, or enable or disable the modification of the attributes of session state for that element. Model and its theme came to mind, and I remember that I had tried to understand something on a model in the last days, had made a change and tried to cancel it.

    To no avail, apparently.

    Thus, a little more explore new territory, trying to find the modified model and could not. But I read that templates are collected into themes, and I found that I could renumber 26 theme in the application (926). Then make a theme create, from the repository, changing from standard to all themes, click theme 26. Then it was switching themes and rematching models and remove the renumbered theme 926.

    Voila! I can now create a master page / detail without report master!

    Thanks for all the help, with particular satisfaction for Pranav.shah, who was on the train right but don't know which track to take.

Maybe you are looking for

  • Firefox error: video format or an MS type is not supported

    Customer said that the video cannot load on firefox except for other browsers.It shows "video format or the MIME type is not supported.Firefox version is 33.0.3. The video is mp4 format.

  • Running DiskWarrior 5.0 trying to solve the problem of the HD

    My Mac Pro running 10.6.8 has 4 hard drives installed. One of them, it is not my boot drive, is a 1 to Seagate Barracuda and contains a large NUMBER of my important files. Suddenly today it will mount no and disk utility cannot repair. I am running D

  • Portege 2010 does not start-&gt; white screen

    Hello I need help because my 2010 does not start. When I press the power button, the power light turns on but I get nothing on the screen. He worked when my brother used it until the mouse has frozen and then turns off. He then lit it back in which c

  • Turn off the LEDs in the structure of the case

    Hello I was wondering if someone could help me solve a problem in a software test bench that I am developing. I have attached some of my code in which the problem is visible. I have a business structure that is triggered by a 'push button '. I want t

  • is my warranty supports it?

    Hello I bought a hp elitebook 8440p in March of the United Kingdom. It has warranty of 3 years. I am a resident of the India and want to ask if this warranty covers the international interest too? or is my empty guarantee model now? also guaranteed s