Make a menu tab active when using templates

Could anyone tell me how de we achieve making a menu tab active when using a template and a combination of html & php. I am putting the code I am using for my menu and do not see how to do this and how to relate inner pages to the right menu tab ... The site has hundreds of pages so i hope there is an easy way to do this without having to create duplicated templates. Many thanks.
      <li><span class="divider divider-vert" ></span></li>
      <li><a href="Hostels.html">Hostels Brasil</a></li>
      <li><a href="Historico.html">Historico e Filosofia</a></li>
      <li><span class="divider divider-vert" ></span></li>
      <li><a class="item-primary" href="Brasil-Carteira.html">Carteira HI Brasil</a>
         </li>
      <li><span class="divider divider-vert" ></span></li>
       <li><span class="divider divider-vert" ></span></li>
      <li><a class="item-primary" href="hostels-mondo/index.html">Hostels do Mundo</a>
</li><li><a class="item-primary" href="Contato.html">Contato</a>
        </li></ul>

Humm .. really not sure what I'm doing wrong here .... I've been redesigning the whole menu but cannot get that to work , if you dont mind I am sending you the code here first so you can already have a look and see if there is some obvious mistake , I am still testing all this on my local machineand as I completly re made the menu for the purpose I cannot upload the files and let the client see a menu like this  (now I was also wondering if maybe this would only work on a live server ?)
So my menu is like this
<div id="nav-container"><div id="nav">
    <ul>
      <li><a href="../index.html">Home</a></li>
      <li><a href="../viagem-brasil/destinos.html">Destinos</a></li>
      <li><a href="#">menu</a></li>
    </ul>
  </div>
