Grid in pages

Hi. Im new to Pages and im curious if there is such a thing as a grid that can be switched on and off ?
Im trying to lay out photographs and text with consistency. Thanks.

There is no baseline grid for type which would certainly help with alignment of text across columns.
The concept of a baseline grid is very, very old. It is very, very old because it is based on the functionality of the bound book, in Latin the concept of the codex. The codex allows the font and the back of the leaf to be seen at the same time when the leaf is lifted as the bound book is browsed. The concept of the baseline grid predates the computerised composition and page description languages of the 1970s and 1980s. It predates the New Typography industrial design trend of the 1920s and 1930s. It predates the introduction of movable metal sorts in the 1450s in Germany and the 1460s in Italy (first at Subiaco outside Rome and then at Venezia). In a bound book, the letters in the line must align horizontally across the measured of the column, the letters in the lines of two or more columns on the same side of the medium must align, and the lines in the columns on the front and back of the medium must align (or the medium must be so thick that lack og alignment does not disturb since light does not seep through the medium).
Prof Dr Michelle Brown, now Curator at the British Library, discusses calligraphic ruling methods for mediæval parchments. Since sometime in the 1450s a baseline grid has been part and parcel of movable metal typography. When area composition arrived, the baseline grid was carried into computerised composition at first for single columns with the H e l l Digiset 50T1. The first completely digital composition was the trial of the Digiset 50T1 for the KTAS telephone directory of København in 1967 - imaging took 17 hours. With the Monotype Lasercomp in 1976 began the development of page description languages for the x-y coordinate space of the page as such with everything in it. Crosfield showed a system that integrated composition and colour images at IPEX in 1984 using the Lasercomp for output and H e l l installed its first such system at Flensburgerz Zeitung in 1984.
/hh

