Site Index Tree (SIP) portlet / sort order of entries

How can I change the (alphabetical) sort order in the site index portlet to something else?
Thanks,
Frank

Unfortunatelly, it does not work.
What happens instead?
Let's check some background information:
What version of Frame, on what operating system ?
(there's some chance of Unicode issues here)
This document is a book ?
The body files of this book were created in the same version of Frame you are using to update it ?
This book has an separate index file xyzzyIX.fm ?
This file is generated (book menu, Edit > Update Book) ?
The content and formatting of this index is correct other than sort order ?

Similar Messages

  • Site Index Tree portlet (SIP) fails to work in NLS environment

    After installing another language (German) onto Portal 10.1.2, the Site Index Tree portlet does not work anymore (and prevents the whole page from working) - instead of the page, a lengthy error message is displayed (see below).
    Error: The servlet produced the following error stack.
    oracle.webdb.page.v2.MetaDataParseException: Block Attribute Parse Error: found 'b' after attribute char when expected '='84 : 'oracle.webdb.page.v2.PortletBlock' blockId='134,19548'
    prevAttribute='T' : Page '134,1'
    at oracle.webdb.page.v2.BaseBlock.throwAttributeParseError(Unknown Source)
    at oracle.webdb.page.v2.PortletBlock.parseAttributes(Unknown Source)
    The German language was successfully installed (using ptllang.sh) and the entire portal environment (Builder) displays correctly in the new language - except my own customised pages with the SIP on them. The Site Index worked correctly before in an English (default) language environment.
    When I change the region settings of my Windows client to "English (US)", the browser will (a) display the whole Portal environment in English again, and (b) the Site Index tree will show up correctly on my pages! However, making the clients change their region to "English" is not an option.
    It appears to me that the Site Index Tree works only with the default language and obstructs the entire Portal when another language setting is chosen. So this seems to me an NLS-related problem.
    Anyone knows a solution for how to correctly display portal pages that contain the Site Index Tree portlet, when an additional language is installed?
    Thank you in advance,
    Frank Neubüser

    Yes, we are also having the same problem. I've also noticed that non-public pages will show up in the tree ONLY if you are the owner/creator of the page. It doesn't seem to look at any other group/user permissions.

  • Russian and English combined Index Group Title and sort order

    How should I create the combined index Group Title and sort order in Russian and Greek documentations?

    The final product one Russian manual which contains some English Index marker ...
    And what is the problem?
    You can control the sorting by placing a [...] tag in the Marker Text, such as:
    [Сплайн] Spline
    The term(s) in the brackets are used only for sort. What appears in the Index is the following text.
    Or you can just edit the Marker Text.
    But it sounds like there might be more than one question here, re: Group Titles.

  • Site Index Portlet Installation Problem

    Hi,
    I had tried installing site index portlet in
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    After completing the installtion steps
    it is producing below mentioned log.
    But after i trying to logon into portal
    it is showing
    Servlet Error
    An unexpected servlet error was encountered.
    Please check the log file for more details.
    Any clue available ????
    Rgds
    Vijay
    Log file information
    SQL>
    SQL> @E:\site_index\schema\ptlsipi.sql
    Installation of Site Index Provider
    DROP SEQUENCE serial_order
    ERROR at line 1:
    ORA-02289: sequence does not exist
    Sequence created.
    Table created.
    0 rows deleted.
    Commit complete.
    Creating Site Index NLS Package
    Package created.
    No errors.
    Creating Site Index NLS Package Body
    Package body created.
    No errors.
    Grant succeeded.
    Installing the NLS Strings (English)
    Starting inserting the NLS Strings
    Finished inserting the strings
    PL/SQL procedure successfully completed.
    No errors.
    Creating Site Index Provider Package
    Package created.
    No errors.
    Creating Site Index Portlet Package
    Package created.
    No errors.
    Creating Site Index Provider Package Body
    Package body created.
    No errors.
    Creating Site Index Portlet Package Body
    Package body created.
    No errors.
    Creating Site Index Tree components
    Package created.
    No errors.
    Package body created.
    No errors.
    Grant succeeded.
    Grant succeeded.
    Registering the Site Index Provider
    Enter value for portal_schema: portal
    Registering Site Index Provider
    Site Index Provider successfully registered:478560949
    PL/SQL procedure successfully completed.
    Commit complete.
    SQL>
    ---------------------------------------------------------------------

    A few other options:
    - Do you use a language that can be used in the pagegroup? if not the select statement he uses will not find any data => try to switch to a language that was published for this pagegroup.
    - Just to make sure, can you make a select statement to the wwv_user_corners tabel from the schema in which you have installed the portlet?
    - dig into the html source code where you have put your menu on and try to get the url of the tree and open it(search render_tree_items), check if any values have been created for the menu.
    If this is empty you should try this select statement and try to find out what causes it not to give back any values:
    select level, siteid, id, title, parentid from wwv_user_corners t1
    where t1.siteid = '||p_siteid||'
    and t1.is_template != '||wwpob_api_page.PAGE_TEMPLATE_YES||' -- 0
    and t1.type not in
    ('||wwpob_api_page.PAGETYPE_TAB||' ,
    '||wwpob_api_page.PAGETYPE_MOBILE||' ,
    '||wwpob_api_page.PAGETYPE_NAV||' ,
    '||wwpob_api_page.PAGETYPE_CAT_PERS||'
    and t1.language = '''||p_lang||'''
    start with id = 1 and siteid = '||p_siteid||' and language = '''||p_lang||'''
    connect by prior id = parentid and siteid = '||p_siteid||' and language = '''||p_lang||'''
    order siblings by title;

  • Problems installing Site Index Portlet

    Hi,
    I get several errors trying to install the newest Site Index Portlet with the included batch file ptlsipi.sql within SQLPlus into Orcale portal for Appserver 10g (see errors below). PDK is properly installed.
    Any help would be fine...
    regards Bernd Hülsebusch
    SQL*Plus: Release 9.2.0.1.0 - Production on Mi Jun 1 14:45:51 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Verbunden mit:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.1 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    SP2-0423: Unzulässiger GET-Befehl
    SQL> @ptlsipi
    Installation of Site Index Provider
    Sequenz wurde gelöscht.
    Sequenz wurde angelegt.
    Creating Site Index NLS Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SIP_NLS_INSTALL:
    LINE/COL ERROR
    7/1 PL/SQL: Declaration ignored
    7/37 PLS-00201: Bezeichner 'WWNLS_STRINGS$.NAME' muss deklariert
    werden
    12/1 PL/SQL: Declaration ignored
    13/30 PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert
    werden
    Creating Site Index NLS Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SIP_NLS_INSTALL:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    1/14 PLS-00304: Rumpf von 'SIP_NLS_INSTALL' nicht ohne die
    Spezifikation kompilierbar
    Benutzerzugriff (Grant) wurde erteilt.
    Installing the NLS Strings (English)
    l_language wwnls_strings$.language%type;
    FEHLER in Zeile 3:
    ORA-06550: Zeile 3, Spalte 26:
    PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert werden
    ORA-06550: Zeile 3, Spalte 26:
    PL/SQL: Item ignored
    ORA-06550: Zeile 4, Spalte 26:
    PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    ORA-06550: Zeile 4, Spalte 26:
    PL/SQL: Item ignored
    ORA-06550: Zeile 14, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 14, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 25, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 25, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 26, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 26, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 27, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 27, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 28, Spalte 4:
    PLS-00320: Die
    Fehler bei PACKAGE BODY SIP_NLS_INSTALL:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    1/14 PLS-00304: Rumpf von 'SIP_NLS_INSTALL' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Provider Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_PROVIDER:
    LINE/COL ERROR
    67/5 PL/SQL: Declaration ignored
    69/32 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.COOKIE_TABLE' muss
    deklariert werden
    89/5 PL/SQL: Declaration ignored
    94/12 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RECORD' muss
    deklariert werden
    135/5 PL/SQL: Declaration ignored
    143/12 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_TABLE' muss
    deklariert werden
    LINE/COL ERROR
    171/5 PL/SQL: Declaration ignored
    172/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    189/5 PL/SQL: Declaration ignored
    190/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    LINE/COL ERROR
    206/5 PL/SQL: Declaration ignored
    207/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    242/5 PL/SQL: Declaration ignored
    243/33 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RUNTIME_RECORD'
    muss deklariert werden
    Creating Site Index Portlet Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_PORTLET:
    LINE/COL ERROR
    53/5 PL/SQL: Declaration ignored
    54/28 PLS-00201: Bezeichner 'WWNLS_STRINGS$.NAME' muss deklariert
    werden
    90/5 PL/SQL: Declaration ignored
    92/29 PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert
    werden
    141/5 PL/SQL: Declaration ignored
    142/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    LINE/COL ERROR
    werden
    158/5 PL/SQL: Declaration ignored
    159/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    195/5 PL/SQL: Declaration ignored
    196/33 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RUNTIME_RECORD'
    muss deklariert werden
    Creating Site Index Provider Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_PROVIDER:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_PROVIDER ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_PROVIDER' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Portlet Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_PORTLET:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_PORTLET ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_PORTLET' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Tree components
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_TREE:
    LINE/COL ERROR
    12/3 PL/SQL: Declaration ignored
    12/32 PLS-00201: Bezeichner 'WWV_USER_CORNERS.TITLE' muss deklariert
    werden
    14/3 PL/SQL: Declaration ignored
    14/33 PLS-00201: Bezeichner 'WWV_USER_CORNERS.SITEID' muss deklariert
    werden
    16/3 PL/SQL: Declaration ignored
    19/18 PLS-00201: Bezeichner 'WWV_USER_CORNERS.ID' muss deklariert
    werden
    LINE/COL ERROR
    37/3 PL/SQL: Declaration ignored
    38/21 PLS-00201: Bezeichner 'WWV_USER_CORNERS.SITEID' muss deklariert
    werden
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_TREE:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_TREE ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_TREE' nicht ohne die
    Spezifikation kompilierbar
    Benutzerzugriff (Grant) wurde erteilt.
    Benutzerzugriff (Grant) wurde erteilt.
    Registering the Site Index Provider
    Geben Sie einen Wert für portal_schema ein: jak_portal
    l_prov_rec wwpro_api_provider_registry.provider_record;
    FEHLER in Zeile 2:
    ORA-06550: Zeile 2, Spalte 20:
    PLS-00201: Bezeichner 'WWPRO_API_PROVIDER_REGISTRY.PROVIDER_RECORD' muss
    deklariert werden
    ORA-06550: Zeile 2, Spalte 20:
    PL/SQL: Item ignored
    ORA-06550: Zeile 3, Spalte 20:
    PLS-00201: Bezeichner 'WWPRO_API_PROVIDER_REGISTRY.NODE_PROVIDER_RECORD' muss
    deklariert werden
    ORA-06550: Zeile 3, Spalte 20:
    PL/SQL: Item ignored
    ORA-06550: Zeile 7, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 7, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 8, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 8, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 9, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 9, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 10, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 10, Spalte 5:
    PL/SQL: Statement

    I had the same errors when running the install scripts under a user other than the portal administrator (PORTAL). Check that you run them with the correct user.
    Greetings,
    Frank

  • Site index portlet error

    <p>Hello,</p>
    <p>I have installed the siteindex portlet following the installation instructions in a Oracle Aplication Server Portal 10.1.2 and I receive this message when I try to include this portlet in a page:</p>
    <FONT CLASS=PortletText1>Error: El servlet ha producido la siguiente pila de errores. oracle.webdb.page.v2.MetaDataParseException: Block Attribute Parse Error: found 'n' after attribute char when expected '='84 : blockClass='oracle.webdb.page.v2.PortletBlock' blockId='73,44278' prevAttribute='T' : Page '73,36452'
         at oracle.webdb.page.v2.BaseBlock.throwAttributeParseError(Unknown Source)
         at oracle.webdb.page.v2.PortletBlock.parseAttributes(Unknown Source)
         at oracle.webdb.page.v2.BaseBlock.parse(Unknown Source)
         at oracle.webdb.page.v2.PortletBlock.parse(Unknown Source)
         at oracle.webdb.page.v2.PortletBlock.<init>(Unknown Source)
         at oracle.webdb.page.v2.PortletBlock.parse(Unknown Source)
         at oracle.webdb.page.v2.PageMetaData.parseBlock(Unknown Source)
         at oracle.webdb.page.v2.BaseMetaData.parseBlocks(Unknown Source)
         at oracle.webdb.page.v2.PageMetaData.<init>(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.getPageMetaData(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.process(Unknown Source)
         at oracle.webdb.page.PageBuilder.process(Unknown Source)
         at oracle.webdb.page.Main.doRequest(Unknown Source)
         at oracle.webdb.page.ParallelServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    </FONT>
    <p>Some idea?</p>

    Hi,
    I had tried installing site index portlet in
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    After completing the installtion steps
    it is producing below mentioned log.
    But after i trying to logon into portal
    it is showing
    Servlet Error
    An unexpected servlet error was encountered.
    Please check the log file for more details.
    Any clue available ????
    Rgds
    Vijay
    Log file information
    SQL>
    SQL> @E:\site_index\schema\ptlsipi.sql
    Installation of Site Index Provider
    DROP SEQUENCE serial_order
    ERROR at line 1:
    ORA-02289: sequence does not exist
    Sequence created.
    Table created.
    0 rows deleted.
    Commit complete.
    Creating Site Index NLS Package
    Package created.
    No errors.
    Creating Site Index NLS Package Body
    Package body created.
    No errors.
    Grant succeeded.
    Installing the NLS Strings (English)
    Starting inserting the NLS Strings
    Finished inserting the strings
    PL/SQL procedure successfully completed.
    No errors.
    Creating Site Index Provider Package
    Package created.
    No errors.
    Creating Site Index Portlet Package
    Package created.
    No errors.
    Creating Site Index Provider Package Body
    Package body created.
    No errors.
    Creating Site Index Portlet Package Body
    Package body created.
    No errors.
    Creating Site Index Tree components
    Package created.
    No errors.
    Package body created.
    No errors.
    Grant succeeded.
    Grant succeeded.
    Registering the Site Index Provider
    Enter value for portal_schema: portal
    Registering Site Index Provider
    Site Index Provider successfully registered:478560949
    PL/SQL procedure successfully completed.
    Commit complete.
    SQL>
    ---------------------------------------------------------------------

  • Site Index Portlet Only Displays Public Pages

    We have installed Site Index Portlet 9.0.4.0. It works as advertised, with one exception. The tree shows only shows pages that have the box "Display page to public users" checked. If this box is left unchecked and view access to the page is granted directly to the user, the page is not displayed in the site index tree. Has anyone else gotten this to work?

    Yes, we are also having the same problem. I've also noticed that non-public pages will show up in the tree ONLY if you are the owner/creator of the page. It doesn't seem to look at any other group/user permissions.

  • Site Index Portlet - ordering items ?

    Is there any way of ordering the items in a page group so that they display in a desired order in the Site Index Portlet ? I think they are displayed by creation date order as it is.
    Thanks

    Hi Rich,
    The source code for the SIP portlet is available along with the download. I dont think it should be too difficult to change the ordering to what you would like.
    thanks,
    Harsha

  • Site Index Portlet - Doesn't show page tree

    After installing the Site Index Portlet and adding it to the repository, portlet was visible and could be added to the page. However, it won't show the page tree of the sub-pages.
    Are there any configuration or options to look at to make the sub-pages/page tree visible?
    Portal version is 10g
    Thank you in advance,
    Jouni

    I run again with user Portal
    got the message successfully inserted all the strings
    but i am not sure it whent right as shows following queries
    select ID,count(*) from WWNLS_STRINGS$
    WHERE ID BETWEEN 45075 AND 45098
    group BY ID
    order BY ID;
    one line only exists per ID
    and then
    select SUBSCRIBER_ID, ID, DOMAIN, NAME, LANGUAGE,
    TEXT,
    substr(TEXT_START,1,30),
    BASE_STRING_ID, substr(TEXT_STRING,1,50)
    from WWNLS_STRINGS$
    WHERE LANGUAGE in ('us', 'fr')
    AND ID BETWEEN 45075 AND 45098
    order by LANGUAGE;
    field TEXT seems incomplete and having still NLs in it.
    I run it for Language us and Language fr but got only first version back
    Should I delete those entries first before reinserting them?
    Isnt there an easier way?
    I

  • Site index portlet

    hello,
    I download site index portlet from oracle
    http://www.oracle.com/technology/products/ias/portal/point/siteindex/installation.html
    i follow the instructions succesgull
    but when in "Edit Defaults Mode" settings
    in page group selector list
    my page group does not appear!
    I can see only the defaults page groups ( portal desgin pages e.t.c)
    How      can I solve this problem?
    thanks,

    A few other options:
    - Do you use a language that can be used in the pagegroup? if not the select statement he uses will not find any data => try to switch to a language that was published for this pagegroup.
    - Just to make sure, can you make a select statement to the wwv_user_corners tabel from the schema in which you have installed the portlet?
    - dig into the html source code where you have put your menu on and try to get the url of the tree and open it(search render_tree_items), check if any values have been created for the menu.
    If this is empty you should try this select statement and try to find out what causes it not to give back any values:
    select level, siteid, id, title, parentid from wwv_user_corners t1
    where t1.siteid = '||p_siteid||'
    and t1.is_template != '||wwpob_api_page.PAGE_TEMPLATE_YES||' -- 0
    and t1.type not in
    ('||wwpob_api_page.PAGETYPE_TAB||' ,
    '||wwpob_api_page.PAGETYPE_MOBILE||' ,
    '||wwpob_api_page.PAGETYPE_NAV||' ,
    '||wwpob_api_page.PAGETYPE_CAT_PERS||'
    and t1.language = '''||p_lang||'''
    start with id = 1 and siteid = '||p_siteid||' and language = '''||p_lang||'''
    connect by prior id = parentid and siteid = '||p_siteid||' and language = '''||p_lang||'''
    order siblings by title;

  • Site Index Portlet - Permissions

    I am using the Site Index Portlet but having trouble with the permissions. We would like to use it as a Site Map on our web site, where there is no authentication for users. Does anyone know how to make this portlet available for public users to view? (I have tried adding the PUBLIC user to the provider, but no joy!)
    Any help would be appreciated!
    Thanks, Angela

    Yes, we are also having the same problem. I've also noticed that non-public pages will show up in the tree ONLY if you are the owner/creator of the page. It doesn't seem to look at any other group/user permissions.

  • How to show the columns (and sequence and sort order) of an INDEX?

    Assume I have an INDEX for an existing TABLE.
    How can I find out the columns covered by this INDEX (and the sequence and sort order)?
    Which table contains this information?
    all_indexes does not.
    Peter

    user559463 wrote:
    Assume I have an INDEX for an existing TABLE.
    How can I find out the columns covered by this INDEX (and the sequence and sort order)?
    Which table contains this information?
    all_indexes does not.
    Peter--
    select table_name, index_name, column_name, column_position
    from user_ind_columns
    order by table_name, index_name, column_position;

  • Word-by-word sort order in indexes

    Hi again,
    I need to change the sort order in my indexes from letter-by-letter to word-by word.
    According to the help file,
    1. Choose View > Reference Pages, and display the reference page that contains the special text flow for the index.
    2. Add a space at the beginning of the IgnoreChars paragraph in the special text flow of the index. (The space cannot be at the end of the paragraph.)
    The *IgnoreCharsIOM paragraph in the IOM flow contains "-_–—[»–«»". Try as I might, I cannot add a space at the beginning. If I add a space after the initial dash, then put a dash afterwards, and then get rid of the first dash (to move the space to the beginning) the space gets removed.
    I presume I'm misunderstanding the instructions.... Can anyone help?
    Thanks
    KF

    Hi again,
    I need to change the sort order in my indexes from letter-by-letter to word-by word.
    According to the help file,
    1. Choose View > Reference Pages, and display the reference page that contains the special text flow for the index.
    2. Add a space at the beginning of the IgnoreChars paragraph in the special text flow of the index. (The space cannot be at the end of the paragraph.)
    The *IgnoreCharsIOM paragraph in the IOM flow contains "-_–—[»–«»". Try as I might, I cannot add a space at the beginning. If I add a space after the initial dash, then put a dash afterwards, and then get rid of the first dash (to move the space to the beginning) the space gets removed.
    I presume I'm misunderstanding the instructions.... Can anyone help?
    Thanks
    KF

  • Index sort order with underscore (_)

    Hi. 
    According to the documentation, the default sort order for indexes is <$symbols><$numbers><$alphabetics> with hyphens, nonbreaking hyphens, en dashes, and em dashes ignored by default.  Nothing about underscores, so they should be sorted on first, right?  But they are not in my document.  Example:
    PaymentModule_Order_Head
    PaymentModule_OrderPayment_Capture
    PaymentModule_Order_Tabs
    What I want to see is:
    PaymentModule_Order_Head
    PaymentModule_Order_Tabs
    PaymentModule_OrderPayment_Capture
    Is there an easy way to fix this so underscores have precedence over alphabetics?  I've tried rearranging the building blocks every which way but nothing seems to work.

    > ... going through thousands of index entries and adding the sort order text.
    That could be scripted, using dedicated Frame scripting tools, or, with MIF, ordinary text processing tools. Someone may even have done it already.
    In MIF, it would "merely" be a matter of first batch converting all:
      <MTypeName `Index'>
      <MText `what appears in Index'>
    pairs to:
    <MTypeName `Index'>
      <MText `what appears in Index[M00what appears in Index]'>
    then hand edit only the Markers of the outliers to change the arbitrary "M00" prefix to whatever is needed to optimize the sort rank.
    > FrameMaker is not behaving has doc'd here.
    You have documentation for FrameMaker?
    Why wasn't I told about this?

  • IDCS5 Win: Panel Tree View sort order

    Hello everyone:
    I have a panel tree view that is displaying document names in a backward sort order.   When I say that I mean that the sort order is as so:
    5
    4
    3
    2
    1
    as opposed to
    1
    2
    3
    4
    5
    I have stepped through the code and in the Adapter, they are geting placed into the string list in the latter order i.e. 1,2,3,4,5).  What could be causing this reverse sort order?
    R,
    John

    Yes, if the Track Number field is empty in the File Info dialog, for all files in the Files panel, then Audition will revert to "Recent Access" sorting.
    There is no relationship between this File Info: Track Number, and the track number you see in the CD View.
    I understand your confusion. However, note that it is possible to add the same file (from the Files panel) to the CD View track list. So imagine you have "My Song.wav" in the Files panel. And then added it to the CD view track list at track positions 1, 3, and 5. If we were to sort the Files panel by track number as they appear in the CD View, then which track would be associated with "My Song.wav"? Track 1, 3, or 5?
    This feature was added primarily as an enhancement to the typical CD ripping (File > Extract Audio From CD) workflow. After ripping audio tracks, the resulting files that appear in your Files panel will be tagged with a Track Number. It is usually handy to sort by this CD track title rather than by filename or other sorting option.

Maybe you are looking for