</div>
Then just befor the </body> tag I have the following :
<script src="http://labs.adobe.com/technologies/spry/includes_minified/SpryDOMUtils .js"></script>
<script>
       function InitPage(){
        Spry.$$('nav li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    Spry.Utils.addLoadListener(InitPage);
    </script>
And my css is, you will notice I am trying to get an image as background but this is only a detail .....
#nav{
    margin: auto;
    color: #FFF;
    height: 65px;
    width: 1060px;
    text-align: left;
    background-image: url(../images/menubg.gif);
#nav-container
    height:65px;
    background-image:url(../images/menubg.gif);
    width: 100%;
#nav-container ul {
padding:0;
margin:0;
list-style-type:none;
#nav-container li {
    margin-left:2px;
    float:left;
    height: 55px;
    /* [disabled]padding-top: 25px; */
#nav-container ul li a {
    display:block;
    float:left;
    width:100px;
    /* [disabled]background-color:#6495ED; */
    color:#FFF;
    text-decoration:none;
    text-align:center;
    padding:5px;
    /* [disabled]margin-top: 20px; */
    height: 25px;
    padding-top: 30px;
#nav-container ul li a:hover {
    background-image: url(../images/menuHome.png);
    display:block;
    float:left;
    width:100px;
    /* [disabled]background-color:#6495ED; */
    color:#FFF;
    text-decoration:none;
    text-align:center;
    padding:5px;
    /* [disabled]margin-top: 20px; */
    height: 25px;
    padding-top: 30px;
.activeMenuItem a {
        background:#a59a84;
        color:#000;
.activeMenuItem a {
    background:#a59a84;
    color:#ffffff;
    background-image: url(../images/menuHome.png);
I really thank you for your time and hope you'll spot the mistake, if not I will do upload something so we can see it live !
Many thanks

Similar Messages

  • Pages-when using template for envelopes can you import names/address from address book

    When using templates for envelopes can you import names/address from the address book?

    Drag the VCard from Address Book onto the open envelope template.
    If you want mutiple addresses make a Group of those in Address Book and drag the Group icon onto the Pages template.
    Peter

  • Using OSX 10.9.4.  Why does the Finder Menu bar disappear when using Chrome?

    I've used Chrome for a couple years, and all of a sudden the Dock and the Finder Menu bar are not accessible when using Chrome.  They are present in every other app, as usual.  Please help me to get the Finder Menu and Dock active when using Chrome.  Thank you.

    Chrome may somehow be set to run in full-screen mode. I don't use Chrome so can't check its settings options, but try hitting ESC when Chrome is doing this and see if you get the menubar and Dock to reappear.
    OS X Mavericks: Take apps full screen

  • How can I make my phone number active when viewing from a mobile device. My phone number is in my header in CSS

    How can I make my phone number active when viewing from a mobile device. My phone number is in my header in CSS

    See this support document http://support.apple.com/kb/HT5661

  • How can I show additional tab rows when using many open tabs?

    How can I show additional tab rows when using many open tabs?

    What method (code) did you use to get the Tab bar displaying in the space used for the Navigation Toolbar (location bar)?
    The Tab bar should be displayed above the Navigation Toolbar.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do I get spry menu tab  highlighted when on page ???

    Hey guys I'm stuck
    I'm  trying to get  the tab in the spry menubar to be highlighted  when each relevant page  .. but something isn't right it's not working what am I missing here ???
    now when I hover the btn disappears  and when on the  page the tab isn't highlighted ? Please help ! many thanks in advance for taking the time to look
    I have placed  this code at the  bottom of   sprymenuhorizontal.css to over ride above styles !
    ul.MenuBarHorizontal a span {
        visibility: hidden; 
    ul.MenuBarHorizontal  {
        background: url(images/btn.png) no-repeat;
        height: 35px;
    ul.MenuBarHorizontal :hover, ul.MenuBarHorizontal :focus,
    ul.MenuBarHorizontal .MenuBarItemHover, ul.MenuBarHorizontal .MenuBarItemSubmenuHover, ul.MenuBarHorizontal .MenuBarSubmenuVisible {
        background: url(images/btnhover.png) no-repeat;
    ul.MenuBarHorizontal li.activeMenuItem  {
        background: url(images/btnonpage.png) no-repeat !important;
    then I put in this code  at the top of the page   to link to sprydomutils which is in my spryassest folder!
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    <script>
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    Spry.Utils.addLoadListener(InitPage);
    </script>
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    <script>
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    Spry.Utils.addLoadListener(InitPage);
    </script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet">
    <style>
    ul.MenuBarHorizontal a span {
        visibility: hidden;  
    ul.MenuBarHorizontal  {
        background: url(images/btn.png) no-repeat;
        height: 35px;
    ul.MenuBarHorizontal :hover, ul.MenuBarHorizontal :focus,
    ul.MenuBarHorizontal .MenuBarItemHover, ul.MenuBarHorizontal .MenuBarItemSubmenuHover, ul.MenuBarHorizontal .MenuBarSubmenuVisible {
        background: url(images/btnhover.png) no-repeat;
    ul.MenuBarHorizontal li.activeMenuItem  {
        background: url(images/btnonpage.png) no-repeat !important;
    </style>

    The reason I asked if you used templates or not is that in this case we would have a centralised script to detect the active menu item.
    If you have a menu on each page (without the template) then it is easy to mark the menu item as being the current one by simply adding a class as follows
    <li class="activeMenuItem"><a href="index.php">Home</a></li>
    Now we merely add a few rules to style the active menu item as in
    .activeMenuItem a {
        background: #a59a84 url(nav_background.png) !important;
        color: #ffffff !important;
    The !important is necessary otherwise the JS will override these values.
    Add the style rules to the bottom of SpryMenuBarHorizontal.css and add the class to each relevant menu item in each document.
    Which brings me to the fact that you have used a horizontal menu bar for vertical positioning. Why? I must admit, the effect is not bad and that is more important.
    Gramps

  • Errors from WAD when using template

    <u>Question 1</u>
    How can the following errors be fixed or removed from WAD when the template 0ANALYSIS_TEMPLATE is retrieved. All objects have been activated:
    E260    Template Include Item HEADER_TEMPLATE unresolved or empty. Close and reopen template.
    E260    Template Include Item FOOTER_TEMPLATE unresolved or empty. Close and reopen template.
    W155    Width of Object item:CONTAINER_LAYOUT_ITEM:CONTAINER_LAYOUT_CONTENT is very small (1)
    <u>Question 2</u>
    According to OSS note 1048857:
    <i>Import Support Package 14 for SAP NetWeaver 7.0 BI (BI Patch 14 or SAPKW70014) into your BI system</i>
    Is is this referring to using SNOTE for this particular problem? SP 14 has not yet been released.
    What is it referring to?
    <u>Question 3</u>
    How do I get to the portal system and get to the PCD? Is there some sort of authorizations that should be set to get to the protal as the EP user Admin.
    null

    Please activate all BEx Web templates (BTMP) that begin with '0'. Please activate all Reusable Web items (BITM) which' begin 'with '0'. After this you should restart the J2EE Engine. This will solve your problems.
    Regarding the note - It means that the issue "Object 'BTMP:0ANALYSIS_PATTERN' refers to the invalid object 'QU:" can be ignored now. This error message will not come in SP14 (whenever its released).

  • Missing Spry Menu Tab on CS5 using an iMac (only 2 computers cannot see it)

    I am using Dreamweaver CS5 on iMacs in my classroom. Two students are not able to see the blue Spry Menu Bar tab.  Is there something that needs to be selected in order for them to see it?  I thought maybe they missed a step so we followed our book and recreated the Menu Bar on another page.  Once the menu bar is complete and you click off, the blue Spry Menu Tab is not available.  Any suggestions would be greatly appreciated.

    Hello,
    even if there are only two students with these problems, you should follow Ken's hint. One of my most important arguments: "Spry doesn't work correctly on touch screens!" Please try it, you will have a nasty surprise!
    And here I quote from different contributions of the forum:
    "Spry has been deprecated and is no longer officially supported by Adobe", “Adobe abandoned Spry late last year after CS6 came out. Future products will probably not contain any Spry so learning to use jQuery is a valuable skill to have for the future. We/I recommend you switch to a jQuery library for your further requirements."
    Examples
    http://users.tpg.com.au/j_birch/plugins/superfish/examples/
    http://www.egrappler.com/a-stylo-modern-jquery-accordion-akordeon/
    http://craigsworks.com/projects/simpletip/
    http://calebjacob.com/tooltipster/
    http://www.solutions4website.com/Extensions/nova_dropdown_menu.aspx
    Tutorials:
    http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
    http://try.jquery.com/
    http://learn.jquery.com/
    https://tutsplus.com/course/30-days-to-learn-jquery/
    http://www.w3schools.com/jquery/
    If you have a budget to work with, get PVII's Pop-Menu Magic2.
    http://www.projectseven.com/products/menusystems/pmm2/
    Hans-Günter

  • Enable Alerts not Active when using have multiple series in chart

    Alerts option is not active when, I am having Multiple series in a Chart.....
    is this common in Xclesius, is there any alternative for should alerts.
    Thanks in Advance

    Multiple series alert functionality is available in SP 4. Use Combination cart for multiple series. You will get that option for sure.
    I am using it.
    My suggestion is, you download SP4 and then continue your development.
    as you said you are using Fix Pack 3.5.
    Edited by: Debjit_Singha_86 on Aug 17, 2011 5:37 AM

  • Most menu grayed out when using a Pages Newsletter template

    I selected a newsletter template (Design newsletter) and I'm working on it to create my own newsletter. I've been able to do some changes, but when trying to do add objects to the master (I want to have a watermark in each page), or insert page numbers, or a page break i can see that a lot of the menu items are grayed out. Is there something I'm missing? When i create a document from scratch all the menu is available. I even tried to copy all I had in the newsletter I'm creating and pasting to a new blank document, but then it looks complete messed up... Please give me a hand with this

    perazo
    *Page Layout* mode does not have master objects. Instead there is a template for each layout under the Pages menu on the toolbar.
    For watermarks you will have to position the graphic, change its transparency, send it to the back and lock it.
    Then:
    +Menu > Format > Advanced > Capture Pages…+
    Name the new page template which will then appear under the Pages menu on the toolbar. You will get a copy of that particular layout every time you select it from the menu. Think of it like a rubber stamp or Xerox copier, not a master anything.
    Retrospectively editing is a PITA as editing a page template does nothing to pages already using a template. The process of replacing a template, pointless as it is, is rendered even more absurd by the arcane method needed to do it. You have to type exactly the same name as the existing page template, including U&lc, without being able to view the name, then overwrite it.
    The mess continues as it asks whether you want to include more than the one page but all other options are greyed out. There are a string of features which don't work, half work or work badly with no explanation.
    It is confusing as *Page Layout* mode actually lacks exactly the kind of things that you would expect of most layout programs but the features still remain in the menus from *Word Processing* mode.
    It is the consequence of some very muddled thinking by Apple's programmers.
    Peter

  • Safari tab freezes when using gestures to navigate

    Hi guys, I am really hoping someone can help me out here before I explode!  Here is the issue.  When I use the gestures (2 finger swipes) inside of Safari, occasionally the tab I am in will stop responding.  The tab no longer will allow me to go back or forwards, if i enter an address in the bar it will not go to the address it just stays on the broken page i am on.  If I open a new tab I can navigate to a new address, however the gestures do not work at all, no back or scrolling inside of safari. Gestures work outside of safari for example I can scroll in word or in notepad.  To reset the issue if i quit Safari and relaunch it will work again for some time, before presenting again.  It is also worth mentioning that if i "reset" safari from the menu the application will die and require a forcequit.  This issue is only happening in Safari.
    Here is what i have tried:
    PRAM reset
    Verify disk permissions
    Update Java
    Delete local content in flash player
    Reboot
    This issue does not appear to happen in other user accounts, though it is intermittent so Just may not have occurred while testing.
    There is nothing notable logged in the console when the issue occurs.
    Something strange I noticed is that the apple update window/appstore show the same behavior.
    I am getting seriously frustrated that I can't fix this and have spent a good amount of time on it.
    Any assistance would be helpful!
    System specs:
    Retina, 15-inch, Late 2013
    Software  OS X 10.9.2 (13C64)
    Safari Version 7.0.3 (9537.75.14)
    MacBook Pro with Retina display, OS X Mavericks (10.9.2)

    A Safe Mode boot deletes some system caches that may help ...
    Startup your Mac in Safe Mode
    A Safe Mode boot takes much longer than a normal boot so be patient.
    Once you are in Safe Mode, click Restart from the Apple () menu.
    Then try gestures on Safari to test.

  • Links when using Templates don't work in preview

    I have created a template for the 'traditional' top banner,
    left navaigation buttons site. In preview mode, any links
    (navigation area or not) that point to another page in the web site
    do not work, but external links go. (No error is reported, but
    nothing happends) However, when published, all links work. Any
    ideas what is happening?
    Eample link:
    <a href="../catalog.htm" target="_self"><img
    src="../_derived/catalog.htm_cmp_edge000_vbtn.gif" width="140"
    height="34" border="0" alt="Catalog &amp; Renewal"
    /></a><br />
    The graphic does appear for the link.
    If it makes any difference, this is a convert FrontPage site
    where I manually edited the html to import the pages into my first
    Dreamweaver site.
    Thanks in advance,
    Carolyn Wood

    > In preview mode, any links (navigation area or not) that
    point to
    > another page in the web site do not work,
    This is how DW will work if you are using ROOT RELATIVE
    links, *and*
    temporary files to preview.
    Here's an example -
    * I create a page with a link to an image -> <img
    src="/images/foo.gif">
    (note that the image link is a root relative link - the path
    says to go to
    the
    root of the site and look for the images folder because of
    the leading
    slash)
    <img src="/images/foo.gif" (that's root relative - it
    starts with the root
    of the site)
    <img src="../images/foo.gif" (that's document relative -
    it starts with the
    current location of the document)
    * I preview that page with DW (since I am using temp files,
    DW is kind
    enough to realize that root relative links won't work in a
    preview, and so
    it converts them to document relative links when it builds
    the temporary
    file for the preview) -> <img
    src="../images/foo.gif"> (I'm assuming that
    your document is one level below the root of the site). In
    the preview,
    this page looks fine because the browser has no trouble with
    the document
    relative link - it knows where the file it just opened is,
    and can follow
    the path to the image).
    * I then click on a link in the previewed page to another
    page that also has
    ROOT relative linked images --> <img
    src="/images/bar.gif"> and suddenly
    the image does not load.
    Why? Because when you click away from the temp file DW just
    built for you,
    you have lost the benefit of the automatic conversion that DW
    does with
    root relative links, and the browser looks for this new image
    starting from
    the root of the hard drive, not the root of your site.
    The solution is to not use root relative links, and to change
    all your
    existing ones to document relative.
    To read more about this, go here -
    http://www.macromedia.com/support/dreamweaver/ts/documents/site_root_rel.htm
    http://www.macromedia.com/support/dreamweaver/ts/documents/document_vs_site.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cwood_wdpl" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have created a template for the 'traditional' top
    banner, left
    >navaigation
    > buttons site. In preview mode, any links (navigation
    area or not) that
    > point to
    > another page in the web site do not work, but external
    links go. (No error
    > is
    > reported, but nothing happends) However, when published,
    all links work.
    > Any
    > ideas what is happening?
    >
    > Eample link:
    >
    > <a href="../catalog.htm" target="_self"><img
    > src="../_derived/catalog.htm_cmp_edge000_vbtn.gif"
    width="140" height="34"
    > border="0" alt="Catalog &amp; Renewal"
    /></a><br />
    >
    > The graphic does appear for the link.
    >
    > If it makes any difference, this is a convert FrontPage
    site where I
    > manually
    > edited the html to import the pages into my first
    Dreamweaver site.
    >
    > Thanks in advance,
    >
    > Carolyn Wood
    >

  • Problem when using template for new database (ora10g)

    Hi all,
    I've done this a few times now, on different servers weeks apart.
    I have an Oracle 10g install on a Windows Server 2003 box, and I have run the database configuration assistant to create a database. We will have several databases with the exact same setup when I move Oracle 10g to a production environment. I created the database exactly as I need it the first time round, then I save it as a template to use for the next ones. However, when I run the template I get the following error:
    ORA-01501: CREATE DATABASE failed
    ORA-09314: sltln: error translating logical name
    Whats driving me nuts is, if I just go ahead and retype everything back in the same as the last database it works fine, just seems to be the template which is messing me up.
    Heres the template I'm trying to use (hope just pasting it like this is ok.. if not, please some mod remove it and I'll attach it)
    Thanks!
    <DatabaseTemplate name="DCnn" description="" version="10.1.0.2.0">
    <CommonAttributes>
    <option name="ISEARCH" value="false"/>
    <option name="OMS" value="false"/>
    <option name="JSERVER" value="false"/>
    <option name="SPATIAL" value="false"/>
    <option name="ODM" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="IMEDIA" value="false"/>
    <option name="XDB_PROTOCOLS" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="ORACLE_TEXT" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="SAMPLE_SCHEMA" value="false"/>
    <option name="CWMLITE" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="EM_REPOSITORY" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    </CommonAttributes>
    <Variables/>
    <CustomScripts Execute="false"/>
    <InitParamAttributes>
    <InitParams>
    <initParam name="O7_DICTIONARY_ACCESSIBILITY" value="TRUE"/>
    <initParam name="aq_tm_processes" value="1"/>
    <initParam name="background_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\bdump"/>
    <initParam name="compatible" value="10.1.0.2.0"/>
    <initParam name="core_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\cdump"/>
    <initParam name="db_block_size" value="8" unit="KB"/>
    <initParam name="db_cache_size" value="24" unit="MB"/>
    <initParam name="db_create_file_dest" value="E:\Oradata"/>
    <initParam name="db_create_online_log_dest_1" value="C:\Oradata"/>
    <initParam name="db_create_online_log_dest_2" value="D:\Oradata"/>
    <initParam name="db_create_online_log_dest_3" value="E:\Oradata"/>
    <initParam name="db_domain" value="JACOBSONCO.COM"/>
    <initParam name="db_file_multiblock_read_count" value="16"/>
    <initParam name="db_name" value="SDC7"/>
    <initParam name="db_recovery_file_dest" value="E:\Oradata\flash_recovery_area"/>
    <initParam name="db_recovery_file_dest_size" value="2048" unit="MB"/>
    <initParam name="fast_start_mttr_target" value="300"/>
    <initParam name="java_pool_size" value="0" unit="MB"/>
    <initParam name="job_queue_processes" value="10"/>
    <initParam name="large_pool_size" value="8" unit="MB"/>
    <initParam name="open_cursors" value="1000"/>
    <initParam name="pga_aggregate_target" value="24" unit="MB"/>
    <initParam name="processes" value="150"/>
    <initParam name="query_rewrite_enabled" value="FALSE"/>
    <initParam name="remote_login_passwordfile" value="EXCLUSIVE"/>
    <initParam name="shared_pool_size" value="80" unit="MB"/>
    <initParam name="sort_area_size" value="524288"/>
    <initParam name="undo_management" value="AUTO"/>
    <initParam name="undo_retention" value="10800"/>
    <initParam name="undo_tablespace" value="UNDOTBS1"/>
    <initParam name="user_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\udump"/>
    <initParam name="utl_file_dir" value="D:\FileTransfers\Triggers"/>
    </InitParams>
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>true</customSGA>
    <characterSet>WE8MSWIN1252</characterSet>
    <nationalCharacterSet>AL16UTF16</nationalCharacterSet>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\pfile\init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}\database\spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    <StorageAttributes>
    <ControlfileAttributes id="Controlfile">
    <maxDatafiles>100</maxDatafiles>
    <maxLogfiles>16</maxLogfiles>
    <maxLogMembers>3</maxLogMembers>
    <maxLogHistory>1</maxLogHistory>
    <maxInstances>8</maxInstances>
    <image name="<OMF_CONTROL_0>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    <image name="<OMF_CONTROL_1>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    <image name="<OMF_CONTROL_2>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </ControlfileAttributes>
    <DatafileAttributes id="<OMF_DEKINS_DATAFILE_0>">
    <tablespace>DEKINS</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">500</size>
    <reuse>false</reuse>
    <autoExtend>false</autoExtend>
    <increment unit="KB">-2</increment>
    <maxSize unit="KB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_INDEX_DATA_DATAFILE_0>">
    <tablespace>INDEX_DATA</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">500</size>
    <reuse>false</reuse>
    <autoExtend>false</autoExtend>
    <increment unit="KB">-2</increment>
    <maxSize unit="KB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_SYSAUX_DATAFILE_0>">
    <tablespace>SYSAUX</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">120</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">10240</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_SYSTEM_DATAFILE_0>">
    <tablespace>SYSTEM</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">300</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">10240</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_TEMP_DATAFILE_0>">
    <tablespace>TEMPORARY_DATA</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">200</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">640</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_UNDOTBS1_DATAFILE_0>">
    <tablespace>UNDOTBS1</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">200</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">5120</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="<OMF_USERS_DATAFILE_0>">
    <tablespace>USER_DATA</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">50</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">1280</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <TablespaceAttributes id="DEKINS">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">-1</initSize>
    <increment unit="KB">-1</increment>
    <incrementPercent>-1</incrementPercent>
    <minExtends>-1</minExtends>
    <maxExtends>-2</maxExtends>
    <minExtendsSize unit="KB">-1</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_DEKINS_DATAFILE_0>">
    <id>1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="INDEX_DATA">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">-1</initSize>
    <increment unit="KB">-1</increment>
    <incrementPercent>-1</incrementPercent>
    <minExtends>-1</minExtends>
    <maxExtends>-2</maxExtends>
    <minExtendsSize unit="KB">-1</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_INDEX_DATA_DATAFILE_0>">
    <id>1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="SYSAUX">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_SYSAUX_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="SYSTEM">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>3</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>-1</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_SYSTEM_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="TEMPORARY_DATA">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>true</temporary>
    <defaultTemp>true</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>0</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>0</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_TEMP_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="UNDOTBS1">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>true</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">512</initSize>
    <increment unit="KB">512</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>8</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">512</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_UNDOTBS1_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="USER_DATA">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">128</initSize>
    <increment unit="KB">128</increment>
    <incrementPercent>0</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">128</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="<OMF_USERS_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <RedoLogGroupAttributes id="1">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_1_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="2">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_2_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="3">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_3_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    </StorageAttributes>
    </DatabaseTemplate>

    You may need to look into this?
    ORA-09314: sltln: error translating logical name
    Cause: Internal buffer may have overflowed
    Action: See OSD error accompanying this message

  • A dropdown menu is blank when using e-bay

    When a sale has been completed on e-bay it appears as a sold item listing item, buyer, price sold etc. and options to indicate monies received, posted, feedback etc. there is also a drop down menu for "more actions" This is showing nothing but an empty box.
    I have cleared cookies and cache of history as recommended by e-bay.
    Can anybody help, thank you.

    Hi @506186 ,
    I see that you are having issues scanning multiple PDF documents from the ADF. I will certainly do my best to help you.
    I would do a hard reset to see if that will resolve the issue.
    Leave the printer on and unplug the power cable from the printer and wall outlet for 60 seconds.
    Then reconnect the power cable to the printer and wall outlet rather than a surge protector.
    This ensures the printer is receiving full power and may help this situation.
    I would suggest to update the printer's firmware. HP Officejet Pro Firmware.
    Try scanning as a JPEG, to see if you have the same results.
    If it is software related, I would download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Using HP Diagnostic Tools for HP Printers in Windows.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Change my address from home to work when using template chooser letters

    In Pages '08, I could choose a template letter with my predefined vcard info in it. I could right click on, for example, the address and choose to Change Address to a "work" or "other".
    In Pages '09, I can't figure out how to change the default address, etc, that is prefilled. I want to change from the default Home to Work.
    I'm not merging either, just want to change the prefilled info.

    No, that seems like going backwards and the people at Apple are always forward thinkers.
    I actually think I figured it out. Go into the Inspector>Merge. There has listed address, city, name, etc. fields for both "me" (from my address book) and from a default database that Pages uses. Change anything you want by selecting the pulldown menu for each item.
    In may case, I want to change from a default "Home" info to a "work" info. Select as such. Now it won't change instantly. Once you are done with all changes in the Merge screen of the Inspector, launch Address Book. Goto "Me" and drag the vcard over to the Pages document in that section of my info.
    Bam, it changes! I think it was simpler in Pages '08, though.

Maybe you are looking for

  • Mime attachments in Mail from two mac users

    I've been receiving mime attachments in Tiger Mail from Ebay and members for a while and I've searched the forum for answers but haven't found a viable solution yet. I end up using TextEdit to open them. I've contacted ebay about this and they have n

  • Problen in unzip a file in folder structure

    hi, how can i unzip a file and folder with folder structure. when i unzip a file it create problem. please help to solve this problem. here is my code import java.io.*; import java.util.zip.*; public class MakeUnzip { final static int BUFFER = 2048;

  • Thin white line in screen

    Hey everyone, I've scouted this forum to find people with a similar problem who may be able to help me out. Im the (still proud) owner of a Lumia 820. I've had it for about 6 weeks. I'm pretty statisfied with it were it not that sometimes the screen

  • Adobe reader vs Pro

    How do I get the free adobe reader? I tried the Pro and now I just want the free reader.

  • Do I need to buy SignalExpr​ess to use a ENET-9472 Digital Output Module.

    I'll describe my application and then ask the question. We are life testing DC motors.  For each motor we measure the armature temperature. We are controlling the on/off duty cycle with a PLC.  If the temperature exceeds a limit we want to send a sig