Similar Messages

  • How do I get my Fluid Grid Layout page to resizes from portrait to landscape for iPhones?

    Starting in portrait on my iPhone 4, the fluid grid layout page does not resize when I turn to landscape.  After I refresh / resize to fit the page on landscape and then turn the iPhone to portrait, the page resizes just fine.  Everything seems to be working just fine on the desktop, ignoring IE.  Could it be my media query tags?
    If anyone knows a solution, it would be much appreciated.  Thanks.
    Here is my test page: http://www.bedroomandmore.com/1_b_fluidGrid.html
    Here are my media query tags (the first set of rules does not have the media query tag and becomes the default):
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    @media only screen and (min-width: 481px) {
    @media only screen and (min-width: 769px) {
    Here is most of my media query CSS:
    @charset "UTF-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
    /* Mobile Layout: 480px and below.(smartphone portrait) */
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.5907%;
              padding-right: 0.5907%;
    #header {
              clear: both;
              float: left;
              display: block;
              margin-left: 0%;
              width: 72%;
              max-height: 0%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
              top: auto;
              padding-top: 0.25em;
    #menuHorizontal {
              clear: both;
              float: left;
              width: 118%;
              height:100%;
              margin-left: auto;
              position:relative;
              top:-1em;
              display: block;
    #slides {
              clear: both;
              float: left;
              margin-left: 0.1em;
              width: 119%;
              position: relative;
              top: -1em;
              display: block;
                        /*Slides container: Important: Use position:relative; with top:-1em; together to position div.
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear: both;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting
                                  slide_container is container size
                                  slides_container div set the size of the image inside--adjust to fit image in it so it is not cropped*/
    .slides_container div {
              clear: both;
              width: 69%;
              display: block;
              /* Mobile Layout: 480px. (smartphone landscape)
                                  Inherits styles from Mobile Layout 480px.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.7907%;
              padding-right: 0.7907%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width:100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              width: 110%;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 68%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              clear:both;
              width:69%;
              display: block;
                        /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 95.9456%;
              padding-left: 0.5271%;
              padding-right: 0.5271%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width: 100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 70%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              width: 100%;
              display: block;

    I found the problem.  There is a bug in Safari for iPhone 4.  Use code to fix found at http://stackoverflow.com/a/6379407

  • Grid/as page vs ias console

    Am trying to understand why there are subtle differences between the grid control page for app server middle tier and the app server iasconsole. Any indications appreciated.
    Specific differences found (so far) on the app server 'home' page are:
    1) Midtier Components:
    IASConsole:
    - Forms, Portal:portal, Management component check boxes are greyed out
    Grid Control App server home page:
    - Forms, Portal:portal component check boxes are not greyed out; and
    - Management component does not appear in the page
    2) Infrastructure components
    IASConsole:
    - the 'Home' OC4J component does not appear;
    - the 'Single Sign-on:orasso' and 'Management' components appear and the check box is greyed out
    Grid Control App server home page:
    - The 'Home' OC4J component appears, with a Status 'Pending' and a Metric Collection error
    - the 'Single Sign-on:orasso' component appears but the check box is available;
    - the 'Management' component does not appear
    Enviroment:
    App Server 10.1.2.0.2 EE (unpatched)
    Grid Control 10.2.0.2 (unpatched)
    App Server Infrastructure is on same box as OMS/OMR
    all running on Windows 2003 Advanced Server SP1
    I will need to explain these subtle things to customer's management if I am to leave Grid Control installed and operational ....
    Message was edited by:
    Hans Forbrich

    I will not be able to give you the differences with regards pages, but on the Manegment components, they need to know that the GC Console is meant to "Monitor" the iAS components while the iAS Console is to "Manage" the components.
    So, this may give you an idea why on the Grid Control App server home page for both the Mid Tier and Infrastruction, the 'Management' component does not appear

  • Delete alert from OEM gride home page

    Hi,
    in 10g R2, on home page of OEM grid home page , there are alerts. Many of them belong to 10 or 11 days ego. How can I delete them ?
    Thank you.

    Hi,
    I think there are forwards comming from your oracle account to my mail.. Please check and deactivate it as the mail forward it is cramping my mailbox .. /i....
    regards

  • Difference b/w Prompts,User POV,Grid POV & Pages

    Hi
    What is the difference between Prompts,User POV,Grid POV & Pages....When do we use them.
    Thnks

    Hi Ann
    Kelly is right the details are all in the documentation that should be easily available... My thoughts and experience of the different options are as follows and may help you:
    Pages: Provide multiple choices for one or more dimensions in a drop down list within the report. Be a bit careful with these, I've avoided them as in earlier versions reports with a lot of members in on the page drop down list took a long time to load. This may have improved with the more recent releases but I've not really used them for a while
    Prompts: Allow users to select member(s) for the report at run-time. Personally I'm not keen on these as it takes more user selections (clicks of the mouse) to actually get to your report each time, I prefer to use the POVs
    Grid POV: Similar to user POV but I've tended to use them where I want to use a fixed member from a dimension e.g. 'Actual' or 'YearTotal' but not show it in the report grid rows or columns (useful if you have several dimensions this can apply to)
    User POV: I find this the most useful for things that change regularly like Year, Location, Scenario, Version, particularly in combination with the Grid POV as mentioned above. The User POV is stored for each user and the last POV used is applied to the next report when opened
    Good luck with your report building, I'm sure you'll develop your own preferences as you get used to the options.
    Stuart Game
    www.analitica.co.uk

  • Turning off the snap-to-grid in Pages

    How do I turn off the snap-to-grid Pages feature when I want to place an object precisely?

    I recall reading somewhere that you have to have the grid on before the option to turn off snap to grid is available. (Older versions like PSE2 and PSE3 do not require the grid to be on to turn snap to grid off. I'm not sure which version of Elements started this change in behavior.)
    Pressing the ctrl key should temporarily disable the snapping feature.

  • ADF blank data grid at page load.

    i want a blank data grid when a page loads. Can i drag and drop a data control to the page(this makes the ADF data table) and then clear the ADF cache and then issue an InsertRow() on the rowiterator?
    or do i have to do the binding manually?

    Hi there!
    Did u find out how to do that? if so please let me know.
    Thanx.

  • Oracle Grid Control: How to automatically refresh home page.

    Oracle Grid Control = 10.2.0.4.0
    OS = Linux
    Bit = 32
    The home page of Oracle Grid Control automatically refreshes after 5 minutes; how can I alter?? TIA.

    Oracle Grid Control web Page's will automatically refresh for every (60 seconds) and it can be done manually as well.
    Not sure but you can try looking for an option in Setup and Preferences at the Right Top Corner of the Grid Control Page.

  • ALV display on more than1 page

    We have a requirement to display ALV in more than one page output.
    Page 1 is as shown below:
    PSEG Power, LLC       
    Exelon Generation                           
    300 Exelon Way KSB#-W                           
    Kennett Square, PA 19348                           
    Attn: Carolyn Selagy                           
    For Month Of :      April-07                      
    PAYMENT DUE:      May 18, 2007                      
                DETAIL                          AMOUNT       
    Exelon share of Salem Generating Station Costs:                      
    O&M                           
       Direct Costs                           
          Total Non-Fuel O&M                           
            O&M Salem Generating Station                     $           4,410,117.06        
            O&M SERVCO Support                     $              895,998.95        
       Total Direct Costs                     $           5,306,116.01        
       Indirect Costs                           
           A&G Fee                     $           1,349,475.59        
           Insurance (NEIL & ANI)                     $                27,849.16        
           Taxes Other Than Income                     $              266,134.93        
           Pension, Benefits, & Incentive                     $           1,230,777.77        
       Total Indirect Costs                     $           2,874,237.45        
    Total O&M                     $           8,180,353.46        
    Capital                           
       Salem Generating Station                     $              496,186.84        
       Arificial Island Costs                     $              122,678.24        
       Salem Generating Nuclear Fuel                     $                15,044.20        
    Total Capital                     $              633,909.28        
    Storeroom Advance                     $              385,115.17        
    Total Invoice               TOTAL DUE      $           9,969,608.25        
    Please wire funds to:                           
    PSEG Power, LLC                           
    Account 323164617                           
    Chase Manhattan Bank                           
    New York City, NY                           
    ABA No. 021000021                           
    Please Refer Any Questions to Christiana Enweonwu                    
    From Page 2: it should be as shown below.
    Account     Description     Amount       
    5100100     Absent Time     108,007.71        
    5100200     Regular Time     1,689,927.87        
    5100300     Vacation Time     142,268.68        
    5110000     Overtime Wages     34,917.95        
    5120200     Performance Based Awards     17,740.26        
    5120400     Nuclear Licensing Bonuses     30,475.14        
    5120500     Other Payroll Premiums     110,525.00      
    Please let me know is there any way to display ALV(List or Grid) in page wise.

    We have a requirement to display ALV in more than one page output.
    Page 1 is as shown below:
    PSEG Power, LLC       
    Exelon Generation                           
    300 Exelon Way KSB#-W                           
    Kennett Square, PA 19348                           
    Attn: Carolyn Selagy                           
    For Month Of :      April-07                      
    PAYMENT DUE:      May 18, 2007                      
                DETAIL                          AMOUNT       
    Exelon share of Salem Generating Station Costs:                      
    O&M                           
       Direct Costs                           
          Total Non-Fuel O&M                           
            O&M Salem Generating Station                     $           4,410,117.06        
            O&M SERVCO Support                     $              895,998.95        
       Total Direct Costs                     $           5,306,116.01        
       Indirect Costs                           
           A&G Fee                     $           1,349,475.59        
           Insurance (NEIL & ANI)                     $                27,849.16        
           Taxes Other Than Income                     $              266,134.93        
           Pension, Benefits, & Incentive                     $           1,230,777.77        
       Total Indirect Costs                     $           2,874,237.45        
    Total O&M                     $           8,180,353.46        
    Capital                           
       Salem Generating Station                     $              496,186.84        
       Arificial Island Costs                     $              122,678.24        
       Salem Generating Nuclear Fuel                     $                15,044.20        
    Total Capital                     $              633,909.28        
    Storeroom Advance                     $              385,115.17        
    Total Invoice               TOTAL DUE      $           9,969,608.25        
    Please wire funds to:                           
    PSEG Power, LLC                           
    Account 323164617                           
    Chase Manhattan Bank                           
    New York City, NY                           
    ABA No. 021000021                           
    Please Refer Any Questions to Christiana Enweonwu                    
    From Page 2: it should be as shown below.
    Account     Description     Amount       
    5100100     Absent Time     108,007.71        
    5100200     Regular Time     1,689,927.87        
    5100300     Vacation Time     142,268.68        
    5110000     Overtime Wages     34,917.95        
    5120200     Performance Based Awards     17,740.26        
    5120400     Nuclear Licensing Bonuses     30,475.14        
    5120500     Other Payroll Premiums     110,525.00      
    Please let me know is there any way to display ALV(List or Grid) in page wise.

  • Oem web page will not display after O/S dst patch

    Hello,
    The Grid web page will not display after we DST patch for the o/s.
    All below start fine without any errors:
    emctl start oms
    emctl start iasconsole
    opmnctl startall
    emctl start agent
    The Grid web page is not displaying. What might happened after the o/s dst patch that might cause this? Our GRID is 10204 with a 10104 repository. The 10104 has not yet been dst patch.
    What logs should I be looking at to figure why the web page is not displaying? Thank you.

    Provide the output of these comands:
    $OMS_HOME/bin/emctl status oms
    $OMS_HOME/opmn/bin/opmnctl status
    $AGENT_HOME/bin/emctl status agent
    $DATABASE_HOME/bin/sqlplus "/ as sysdba" << EOF
    SELECT STATUS FROM V$INSTANCE;
    EOF
    $DATABASE_HOME/bin/lsnrctl status LISTENER_NAME
    Regards

  • Fluid grid layout lost when closing and reopening Dreamweaver

    I am working on fluid grid layout in dreamweaver cc. I created a new dreamweaver site, created a fluid grid layout page and everything looked and worked as it should. I closed out of dreamweaver and when I reopened it, I could no longer see the fluid grid layout or the fluid grid handles on any of the divs. I also no longer had the little button in the toolbar next to the live button either, to toggle the fluid layout on and off.   I did not move the css or js from where dreamweaver originally stored them.
    Also checked the content and code of my files, everything looks as it should:
    The fluid grid layout style sheet IS attached to the page.
    The Fluid Grid Properties near the top of the style sheet ARE still there.
    I have tried several test sites and as soon as I close DW and reopen it, the fluid grid layout button is gone, as is are the visual aids.  I uninstalled and reinstalled dreamweaver to no avail.
    Very frustrating!
    ANY help would be greatly appreciated!

    Hi,
    Thank you for all the responses.  When I was doing the testing, I didn't touch any of the style sheets.  I just created a new site, created a new FGL page, saved everything, then closed out.  When I reopened, the FGL elements were not there.  So in taking Ken's suggestion, I was getting ready to upload the files to see if anyone could see what I was doing wrong.  I had named the file test.html so I did a 'save as', to save it as index.html to make it easier.  Then a strange thing happened.  The new 'index.html' page came in with the FGL elements!  When I looked at the test.html, they still were not there.  In doing additional testing, when I open the first file, whether test.html or index.html, no FGL functions are available, when I open the second one, again no matter whether test.html or index.html, they are.  Getting ready to throw my hands up...  I uploaded everything to:
    http://www.ComputerSecurity.com/fgltest/
    Directly under there is the css file called fgltest.css, along with the boilerplate.css, respond.min.js, index,html, and test.html.
    Don't know what is going on. I am new to fluid grid layouts, but not to dreamweaver, have been using it for years.  Unless someone can see something that I cannot, seems like the only way I can create a Fluid grid layout based on this new information, is to open one page and work on another...

  • Grid Control on Windows 64bit

    Hi all,
    I very new on Grid Control because actual I only have one database to administrate so the Enterprise Manger is very fine.
    But in the future this will be expanded to 4 or 5 databases on different machines so I think the Grid Control will "help" me... Or I'm wrong?
    Now the thing is, that my company is using Windows 2003 R2 64bit as OS and the Databases will be 10.2.0.4 64bit.
    So now I'm on the Oracle Grid Control page and see, that Grid Control is not available for Windows in 64bit.
    So I think now, that I have to have an additional Windows 32bit Server for running Grid Control and the Agent’s as 64bit for Windows for the Databases.
    Or does someone have a different idea??
    Thanks for your help.
    Br
    Joerg

    Hi,
    thanks for your post.
    I have checked it on MetaLink and as you can see on the screenshot Windows x64 is not certified.
    So I think I have to run an additional Windows 2003 32bit.
    How ever... thanks.
    br
    Joerg

  • Grid control error

    Hi all,
    when i'm trying to open the grid control page i'm getting the fillowing error
    503 Service Unavailable
    Service is not initialized correctly. Verify that the repository connection information provided is correct.

    in emoms.trc i find this error
    2009-12-14 15:36:42,866 [ApplicationServerThread-45] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: ORA-00257: archiver error. Connect internal only, until freed.
    java.sql.SQLException: ORA-00257: archiver error. Connect internal only, until freed.
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:276)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey(T4CTTIoauthenticate.java:243)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:429)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:152)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:113)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1361)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:439)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:334)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:285)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:253)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
    at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
    at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:218)
    at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1158)
    at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1192)
    at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
    at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:114)
    at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:683)
    at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:272)
    at com.evermind.server.http.SessionAsyncInvalidateHandler.invalidateSession(SessionAsyncInvalidateHandler.java:173)
    at com.evermind.server.http.SessionAsyncInvalidateHandler.run(SessionAsyncInvalidateHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    2009-12-14 15:36:44,280 [AJPRequestHandler-ApplicationServerThread-23] ERROR conn.ConnectionService verifyRepositoryEx.911 - Invalid Connection Pool. ERROR = ORA-00257: archiver error. Connect internal only, until freed.

  • Dgutil.pl line 99 ERROR when creating 11.2.0.3 data guard via GRID CONTROL

    Oracle Grid Control 11g Release 1 (11.1.0.1.0)
    (64bit)
    Oracle Enterprise Linux Server release 5.4 x86_64
    Oracle Database 11.2.0.3 (64bit)
    1. Grid Control>Targets>Databases
    2.Click on pc01prmy (Primary)
    3.Availability > Data Guard > Setup and Manage
    4.Add Standby Database
    5.Create a new physical standby database.
    Fails with message:
    38706 at /u01/app/oracle/agent11g/sysman/admin/scripts/db/dg/dgutil.pl line 99.
    I can create a standby with a rman script without problems, but via the Grid Control page fails.
    Have you seen this before?

    I contact Oracle Support on this issue, here are the details.
    Generic Note
    Hi Marcelo, the note you sited Creating Standby Database With Enterprise Manager Failing [ID 1400482.1
    Says something a little different than what you tried.
    You did RECOVER DATABASE for manual recover and the error says use backup control file.
    For a standby to do manual recovery it's
    *alter database recover standby database ;*
    It may behave better.
    But the note implies to just apply enough redo to have the standby consistent enough to turn on flashback.
    This can be done by starting managed recovery and applying some redo log sequences.
    So the flashback being turned on is too soon, but should have worked anyway. I think it would turn on managed recovery though.
    This also happens since the job doesn't use dorecover since recovery can be done with managed recovery.
    So most likely there isn't enough activity on the primary and the online redo has not been archived yet.
    So some log switches on the primary will send enough redo to get consistent so you can turn on flashback and finish it.
    *So why did it happen?*
    Possibly
    Bug 13250486 - ADD STANDBY DATABASE FOR TARGET WITH FLASHBACK ON FAILS WITH ERROR
    Base bug 12923814 FLASHBACK AND ARL DELETION OPTIONS IGNORED IN ADD STANDBY DATABASE WIZARD
    fixed in Grid Control 12.1c
    There is currently no patch available for 11.1.0.1 Grid Control. We would have to open a bug to confirm you hit this in 11.1.0.1 and get a patch.
    *A workaround would be to turn off flashback at the primary then try to create the standby.*
    *Once the standby is created you can turn flashback back on for the primary and if required, the standby.*
    You can try again to see, or finish the standby manually as I stated above.
    I will still need the diagnostic information below.
    Action Plan
    =========
    The product verion in this SR is for 12.1.0.1 Grid Control. I assume it should be 11.1 since you stated it is.
    Grid Control job log that shows the errors.
    alert logs from the primary and standby.
    Please run these two diagnostic scripts and upload the output.
    Script to Collect Data Guard Primary Site Diagnostic (Doc ID 241374.1)
    Script to Collect Data Guard Physical Standby Diagnostic (Doc ID 241438.1)
    Edited by: Marcelo Marques - ESRI on Mar 24, 2012 9:51 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Is there a grid function?

    I would like to create templates with accurate positioning of elements. I use a grid function in other app to do this. I can not see any grid in Pages 08. Only grid is in numbers graph.
    Omnigraffle does have this option and so indesign does. I cannot find it in Pages. Who knows whether it exists.

    Albert,
    That answers a question I was thinking of asking. If your Vertical Ruler is off, you're working in a Word Processing document rather than in Page Layout. No matter though, I was just curious. Vertical Ruler is always visible in Page Layout. Follow Yvan's instructions for activating your Vertical Ruler.
    In my experience, it helps to have at least one Floating Object on your page in order to create your first Guide line. I know that this isn't always the case, but I have found that if the ruler refuses to produce a Guide line, adding a Floating Object and trying again does the trick.
    Jerry
    Message was edited by: Jerrold Green1

Maybe you are looking for

  • How to access loudspeaker in J2ME app

    How to access loudspeaker in J2ME app and know a status of a call which is initiated through app.

  • Hi, I have problem with accesing Assets - Fonts (Synced Typekit fonts)!

    Hi, I have problem with accesing Assets -> Fonts (Synced Typekit fonts)! Can You help me with that problem?

  • How to determine SAP GL ACCOUNT #

    hello, I need to determine the SAP account number by using the company code and either the SAP Vendor # OR the SAP Customer # What Tables do I need to look into to achieve this?

  • As3 script to edit sound files -

    A wav or mp3 file will be taped or various. Is there any script to edit these files in batch ie: to Trim the beginnings ie: no sound parts. Or would I have to use a sound editor. As I say I don't want to do it manually. This sounds like a stupid use

  • Problem during GL Account Clearing F-03

    Hi, While i am trying to clear some Open item through F-03, i am getting following error message. Consolidated companies ZK000 and ' ' are different Message no. F5080 Diagnosis The number of the affiliated company must be clear for the selected docum