Cannot comment in a view before first statement

My apologies if this is the wrong group/forum for this question.
I'm creating views using SQL Developer and noticed quickly that under some circumstances my comments were disappearing when I saved the view. What I mean is that I would save a view and the next time I went to edit it the comment would be gone. Further research revealed the following:
CREATE OR REPLACE MY_VIEW
AS
-- THIS COMMENT WILL DISAPPEAR WHEN I SAVE THIS VIEW
SELECT *
FROM MY_TABLE
CREATE OR REPLACE MY_VIEW
AS
SELECT *
-- THIS COMMENT WILL NOT DISAPPEAR WHEN I SAVE THIS VIEW
FROM MY_TABLE
Can you really not have any comments before the first keyword in a view?
Any information you can share will be appreciated.
Carl

Hi Carl,
Another way with DBMS_METADATA.GET_DDL, e.g,
SQL> set serveroutput on
SQL>
SQL> CREATE OR REPLACE VIEW vw AS (
  2     -- some comment
  3     SELECT
  4        dummy
  5     FROM dual
  6     );
View created
SQL> begin
  2    dbms_output.put_line( dbms_metadata.get_ddl('VIEW','VW','SYS') );
  3  end;
  4  /
  CREATE OR REPLACE FORCE VIEW "SYS"."VW" ("DUMMY") AS
   -- some comment
   SELECT
      dummy
   FROM dual
PL/SQL procedure successfully completedRegards,
Christian Balz

