Max Availability

Hi,
I have configured standby database for our 11.5.10.2 instance in default mode max performance, now I want to change it to max availability, so i want to know what should be value of archive_log_dest_2 , note,the value should not effect my production in case standby is not available or redo can't be shipped to standby server
Regards

Hi,
I tried the following way to change to Max Availability.
alter system set log_archive_dest_2='SERVICE=STANDBY LGWR SYNC NOAFFIRM VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=TESTNOV' >>scope=both;
shutdown immediate
startup mount exclusive
SQL> alter database set standby to maximize availability;
Database altered.
SQL> alter database open;
ERROR:
ORA-03114: not connected to ORACLE
alter database open*
ERROR at line 1:
ORA-03113: end-of-file on communication channelPlease suggest

Similar Messages

  • Standby database max availability..delay of committed changes at primary

    Hi,
    I have setup a single instance physical standby database for a 3 node RAC primary database (10.2.0.3 on Solaris 10).
    The log_archive_dest_2 is set as "SERVICE=SDSMK LGWR SYNC AFFIRM NET_TIMEOUT=30 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=SDSMK"
    at the primary db.
    The primary database is running in Maximum availability mode.
    The query "select protection_mode from v$database" gives "MAXIMUM AVAILABILITY" on both primary and standby databases.
    Now I performed an insert into a table at primary db, COMMITTed the update and issued "ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL" at standby. I could not see the above added row in the table at standby. If I understand correctly, since the standby db is up, the network link is up and all the managed standby processes are up, the change should have been propogated at the standby aswell. Did I miss anything? Also how can I find how long the standby database is lagging interms of committed transactions at primary db?
    Thanks,
    Sreekanth

    on primary:
    SQL> insert into sds.test1 values(17);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> SELECT THREAD#, MAX(SEQUENCE#) FROM V$LOG_HISTORY GROUP BY THREAD# order by thread#;
    THREAD# MAX(SEQUENCE#)
    1 660
    2 849
    3 619
    SQL> select current_Scn from v$database;
    CURRENT_SCN
    719552723
    SQL>
    on standby:
    SQL> SELECT THREAD#, MAX(SEQUENCE#) FROM V$LOG_HISTORY GROUP BY THREAD# order by thread#;
    THREAD# MAX(SEQUENCE#)
    1 660
    2 849
    3 619
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> SELECT THREAD#, MAX(SEQUENCE#) FROM V$LOG_HISTORY GROUP BY THREAD# order by thread#;
    THREAD# MAX(SEQUENCE#)
    1 660
    2 849
    3 619
    SQL> alter database open;
    Database altered.
    SQL> the change in test1 table is not seen here.

  • Dataguard 11gR2 - Apply Patchset Max Availability

    Hello All,
    I would like to apply the April PSU to single instance with a 1 physical standby.
    When I try to switch off the log transport I get the error ORA-16627.
    My question is whether I need to temporarily change the protection mode to max performance for the primary while I shutdown and apply the patchset to the standby?
    I am using the note : *How do you apply a Patchset,PSU or CPU in a Data Guard Physical Standby configuration [ID 278641.1]*
    Thanks in advance for your help.
    Jan S.
    ENV
    =============
    Primary : 11.2.0.3
    Standby: 11.2.0.3 Physical
    Protection: Max Availability

    I would like to apply the April PSU to single instance with a 1 physical standby.
    When I try to switch off the log transport I get the error ORA-16627.
    My question is whether I need to temporarily change the protection mode to max performance for the primary while I shutdown and apply the patchset to the standby?check this link http://blog.grid-it.nl/index.php/2011/05/24/how-is-data-guard-maximum-protection-mode-protecting-your-data/
    Please read below completely.
    ORA-16627:
         operation disallowed since no standby databases would remain to support protection mode
    Cause:      This status is returned in the following situations:
    - The broker rejects an attempt to change the configuration's overall protection mode since it could not find any online, enabled standby databases that support the proposed protection mode.
    - The broker rejects an attempt to enable the configuration if it determines there are no online, enabled standby databases that support the overall protection mode.
    - The broker rejects an attempt to disable or remove a database that, if disabled or deleted, would result in no remaining standby databases that can support the configuration's overall protection mode.
    - The broker rejects an attempt to set the configuration offline if doing so would violate the configuration's overall protection mode.
    - The broker rejects an attempt to set a standby database offline if doing so would violate the configuration's overall protection mode.
    - The broker rejects a switchover attempt if doing so would violate the configuration's overall protection mode.
    - The broker returns this error during a health check.
    Action:      - If changing the overall protection mode, confirm that at least one standby database satisfies the new protection mode.
    - For enable failures, confirm that at least one standby database has a LogXptMode configuration property setting that supports the current overall protection mode.
    - For delete and disable failures, confirm that at least one other standby database has a LogXptMode configuration property setting that supports the overall protection mode.
    - For state change failures, confirm that at least one other standby database has a LogXptMode configuration property setting that supports the overall protection mode. If setting the configuration OFFLINE you may have to downgrade the protection mode setting to maximum performance beforehand.
    - For switchover failures, confirm that at least one other standby database has a LogXptMode configuration property setting that supports the overall protection mode. If your configuration contains a primary database and a single standby database, ensure that the LogXptMode configuration property established for the primary database supports the overall protection mode. After the switchover, the old primary database will become the standby database and its LogXptMode configuration property setting must support the overall protection mode.
    - For health check error, confirm that at least one standby database has a LogXptMode configuration property setting that supports the current overall protection mode.

  • Max. available screen size for DVD

    Hi! i´m making a SD-pproject and the actual PAL-size is 720x576. I gave the dvd to a friend an he told me that some letters from the menu are cropped?? which size can i take to be sure that evertything is accessable!?
    best greetings, max

    Most likely the letters were placed outside of the action safe or title safe zones in the first place -the menu dimensions you gave are correct.
    Turn on the action safe borders in the menu editor and make sure the text stays within the guide lines. To be absolutely sure, keep it within the title safe guides, too.
    These guides are selected from the 'settings' drop down box in the menu editor window.

  • Heap max available vs committed vs used

    Hi folks,
    I allocate 8 GB to the heap. The heap committed size seems hanging around 2 GB to 4GB only, and the heap used size is about the same as committed. Would anyone tell me why the committed size won't take up to 8 GB? Is it because I never need that much?
    Thanks!

    evebill8 wrote:
    I set the -Xms and -Xmx to 8 GB"commited" usually means the amount of memory that was requested from the OS (probably 8GB, since that's what you specified as the minimum heap size) and that was actually used by the application (pages that were actually touched).
    So if commited is between 2GB and 4GB, that means that the Java VM didn't touch (access) and more pages than those 2-4 GB, even though it asked the OS for 8GB of memory.
    I am using the zabbix monitoring tool.Since I don't know that tool, I can't really comment on which values it gives.

  • I am trying to burn a .mov file from fcp xpress timeline to a dvd.  The popup message I receive prior to inserting the dvd is that I need 20.05 gb of space available on dvd (a 1.25 min). How can I get this program onto a dvd that shows a max of 8.5gb?.

    I am trying to burn a .mov file from fcp xpress timeline to a dvd.  The popup message I receive prior to inserting the dvd is that I need 20.05 gb of space available on dvd (a 1.25 min program). How can I get this program onto a dvd (where the max available gb's  for off the shelf dvds-r)  shows a max of 8.5gb?.  Please help.  Thank You!

    You have posted your question in the Final Cut  Pro X forum. You want to be in this forum instead; https://discussions.apple.com/community/professional_applications/final_cut_expr ess_hd
    Good luck.
    Russ

  • Oracle 9i - Calculating Total Amount of Space Available/Used by Tablespace

    OK, so here is my situation....
    I'm on Oracle 9i on a Windows 2000 Server. Windows has a file size restriction of 16 gig. So when you setup datafiles to auto-extend to unlimited, the max it will extend to is 16 gig.
    I have all of my datafiles setup to auto-extend, but I want to write a query that will show me for each tablespace, the amount of data currently being used, and the maxium amount that the tablespace could extend to. That way I have a tool to see when I might need to add another datafile, before it blows up....
    Does anyone has a suggestion on how to do this....

    Hi,
    Question #1 -- When you set it to UNLIMITED, it assigns the MAX FILE SIZE to 16 gig so Oracle must know the operating system limitation.When you set it to unlimited it will extend upto 32 GB.
    Question #2 -- I guess what I'm looking for is how much room is available for additional objects in that particular tablespace. So I guess you could come up with amount used by finding out Max Available - Free Space = Amount UsedSeT lines 300
    SET verify OFF
    SET pages 40
    COLUMN pct_used format 999.99 heading "%|Used"
    COLUMN pct_free format 999.99 heading "%|Free"
    COLUMN NAME format a16 heading "Tablespace Name"
    COLUMN mbytes format 999,999,999.99 heading "Total|MB"
    COLUMN used format 999,999,999.99 heading "Used|MB"
    COLUMN free format 999,999,999.99 heading "Free|MB"
    COLUMN largest format 999,999,999.99 heading "Largest"
    BREAK ON report
    COMPUTE SUM OF mbytes ON report
    COMPUTE SUM OF free ON report
    COMPUTE SUM OF used ON report
    -- PROMPT ORDER BY:
    -- PROMPT 1:TABLESPACE NAME
    -- PROMPT 2:total mbytes
    -- PROMPT 3:used Mb
    -- PROMPT 4:free mb
    -- PROMPT 5:% used
    -- PROMPT 6:% free
    -- define orderby=5 desc
    SELECT NVL (b.tablespace_name, NVL (a.tablespace_name, 'UNKOWN')) NAME,
    mbytes_alloc mbytes, mbytes_alloc - NVL (mbytes_free, 0) used,
    NVL (mbytes_free, 0) free,
    ((mbytes_alloc - NVL (mbytes_free, 0)) / mbytes_alloc)
    * 100 pct_used,
    100
    - (((mbytes_alloc - NVL (mbytes_free, 0)) / mbytes_alloc) * 100)
    pct_free
    FROM (SELECT SUM(BYTES) / 1024 / 1024 mbytes_free, tablespace_name
    FROM SYS.dba_free_space
    GROUP BY tablespace_name) a,
    (SELECT SUM(BYTES) / 1024 / 1024 mbytes_alloc, tablespace_name
    FROM SYS.dba_data_files
    GROUP BY tablespace_name) b
    WHERE a.tablespace_name(+) = b.tablespace_name
    UNION ALL
    SELECT f.tablespace_name,
    SUM (ROUND((f.bytes_free + f.bytes_used) / 1024 / 1024, 2)
    ) "total MB",
    SUM (ROUND(NVL (p.bytes_used, 0) / 1024 / 1024, 2)) "Used MB",
    SUM (ROUND ( ((f.bytes_free + f.bytes_used) - NVL (p.bytes_used, 0)
    / 1024
    / 1024,
    2
    ) "Free MB",
    (SUM (ROUND (NVL (p.bytes_used, 0) / 1024 / 1024, 2)) * 100)
    / (SUM (ROUND ((f.bytes_free + f.bytes_used) / 1024 / 1024, 2))),
    100
    - (SUM (ROUND (NVL (p.bytes_used, 0) / 1024 / 1024, 2)) * 100)
    / (SUM (ROUND ((f.bytes_free + f.bytes_used) / 1024 / 1024, 2)))
    FROM SYS.v_$temp_space_header f,
    dba_temp_files d,
    SYS.v_$temp_extent_pool p
    WHERE f.tablespace_name(+) = d.tablespace_name AND f.file_id(+) = d.file_id
    AND p.file_id(+) = d.file_id
    GROUP BY f.tablespace_name
    ORDER BY 5 desc --&orderby
    Regards
    Jafar

  • MAXIMUM availability with delay

    Hi guys,
    I am running a dataguard instance with cascaded log shipping currently in MAXIMUM AVAILABILITY mode. We have the following setup. Primary and standby in London and the cascaded standby ( ie. standby shipping logs further to another standby in New york ) is in New york. Now, I need to run the new york standby 3 hours behind. So, is it possible to run the one of the databases in the standby configuration to run behind with the DELAY parameter ? Anyone tried it ? I read in the documentation that the LOG_ARCHIVE_DEST cannot have DELAY parameter while running in MAX AVAILABILITY mode.
    Can someone shed light on this ?
    BTW, I don't want to change the configuration between both database here in London. They will be running with MAX AVAILABILITY. It is only from the standby to another standby in NEW YORK I wan't the LAG
    Thanks in advance
    Regards
    Edited by: USER101 on Oct 12, 2010 5:16 PM

    Hi,
    You can write to standby redo logs and archive the same and now try to make a 3 hours detail using in applying the shipped archive log standby.
    Also please read ARCHIVE_LAG_TARGET parameter.
    Kind Regards,
    Rakesh Jayappa

  • Available Ram not reflecting actual ram available

    Using PS CS3 10.0.1 and OS 10.5.3. If I run Activity Monitor it shows I have 7 gigs of available ram (machine has a total of 9). In PS preference > performance it says Available Ram is 3072mb. Why? Would love to assign more ram to PS. Thanks

    PS and other apps can only access ~3 GB RAM
    i directly
    due to 32-bit limitations of the Adobe app; hence 3072 MB max available. Various Macs can provide much more "available RAM," up to 32 GB (less what the OS and concurrent apps are using). Mac OS X does allow apps to receive benefit from up to 8 GB or more of RAM depending on the app, so your installed 9 GB is fully beneficial.
    Perhaps Adobe will deign to provide 64-bit support with PSCS5, but they have decided not to do so with PSCS4. Instead we will no doubt receive new bells and whistles that some call
    i bloat.

  • Issues with JDBC Connection Pooling

    Hi all,
    I'm experiencing some unexpected behaviour when trying to use JDBC Connection Pooling with my BC4J applications.
    The configuraiton is -
    Web Application using BC4J in local mode
    Using Default Connection Stagegy
    Stateless Release Mode
    Retrieving Application Modules using Configuration.createRootApplicationModule( am , cf );
    Returning Application Modules using Configuration.releaseRootApplicationModule( am, false );
    Three application modules
    AppModuleA - connects to DatabaseConnection1
    AppModuleB - connects to DatabaseConnection2
    AppModuleC - connects to DatabaseConnection2
    My requirement is to -
    Use App Module Pooling and have individual pool for each Application Module
    Use JDBC Pooling and have individual pool for each Database connection
    Note: All configuration was achieved in design mode (i.e. right clicking AppModule->Configurations...)
    1. Initial approach -
    In the configuration for each Application Module I specified the connection type as 'JDBC Datasource' and specified to approriate datasource.
    Tried setting doConnecitonPooling to 'true' as well as 'false'
    In the data-sources.xml I specified all the appropriate info including min-connections and max-connections.
    I would expect, with the above config that BC4J would use OC4J's built in JDBC connection pooling.
    2. Second approach -
    In the configuration for each Application Module I specified the connection type as JDBC URL.
    In the configuration I specified doConnectionPooling = 'true' as well as the max connection, max available and min available
    What I experienced in both cases was that the max connections seem to be ignored as the number of connection as reported by the database (v$session) was exceeded by more than 10.
    In addition to this once the load was removed the number of JDBC connecitons did not drop (I would have expected it to drop to max available connections)
    My questions are -
    1. When specifying to use a 'JDBC Datasource' style of connection, is it in fact OC4J that is then responsible for pooling JDBC connections? And in this case should BC4J's doConnectionPooling parameter be set to true or false?
    2. Are there any known issues with the use of the JDBC Conneciton Pool as stated by the above to approaches?

    Thanks for the additional info. Please see my comments. below.
    Sorry should have been more specififc -
    1. Is each application pool using a different JDBC user? You mentioned DatabaseConnection1 and DatabaseConnection2
    above; are these connections to different schemas / users? If so, BC4J will create a separate connection pool for each
    JDBC user. Each connection pool will have its own maximum pool size.
    Each 'DatabaseConnection' refers to a different database, actually hosted on a seperate physical server, different
    schema and different user.BC4J will maintain a separate connection pool for each permutation of JDBC URL / schema. If each user is connecting
    to a different DB instance then I would expect no greater than 10 DB sessions. However, if a DB instance is hosting
    more than user then I would expect greater than 10 DB sessions (though still no more than 10 DB sessions per user).
    2. Are all the v$session sessions related to the JDBC clients? There should be at least one additional database
    session which will be related to the session that is querying v$session.
    When querying the v$session table I specifically look for connections from the user in quesiton and from the machine
    name in question and in doing so eliminate the database system's connections, as well as the query tools'
    connection. One area I'm not sure about is the connection BC4J uses to write to its temporary tables. I am using
    Stateless release mode and have not explicetly stated to save to the database but I'm wondering if it still does if so
    and how does it come into the equation with max connections?BC4J's internal connections are also pooled and the limits apply as mentioned above. So, if you have specified
    internal connection info for a schema which is different than the users above I would expect the additional conns.
    One helpful diagnostic tool, albeit programmatic, might be to print the information about the connection pools after
    your test client(s) have finished. This may be accomplished as follows:
    // get a reference to the BC4J connection pool manager
    import oracle.jbo.server.ConnectionPoolManagerFactory;
    import oracle.jbo.server.ConnectionPoolManagerImpl;
    import oracle.jbo.pool.ResourcePool;
    import java.io.PrintWriter;
    import java.util.Enumeration;
    // get the ConnectionPoolManager. assume that it is an instance of the supplied manager
    ConnectionPoolManagerImpl mgr = (ConnectionPoolManagerImpl)ConnectionPoolManagerFactory.getConnectionPoolManager();
    Enumeration keys = mgr.getResourcePoolKeys();
    PrintWriter pw = new PrintWriter(System.out, true);
    while (keys.hasMoreElements())
    Object key = keys.nextElement();
    ResourcePool pool = (ResourcePool)mgr.getResourcePool(key);
    System.out.println("Dumping pool statistics for pool: " + key);
    pool.dumpPoolStatistics(pw);
    }

  • 24" iMac displaying small green lines

    I'm having a big problem with my iMac 24" when I'm using Aperture or iTunes music videos in full screen mode.
    I am getting groups of little green lines about an inch long and a pixel or two deep, stacked in groups of five or six on top of each other like a small wavey flag. These little "flags" are spread all over the display and make for one annoying interuption of either the video I'm watching or the photos I'm editing in Aperture.
    Sometimes when I'm scrolling through my shots quickly in Aperture the lines become much larger and then red and blue blocks of lines appear, they disappear again when I give the scrolling a rest for a minute or so.
    I'm using 2Gb RAM, the 9600 graphics card and all my software is bang up to date.
    Any ideas any one?
    John
    Cheers
    iMac 24'   Mac OS X (10.4.8)   2GB RAM, 256Mb,

    Clean erase and reinstall to factory conditions did not help with the graphic corruption/glitches.
    Here are the actions I've performed so far:
    •Got iMac on Tuesday (three days ago) and proceeded to immediately install all updates, including the EFI 1.1 firmware update
    •Installed Aperture, the problem started showing itself sporadically
    •As I imported more and more Aperture projects the problem started getting more widespread, it started showing up in Dashboard (problem is equal on both internal and external monitors)
    •World of Warcraft started showing the flags/squares/lines in the menus, as well as major geometrical corruption in the 3d views (planes intersecting the world, characters warping, etc.)
    •Reset SMC (unplug all cables, wait 15 seconds, plug back in without holding power button)
    •Reset PRAM/NVRAM (several times)
    •Ran without any software in background
    •Ran Memtest (5-pass, single user mode for max available RAM) all tests passed
    •Ran Apple Hardware Test three times, once the standard test, twice the extended, none show any errors
    •Wipe drive, reinstall from restore discs, no updates installed whatsoever, no additional software installed, and it still exhibits the error inside of PhotoBooth, just as it did before, and just as it did for Janet in the post I link to above. PhotoBooth seems to show the most artifacting when the effects are turned on.
    I'm taking it in tonight, we'll see what they say. I will keep this thread updated with my actions and any responses I receive.
    One thing I feel I should mention is that I don't think it's Aperture's fault. It's just the main indicator for us since we all use it and it makes heavy use of the GPU.
    Also, my problem started out small and got bigger over the 2/3 days I was using the machine, indicative of a developing hardware issue. If it was a software glitch, it would be less likely to behave that way.

  • Plant /Resource Capacity utilization & dowtimes

    Hello Experts,
    Iam looking to develop a BW-KPI report for plant loading % utilization where i need to analyse the breaktimes,downtimes,and max available production times of a resource from the PPDS plan data for next 1 year .
    Iam looking if anyone has got a similar requirement implemented and want to know your approach .
    Did anyone used "Plan monitor" in APO to solve similar kind of requirement?
    Regards
    Roa

    Hello Roa,
    try transaction /SAPAPO/CDPS_REPT.
    Best regards
    Thomas

  • Creating XML report using PL/SQL Stored Procedure

    Hi Friends,
    I am working on an xml report with the xml source as PL/SQL Stored Procedure.
    I am referring the exercise shown in the following link to understand the process:
       http://orclapp.blogspot.com/2012/02/developing-xml-publisher-report-using.html
    In the example shown in the above link I could not understand the following:
    1) In the following procedure, the out parameter 'retcode' is not used at all.
       What is the importance of this parameter.
        PROCEDURE REPORT (errbuf  OUT VARCHAR2, retcode  OUT VARCHAR2, p_product_id   IN     NUMBER)
    2)  After the xml data is prepared and put to 'l_result' Clob variable, the following
        Loop is executed. I am not able to appreciate why the following loop is required.
         LOOP
             EXIT WHEN l_length = l_retrieved;
             IF (l_length - l_retrieved) < 32000
             THEN
                SELECT SUBSTR (l_result, l_retrieved + 1) INTO l_xmlstr FROM DUAL;
                l_retrieved := l_length;
                fnd_file.put_line (fnd_file.output, l_xmlstr);
             ELSE
                SELECT SUBSTR (l_result, l_retrieved + 1, l_offset)
                  INTO l_xmlstr
                  FROM DUAL;
                l_retrieved := l_retrieved + l_offset;
                fnd_file.put_line (fnd_file.output, l_xmlstr);
             END IF;
         END LOOP;
    3) In the example it is not explained how the concurrent program gets the xml data?
       I assume it is written to a file using the following line of code:
        fnd_file.put_line (fnd_file.output, l_xmlstr);
       I would appreciate if anyone can throw some light into my above queries so that I can understand the process clearly.
    Thanks & Regards
    Hawker

    Hi 32000 in the code is a 'safe' size smaller than the max available 32767, the loops purpose is to move through the entire thing in chunks that will be manageable in the limits of the data type.
    Btw; if you are in Oracle e-business suite then you can also use Oracle reports very simply to create XML output.
    If you have reports developer all you need to do is put raw sql (without any 'artifice' to create XML) in the report SQL and then set the reports output to XML in the program definition in Oracle e-business.
    best regards,
    Robert.

  • Resource Management of Shared Resource Pool at the Project Level

    I am having difficulty figuring out how to implement our resource management process. Currently we have one "Resource Pool" project that has all the shared resources. It is connected to both a "master portfolio" plan that has some task
    detail in it and other individual project plans that have their own WBS (for larger projects).
    The difficulty arises because we want to do resource allocation at a project level, but the resource usage view shows the WBS/task level detail.  I've tried grouping the resources assignments by resource and then project, but since everything is
    in the "Resource Pool" project, they all group under that project.  I've tried adding the "Project" field and it does show as the source project, but it doesn't group on that field, but rather the "Resource Pool" project
    only.
    How can I see resource allocation/usage at just the project level so our managers can do planning, negotiation, and re-allocation on a periodic basis with one simple view?
    My best current idea is to disconnect all the sub-tasks from the sharer, eliminate the WBS below the project level in the master plan and attach resources at that single line project in that master plan.  Then, we would have to manually alter the "Max"
    available time in the individual sub-plans as we altered allocations.  That essentially disconnects individual plans from both the master plan and the shared resource pool.
    Is there a better way?

    Mark,
    Yeah, I think there is a better way. Having a linked structure the contains both a pool file and a dynamic master is tenuous enough (i.e. prone to corruption), but if you start disconnecting from the pool and and messing with the master, you will most certainly
    invite trouble.
    But here is an approach that might work. I tested it on a sample pool file with two sharer files and I think it might give you what you want.
    1. First, either manually copy or use VBA to copy the contents of the Project field to a custom text field in each sharer file
    2. In the pool file display the Resource Usage view
    3. Create a group that first groups on the Resource Name and then on the Text1 field, and select "group assignments, not resource"
    4. Change the Text1 group field to be "assignment"
    Does that give you what you want?
    To help visualize, here is a screenshot of my test file. After grouping I applied a filter to Text1 with the option to also show summary tasks:
    John

  • How can I get Verizon to install fiber in my neighborhood? Have been waiting 10 years.

    How can I get Verizon to install fiber in my neighborhood?
    I have been on the notification list for nearly 10 years with no action.
    Current DSL download speed is only 3.0 Mbps, the max available for copper twisted pair, so I am told by tech support.
    Unless Verizon will install fiber in my neighborhood, my only option to obtain faster internet service is to change to another provider, though I would prefer to remain a Verizon customer.
    Any suggestions for alternate providers, under the circumstances?
    Thanks
    Solved!
    Go to Solution.

    Forget it. I've been waiting 13 years and every town around me has Fios, in fact my town is a small [27k population] city who provides the phone exchange numbers for the surrounding towns with Fios! Figure that out. I myself have given up and am moving on to Time Warner for my internet and phone and will not return even if fios does appear before the end times.. They are actually cheaper than verizon when flat rate phone service and real broadband speeds are figured in. Verizon only has last century's DSL technology available. Leave verizon, they don't care if do or not.

Maybe you are looking for

  • IPod does not show up in itunes or windows

    I've been through all relevant troubleshooting pages and I still can't get my 4th Gen ipod to show up on my computer or itunes. I have managed to install a driver, so the device manager recognises there is an ipod fitted. Is it because I have WIndows

  • Cannot Install Windows Virtual PC 0x80004005

    Hi, I was wondering if anyone could help me because I am unable to install Windows Virtual PC (KB958559) on Windows 7 Ultimate 64 bit with an i5 750 CPU. As soon as my PC reboots I get an 0x80004005 error code when Windows Update is nearing completio

  • HDD bay for HP Compaq 8710p

    Let med refrase my question.. What kind of HDD bay (if any) can be used to replace my optical drive bay on my HP Compaq 8710p

  • How to read a flat file into a report?

    The file format is like below: Company Code : BUKRS(header) Posting Period :3(header) Then The items data is started as a table format. Line items in table format. If anybody knows the answer please share with me.

  • Duplicating Conditions...Is it possible?

    I have a very complex condition in one of my receiver determinations and have the very same condition in another interface determination.  I hate to maintain it in 2 different places.  Is there a way to assign this condition to some type of variable