Similar Messages

  • TS3354 Cannot downloading TV movies. Itune attempts download but then freezes after about 1 minute into the download.  Download status first states video will take 37 then 45 hours to download

    Cannot downloading TV movies. Itune attempts download but then freezes after about 1 minute into the download.  Download status first states video will take 37 then 45 hours to download. My computer more than meets the minimum requirement for HD downloads...not sure about the HDCP  capability

    Hi 1611kjb,
    Please refer to the solution mentioned in the following threads :
    http://forums.adobe.com/message/5396792#5396792
    http://forums.adobe.com/message/5409050#5409050

  • After installing lion , cannot play in viewer without first rendering

    will not play in the viewer without first rendering ?

    Hi, yes and I have tried everything to view it in the timeline without having to render, drfiving me crazy, before installing lion, the lines were blue and alowes you to edit while rendering i guess in the background ?  do you have the answer .. please
    Maurice

  • Again on "call to this must be first statement in constructor"

    Hi, I've spent the last hour reading tons of docs & threads about the "call to this must be first statement in constructor" problem, but I still cannot work it out.
    Here is the code
         public Orologio(String s)
              StringTokenizer exploder=new StringTokenizer(s,":",false);
              this(Integer.parseInt(exploder.nextToken()),Integer.parseInt(exploder.nextToken()));
              }Well, I know this..() must be the first line in the method, but I need to parse my input string before passing the parameters to the Orologio(int,int) constructor!
    Thankyou!

    You could define an initialization method:private void init(int a, int b) {
        ... your initialization code that was in your constructor...
    public Orologio(String s) {
        StringTokenizer exploder=new StringTokenizer(s,":",false);
        init(Integer.parseInt(exploder.nextToken()),Integer.parseInt(exploder.nextToken()));
    public Orlogio(int a, int b) {
        init(a, b);
    }However, make sure it is the responsability of this class to handle String as constructor parameter. Maybe you should force the client to tokenize the string and provide integer values to the constructor (and then get rid of the Orologio(String s) constructor.)

  • Any idea why super() and this() needs to be first statement

    Java recommends super() and this() to be the first statement to be used.why this design constraint is imposed?
    This imposes one more restriction
    where super() and this() cannot be used at the same time?
    how this constraint is useful.
    for eg:
    class A
         A(int a)
         System.out.println("A(int)");
         A(int a,int b)
         System.out.println("A(int,int)");
    class B extends A
         B()
              super(1);
              System.out.println("B()");
         B(int i)
              this();
              super(1,1);//compile-error :must be first statement
    the above eg may be a bad design,but are the constraints imposed for this purpose?or anything else?

    To make sure that the constructor is the first thing that runs, and to make sure >the super instance is completely constructed before we do anything with the >child instance.
    Both these go toward having the object be in a consistent, valid state.I accept the point,but considering the code part
    B()
       //super(1);
    System.out.println("B()");
    B(int i)
    super(1,1);
    this();
    }in above super instance will be constructed first followed by this().
    but this() cannot be used as second statement???
    I feel ,this is because this() in turn calls the super constructor again?to restrict this constraint made?is it something like that?

  • How to reset View Object row state to Unmodified

    Hi,
    My requirement is as follows. In my home page, I have a table listing master records with links to a master detail page. In this master detail page, the master is displayed in a form, and details in an editable table. There is also a button that is used to "Add 5 New Detail Rows". User will use this button to add multiple new detail records for insertion.
    Anyway, when user visits this master detail page, I should also programmatically add 5 new detail rows. For this, I define a custom method in the master view object class (called add5MoreRows()...see below), define the binding to this custom method and add invokeAction executable in the page definition.
    public void add5MoreRows() {
    DlistHdrVORowImpl row = (DlistHdrVORowImpl) getCurrentRow();
    createMoreLineDetailRows(row, 5);
    // Need to reset the master row state to Unmodified
    public void createMoreLineDetailRows(DlistHdrVORowImpl row, int howMany) {
    RowSet detailRowSet = (RowSet) row.getDlistLnVO();
    for (int i=0;i<howMany;i++) {
    Row detailRow = detailRowSet.createRow();
    detailRowSet.insertRow(detailRow);
    detailRow.setNewRowState(Row.STATUS_INITIALIZED);
    The problem here is when I add these detail records, ADF sets the master record to "dirty". My question is how do we reset the state of the master view object row to "Unmodified".

    Frank,
    That's my first thought. But I cannot find STATUS_UNMODIFIED in View Object. I understand the status can be set in Entity Object. How do we get ahold of Entity Object from View Object?
    Thanks.
    Message was edited by:
    user489605

  • JdbcRowSetXImp (..): SET TRANSACTION must be first statement of transaction

    Hi.
    Im running JSC created application and getting in the log file this messages:
    [date & time] warning (24167): CORE3238: stderr: JdbcRowSetXImpl (setTransactionIsolation): [Sun][Oracle JDBC Driver][Oracle]ORA-01453: SET TRANSACTION must be the first statement of transaction
    As you may see, Im using JSC JDBC drivers. Im running on Sun One Web Server version 6.1 sp2 on Linux RedHat 3Ent. The application was builded with JSC me with latest patch applied.
    It seems a bug in the JdbcRowSetXImpl.
    Has someone similar problem?
    Regards.

    Hi John.
    This message is present on all log file a few days after the application began in production use, almost a month ago.
    The only change done in the configuration few days after the app was deployed was "Guarantee Isolation Level" in the JDBC connection pool configuration, switched from OFF to ON.
    Yesterday I turn OFF again and have no more messages about SET TRANSACTION...
    I guess that the SET TRANSACTION is issued two times, one by the web server before giving the connection to the app then by the row set impl.
    I will let you known if the messages appears again (I guess not).
    Regards.

  • Creating view containing case statements received error ORA-22992

    We have a create view referencing table through dblink. The select statement in the create view has case statements, when running the Select statement alone, results are return. However, when executing the create view, it returns:
    SQL Error: ORA-22992: cannot use LOB locators selected from remote tables
    22992. 00000 - "cannot use LOB locators selected from remote tables"
    *Cause:    A remote LOB column cannot be referenced.
    *Action:   Remove references to LOBs in remote tables.
    One of the source table has LOB column but not in the select statement. The strange thing is when removing the case statement from the select, create view works fine. Can anybody tell me what caused the error and how to fix it?
    Create View Snippet:
    CREATE OR REPLACE VIEW "ABC"."XYZ" (....
    AS SELECT
    CASE
    WHEN A.OUTAGE =1
    THEN 'Y'
    ELSE 'N'
    END AS OUTAGE,
    FROM
    TABLEA@XXXX A
    LEFT JOIN TABLEB@XXXX B
    ON
    A.LOC =B.LO
    AND A.SITE =B.SITE
    WHERE
    A.CLASS ='CUSTOMER'
    AND A.PLUSSISGIS =1;

    What is your 4 digit Oracle version?
    Try rewriting the query to not use ANSI SQL92 joins. I found a link where this solved a problem similar to yours.
    DBLink problem ORA-22992
    >
    But, look at this curious thing: I re-write the query as follows:
    SELECT A.ID, A.ID_REF, A.EVENDATE, B.DESCRIPTION
    FROM A@ORCL A, B@ORCL B
    WHERE A.ID_REF = B.ID_REF;
    and it works fine... It seems like Oracle don't like the ANSI SQL92...
    >
    Several similar links by googling: 'SQL Error: ORA-22992'
    http://www.dbuggr.com/smallwei/solution-error-ora-22992-lob-locators-selected-remote-tabl/
    >
    Fixing ORA-22992 “cannot use LOB locators selected from remote tables” error
    You have migrated your Oracle 9i database to 10g and a distributed statement which worked fine in 9i now is getting error ORA-22992 “cannot use LOB locators selected from remote tables”. Even though the related remote table(s) does not contain any LOB column datatype.
    FIX:
    There is a bug on 9i,10g, and 11g that is related to this error. It is being fixed in 11.2. It can also be backported for previous 9i, 10g and 11g releases under the latest patchsets.
    You may also do a workaround as follow:
    Modify the affected SQL by adding the TO_CHAR function. For example:
    -- Original SQL:
    SELECT NVL2('a', 'b','c' ) FROM dual@remote_db;
    -- Modified SQL:
    SELECT TO_CHAR(NVL2('a','b','c')) FROM dual@remote_db;
    >
    See if that helps.

  • Downloaded the recent update, now I cannot sync photos nor view my photos on my phone.

    Downloaded the recent update, now I cannot sync photos nor view my photos on my phone. Push the photo app button and it pops up then off.

    Try this:
    First create an empty folder...no photos in it...now, connect your phone and under the photos tab select sync photos & select this folder. Since there is nothing in it, no photos will be added to your phone, but hopefully this will remove the photos that are on your phone.

  • Can create view, but cannot create table / materialized view: Xpath is null

    Hi all,
    We recently moved some XML documents into the database in an XMLType column and want to query the data. I've been writing some queries and turning them into materialized views. I got to one query, and something really strange is happening. My query returns the expected results, but I am getting an error when I try to create a materialized view out of it. Even stranger, I can create a view out of it, and I can manually insert its data into an existing table, but I cannot create a materialized view out of it and I cannot create a table out of it. Here is a brief summary, please let me know if anyone has suggestions.
    Issuing the following commands fails in SQLDeveloper
    -- Creating a materialized view out of the query fails:
    create materialized view element REFRESH COMPLETE ON DEMAND as [query];
    Error at Command Line:1 Column:1 SQL Error: ORA-31063: XPath compilation failed: Xpath is null.
    -- Creating a table out of the query with the following shortcut fails:
    create table element as [query];
    Error at Command Line:1 Column:1 SQL Error: ORA-31063: XPath compilation failed: Xpath is null.
    Issuing the following commands in SQLDeveloper works fine:
    -- Creating a view out of the query works:
    create or replace view element as [query];
    -- Creating a blank table from the query and then inserting data works:
    create table element as select * from [query] where 1 = 2;
    insert into element select * from [query];
    Here is a simplified version of the query...
    I have changed the names around, and cut the query down so maybe it will be a little easier to understand. I did confirm that this query is also having the same symptoms described above. Since I changed the names, executing the query returns no results. However creating a materialized view out of the query still fails with the 'Xpath is null' error.
    create materialized view element REFRESH COMPLETE ON DEMAND as
    select
    m.resource_id,
    xml.*
    from metadata_sources m,
    xmltable(
    'for $i in /metadata/app//*[(self::elem1 or self::elem2) and (parent::form or parent::subform)]
    let $formName := if($i/parent::subform) then $i/../../@name else $i/../@name
    let $subformName := if($i/parent::subform) then $i/../@name else ""
    return <data
    appId="{$i/ancestor::app[1]/idField}"
    formName="{$formName}"
    subformName="{$subformName}"
    elemName="{$i/@name}"></data>' passing m.xml_content
    columns
    app_id NUMBER path '@appId',
    form_name VARCHAR2(50 char) path '@formName',
    subform_name VARCHAR2(50 char) path '@subformName',
    elem_name VARCHAR2(50 char) path '@elemName'
    ) xml;
    Edited by: user11949534 on Feb 22, 2013 1:55 PM

    As far as creating a structured index, I was under the impression that I would need to then register an XSD. No, you can use it without an XML schema.
    How about a regular relational view, with an underlying xml index?
    That way you also eliminate the need for an explicit refresh step as you would then be querying real-time data, as if it were relational data.
    For example :
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> create table tmp_xml of xmltype ;
    Table created.
    SQL> insert into tmp_xml values (
      2    xmlparse(document '<root><item id="1">ABC</item><item id="2">DEF</item></root>')
      3  ) ;
    1 row created.
    SQL> insert into tmp_xml values (
      2    xmlparse(document '<root><item id="3">GHI</item><item id="4">JKL</item></root>')
      3  ) ;
    1 row created.
    SQL> create or replace view tmp_xml_v as
      2  select x.item_id, x.item_val
      3  from tmp_xml
      4     , xmltable(
      5         '/root/item' passing object_value
      6         columns item_id  number      path '@id'
      7               , item_val varchar2(3) path '.'
      8       ) x
      9  ;
    View created.
    SQL> create index tmp_xml_sxi on tmp_xml (object_value)
      2  indextype is xdb.xmlindex
      3  parameters (q'#
      4  XMLTABLE tmp_xml_xtb '/root/item'
      5  COLUMNS item_id  number      path '@id'
      6        , item_val varchar2(3) path '.' #'
      7  ) ;
    Index created.
    SQL> exec dbms_stats.gather_table_stats(user, 'TMP_XML');
    PL/SQL procedure successfully completed.
    SQL> set autotrace on explain
    SQL> set lines 200
    SQL> select * from tmp_xml_v ;
       ITEM_ID ITE
             3 GHI
             4 JKL
             1 ABC
             2 DEF
    Execution Plan
    Plan hash value: 4168126828
    | Id  | Operation                    | Name                   | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT             |                        |     4 |   164 |     3   (0)| 00:00:01 |
    |   1 |  NESTED LOOPS                |                        |       |       |            |          |
    |   2 |   NESTED LOOPS               |                        |     4 |   164 |     3   (0)| 00:00:01 |
    |   3 |    INDEX FULL SCAN           | SYS_C009273            |     2 |    34 |     1   (0)| 00:00:01 |
    |*  4 |    INDEX RANGE SCAN          | SYS30366_30367_OID_IDX |     2 |       |     0   (0)| 00:00:01 |
    |   5 |   TABLE ACCESS BY INDEX ROWID| TMP_XML_XTB            |     2 |    48 |     1   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       4 - access("TMP_XML"."SYS_NC_OID$"="SYS_SXI_0"."OID")

  • Installed iTunes 11.4.0 and cannot find how to view files created by apps or screen displays for moving icons.  Where did it go?

    I recently installed iTunes 11.4.0 and cannot find how to view the files created by some apps on my iPhone (and iPad).  There appears to be no way to view them as there was in the previous version.  Also can't view screens and icon positons to manipulate them in iTunes.  Any one no how to find them, or if they have been purposely removed from 11.4.0?

    First, take a deep breath ... enjoy life.
    Upgrade to the latest version 1.4.1. It's a free upgrade. It however will not alleviate your frustrations.
    You can move a directory in Lr by clicking and dragging to a new location within the Folders panel. To create a new folder on a new drive ensure that no folders are selected (hint: click All Photographs in the Catalog panel) then click the + icon in the Folders panel. You will be presented with a dialog to choose or create a new folder.
    To move selected photos to a new directory first select the images then right click the destination folder. You will be presented with several options including moving to the destination folder or creating a new folder under the destination folder.
    You can also move images outside of Lr. Review these links:
    http://www.adobeforums.com/webx/.3bc42055
    http://livedocs.adobe.com/en_US/Lightroom/1.0/help.html?content=WS46FF9C0B-36EA-4271-B1D0- 07B6B46EE011.html
    http://photo.net/bboard/q-and-a-fetch-msg?msg_id=00NqWO
    http://luckhurst.wordpress.com/2007/08/21/lightroom-with-an-external-hard-drive/

  • Call to super must be first statement

    I'm new to Java and I have a question regarding super(). I'm implementing a design where we have a custom exception which extends Exception. The design calls for null messages to lead to throwing an IllegalArgumentException, but Exception's constructor does not throw an IllegalArgumentException for a null message.
    Here is what I want to do, but not allowed to since super must be the first statement in the constructor:
    public CustomException(String message) {
        if (message == null) {
            throw new IllegalArgumentException("message cannot be null.");
        super(message);
    }I could call super first and then throw an exception if the message is null, but that doesn't seem like a good solution.

    public CustomException(String message) {
        super(nullCheck(message));
    static String nullCheck(String message) {
        if (message == null) {
            throw new IllegalArgumentException("message cannot be null.");
        return message;
    }

  • "XI demo examples must be configured before first use"

    Trying to execute the "Checking Flight Seat Availability" (Proxy-to-Proxy Communication) in Client 105 but there seems to be a problem. A new SAP screen states "XI demo examples must be configured before first use, Read the documentation under Help - Application Help", and unfortunately there is no content in the Help either. I am 100% sure that the example have been properly configured according to the Configuration Guide but obviously I have missed something. The BSP application in the SAP system of the Integration Server (client 105) has been activated.

    Hi,
    please check the following link.
    http://help.sap.com/saphelp_erp2005/helpdata/en/ae/fd773f12f14a18e10000000a114084/frameset.htm
    Please note the following points from SAP help. please note the sentence in bold wich states that you must create the configuration objects yourself. Since different customers have different requirements in an integration scenario, Integration Directory content is not shipped. It is the task of consultants and administrators to configure the data in the Integration Directory at the customer site
    The features of the demo examples include several complete integration scenarios and comprise the following parts:
    ·        Design objects in the Integration Repository
    The design objects are defined and shipped by SAP.
    ·        Configuration objects in the Integration Directory
    You must create the configuration objects yourself. SAP provides comprehensive recommendations to help you.
    ·        Example applications
    SAP has implemented example applications for the communication parties involved. These example applications also contain user interfaces. You use these to execute the demo examples.
    ·        Configuration guide
    Detailed configuration instructions for the standard configuration recommended by SAP are available for the demo examples. These describe all the steps required to configure the demo examples in detail. A basic knowledge of Process Integration is sufficient to be able to make the relevant configuration settings.
    ·        Documentation
    Besides the detailed configuration instructions, additional documentation is also available. This also describes how to use the individual demo examples and explains the technical concepts addresse
    Please award points for helpful answer.
    thanks
    sharmistha

  • Incorrect Nesting, before the statement ENDFUNCTION

    Hello:
    I have this simple ABAP program, but I don't seem to make it work:
    FUNCTION Z_SAP_GET_CREDIT.
    ""Interfase local
    *"  IMPORTING
    *"     VALUE(CLIENT_ID) TYPE  Z_CLIENT_ID OPTIONAL
    *"  EXPORTING
    *"     VALUE(CREDIT_LIMIT) TYPE  STRING
    *"     VALUE(CONDITIONS) TYPE  STRING
    *"  EXCEPTIONS
    *"      USER_DOES_NOT_EXIST
    TYPES: BEGIN OF credit_eq_type,
             WEBTR  TYPE string,
             ZTERM  TYPE int4,
           END OF credit_eq_type .
    DATA: credit_eq TYPE credit_eq_type.
    SELECT SINGLE *
    FROM KNB1
    INTO CORRESPONDING FIELDS OF credit_eq
    WHERE KUNNR = CLIENT_ID.
    *CREDIT_LIMIT = credit_eq-WEBTR.
    ENDFUNCTION
    I get this error:
    Incorrect Nesting, before the statement "ENDFUNCTION", the structure introduced by SELECT must conclude with "END SELECT"
    I've done selects before and it wasn't needed.... what is this?
    Thanks
    Alex

    Even though you are specifying SELECT SINGLE * in your code, you are not providing the full key of KNB1 which also includes company code BUKRS. So system expects either a ENDSELECT or your INTO statement to be followed by TABLE itab instead of just INTO strcuture. That is why you got this error. So either do option 1 or 2 as follows.
    <u>Option 1</u>
    TYPES: BEGIN OF credit_eq_type,
             WEBTR LIKE KNB1-WEBTR,
             ZTERM LIKE KNB1-ZTERM,
           END OF credit_eq_type .
    DATA: credit_eq TYPE TABLE OF credit_eq_type with header line.
    SELECT SINGLE webtr zterm FROM KNB1
                              INTO TABLE credit_eq
                             WHERE KUNNR = CLIENT_ID.
    *CREDIT_LIMIT = credit_eq-WEBTR.
    <u>Option 2</u>
    TYPES: BEGIN OF credit_eq_type,
             WEBTR LIKE KNB1-WEBTR,
             ZTERM LIKE KNB1-ZTERM,
           END OF credit_eq_type .
    DATA: credit_eq TYPE credit_eq_type.
    SELECT webtr zterm FROM KNB1 UP TO 1 ROWS
                       INTO credit_eq
                      WHERE KUNNR = CLIENT_ID.
    ENDSELECT.
    *CREDIT_LIMIT = credit_eq-WEBTR.
    <u>Option 3</u>
    TYPES: BEGIN OF credit_eq_type,
             WEBTR LIKE KNB1-WEBTR,
             ZTERM LIKE KNB1-ZTERM,
           END OF credit_eq_type .
    DATA: credit_eq TYPE credit_eq_type.
    SELECT SINGLE webtr zterm FROM KNB1
                              INTO Credit_eq
                             WHERE KUNNR = CLIENT_ID
                               AND BUKRS = <either constant
    or another import parameter from the function module>.
    *CREDIT_LIMIT = credit_eq-WEBTR.
    3rd option is the best one if you have BUKRS. In the case where you don't have BUKRS, use the option 1. Option 2 is least efficient. <b>But in any case, please do not use SELECT * with INTO CORRESPONDING FIELDS when you need only two fields. Instead specify the fields AND yes you cannot use INTO with incompatable fields. They have to be compatible.
    Srinivas
    Message was edited by: Srinivas Adavi

  • I updated to v4. When I try to view my bank statement, a "blank tab opens". I tried several things and none worked. I re-installed v3 and it works just fine. Why am I having this problem in v4?

    The file is a .pdf. My bank lets me "view" my monthly statement. It opens in Adobe, and I save the file. Since I updated to v4, all I get is a blank tab. I updated Adobe Reader and the Adobe plug in. Still get a blank tab. I un-installed v4 and installed v3.6.1.6 and it works just fine. I'd like to use v4, if I could get this problem solved. Any help would be appreciated. Thank You.

    Did you post from the system that has the problem? (Your "More System Details" list shows Flash 11.7 instead of 11.8 for some reason.)
    This is some standard guidance that addresses the most common issues with Flash in Firefox. I'm sure you've seen some of it before, but just in case:
    (1) Make sure all recorders/downloaders that interact with Flash media are as up-to-date as possible, or disable them.
    (2) Disable hardware graphics acceleration in Firefox and in Flash ''(I see from your post that you've done this part)''
    (A) In Firefox, un-check the box here and restart:
    orange Firefox button (or Tools menu) > Options > Advanced > General > "Use hardware acceleration when available"
    (B) In Flash, see this support article from Adobe: http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues
    (3) Disable protected mode (Windows Vista/7/8)
    See this support article from Adobe under the heading "Last Resort": [http://forums.adobe.com/message/4468493#TemporaryWorkaround Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]

Maybe you are looking for

  • Reformatte​d Clean install. NEED HELP

    Hi everyone my old HDD Crashed and i bought a new one, I Did a fresh install of windows 7 and now my FN + F Keys wont work, For example when i press FN + F5 i dont get anything before i used to get a screen to turn on bluetooth and stuff. Im frustrat

  • Zen neeon prob

    Hi, I've been using Creative Zen Neeon GB for about ,5 month, but I've been experiencing a problem since i bought it. My mp3 player doesn't work correctly. It's often (getting more often these days) turning off just after "Please wait" warning while

  • Paying for Ringtones?

    This has to be a mistake. I paid $200 for this Iphone 3GS and now I pay $25 a month for service. So now I have to pay for Ringtones??? Why. Is this greed or what??

  • Interesting discussion about Oracle RAC

    Hi Pros, I have 12 servers for database and 2 storages and 2 10Gb switches for interconnect. I organized them into 3 group of servers (RAC dataguard system) that each contains 4 servers where 2 nodes for primary RAC and 2 nodes for standby RAC. Here,

  • 4.5Mb/s download speed on a 20Mb/s whats gives choked ouT???

    Sup world, I think you can see my specs below, not sure this is my first post. I have a Cisco Valet i bought a few months ago. I used to use it with my windows pc and my roomate uses it with his windows pc and his 2009 macbook pro. All of those machi