strange behavior with access Internet and e-mail through D6300 AC1600

NOTE: When creating this post 'Model' box doesn't let me choose my modem model, it was not an option so I picked one at random! My current modem is the AC1600.

I hope someone can help with this problem.

Modem works fine, Internet access is very good.

My my email on new servers migrated hosting service yesterday now I have strange problems with access to electronic mail.

I can access e-mail very well on my phone via 4G.

Unable to access from any device on my network, e-mail, webmail or outlook or messaging.

If my phone is on the network, it cannot access email either.

I can ping the e-mail servers and my domain OK from any device

DNS resolves the addresses OK

As several devices on the network have difficulty then it is network and/or router associated

I think a factory reset on the modem as a last resort.

It's only a problem for e-mail server migration.

Outlook is saying: the connection to the server has been lost

Outlook cannot configure the IMAP account automatically.

When I try manually it says that the server does not support the encryption type (the one provided by the service of the host).

My companion said that it works OK on hisnetwork.

Ahhhh, would you believe? After a factory reset of the router and troublehshooting hours I managed to contact my hosting service (I usually go through the dealer) and they said that my IP address has been blocked due to many failed attempts to connect to my CPanel! I had encountered a problem with the password CPanel and who had put on the side so I fixed the problem of e-mail! Heck, who would have guessed that they were related?

Thanks for your help!

Tags: Netgear

Similar Questions

  • Strange behavior with V$ PDB and CDB_SEGMENTS views of Oracle 12 c

    Hello

    I am trying to run a query between the CDB_SEGMENTS and the views V$ PDB on the container ROOT, but I have a strange behavior:

    SQL*Plus: Release 12.1.0.1.0 Production on Fri Sep 6 12:33:25 2013
    
    Copyright (c) 1982, 2013, Oracle. All rights reserved.
    
    
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    
    SYS@orcl12c 06.09.2013> show con_id
    
    CON_ID
    ------------------------------
    1
    SYS@orcl12c 06.09.2013> show con_name
    
    CON_NAME
    ------------------------------
    CDB$ROOT
    SYS@orcl12c 06.09.2013> SELECT B.NAME
     2 , A.CON_ID
     3 , A.TABLESPACE_NAME
     4 FROM CDB_SEGMENTS A
     5 INNER JOIN V$PDBS B
     6 ON B.CON_ID=A.CON_ID;
    
    no rows selected
    
    SYS@orcl12c 06.09.2013 12:34:17> SELECT B.NAME
     2 , A.CON_ID
     3 , A.TABLESPACE_NAME
     4 FROM CDB_TABLESPACES A
     5 INNER JOIN V$PDBS B
     6 ON B.CON_ID=A.CON_ID;
    
    NAME CON_ID TABLESPACE_NAME
    ------------------------------ ---------- ------------------------------
    PDB$SEED 2 SYSTEM
    PDB$SEED 2 SYSAUX
    PDB$SEED 2 TEMP
    PDBORCL 3 SYSTEM
    PDBORCL 3 SYSAUX
    PDBORCL 3 TEMP
    PDBORCL 3 USERS
    PDBORCL 3 EXAMPLE
    ...
    
    23 rows selected.
    
    SYS@orcl12c 06.09.2013> SELECT *
     2 FROM TABLE(DBMS_XPLAN.DISPLAY_CURSOR('asa03y45g99zb'));
    
    PLAN_TABLE_OUTPUT
    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    
    SQL_ID asa03y45g99zb, child number 0
    -------------------------------------
    SELECT B.NAME , A.CON_ID , A.TABLESPACE_NAME FROM
    CDB_SEGMENTS A INNER JOIN V$PDBS B ON B.CON_ID=A.CON_ID
    
    Plan hash value: 3590150304
    
    -------------------------------------------------------------------------------------------------------------------------------------------
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Pstart| Pstop | TQ |IN-OUT| PQ Distrib |
    -------------------------------------------------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | | | | 1 (100)| | | | | |
    | 1 | NESTED LOOPS | | 333 | 14985 | 0 (0)| | | | | |
    |* 2 | FIXED TABLE FULL | X$CON | 2 | 30 | 0 (0)| | | | | |
    | 3 | PX COORDINATOR | | | | | | | | | |
    | 4 | PX SEND QC (RANDOM) | :TQ10000 | 167 | 5010 | 0 (0)| | | Q1,00 | P->S | QC (RAND) |
    | 5 | PX PARTITION LIST AND | | 167 | 5010 | 0 (0)|KEY(AP)|KEY(AP)| Q1,00 | PCWC | |
    |* 6 | FIXED TABLE FIXED INDEX| X$CDBVW$e7cdf8a6 (ind:11) | 167 | 5010 | 0 (0)| | | Q1,00 | PCWP | |
    -------------------------------------------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
     2 - filter(("CON_ID">1 AND "INST_ID"=USERENV('INSTANCE')))
     6 - filter("CON_ID"="CON_ID")
    
    
    25 rows selected.
    
    SYS@orcl12c 06.09.2013> select con_id,count(*) from cdb_segments group by con_id;
    
     CON_ID COUNT(*)
    ---------- ----------
     1 5795
     4 4397
     3 3923
     2 3401
    
    4 rows selected.
    

    Basically, I would like to display the container_name of segments within all PDB files, but the join between CDB_SEGMENTS and views of V$ PDB does not work (lines 20-25) pending the join between CDB_TABLESPACES and V$ PDB works very well (lines 29-34). I've posted the execution plan (lines 50-82).

    You have ideas about this behavior?

    Thank you in advance,

    Arnaud.

    Hello

    Not 100% sure that this is a bug or just something about the way containers works now - however this select seems to work OK:

    SELECT B.NAME, A.CON_ID, A.TABLESPACE_NAME

    OF CDB_SEGMENTS, V$ PDB B

    where to_char (B.CON_ID) = to_char (A.CON_ID)

    See if it works for you too?

    See you soon,.

    Harry

  • strange behavior with script times

    Hi all

    I have strange behavior with one of my scripts, and I can't understand where is the problem.

    Before you post the code, here's the principle.

    My form has two fields of time: "Time of Injection" and "Post injection time.

    The script runs when the output of "injection time" event and look if the injection time is before time "post injection.

    Here is my code:

    //get the value of the field "Injection time"
    var injection = this.formattedValue;
    
    //create an new Date object
    var injectionTime = new Date();
    
    //split the string to get the HH MM and SS values of the formattedValue (HH:MM:SS)
    var injectionTimeHoursString = injection.substr(0,2);
    var injectionTimeMinutesString = injection.substr(3,2);
    var injectionTimeSecondsString = injection.substr(6,2);
    
    //parse the strings into integer
    var injectionTimeHoursInt = parseInt(injectionTimeHoursString);
    var injectionTimeMinutesInt = parseInt(injectionTimeMinutesString);
    var injectionTimeSecondsInt = parseInt(injectionTimeSecondsString);
    
    //set the integer values into my Date object
    injectionTime.setHours(injectionTimeHoursInt, injectionTimeMinutesInt, injectionTimeSecondsInt,0);
    
    
    //do the same for the other time field "Post injection time"
    var post = post_injection.post_time.formattedValue;
    var postTime = new Date();
    var postTimeHoursString = post.substr(0,2);
    var postTimeMinutesString = post.substr(3,2);
    var postTimeSecondsString = post.substr(6,2);
    var postTimeHoursInt = parseInt(postTimeHoursString);
    var postTimeMinutesInt = parseInt(postTimeMinutesString);
    var postTimeSecondsInt = parseInt(postTimeSecondsString);
    postTime.setHours(postTimeHoursInt, postTimeMinutesInt, postTimeSecondsInt,0);
    
    
    //calculate the difference between both
    var diff = postTime.getTime() - injectionTime.getTime();
    
    //if the difference gives a negative result, display a message, empty the fields and set focus
    if(diff<0) {
         xfa.host.messageBox("The time of injection should be sooner than the time of post-injection activity measure.\n\nPlease re-enter correct times.","Incompatibility of times");
         this.rawValue = "";
         post_injection.post_time.rawValue = "";
         xfa.host.setFocus(post_injection.post_time);
    }
    

    The code seems to run pretty well... except with certain values.

    If postTime is 12:00

    and injetion is 12:04

    I get the error message and everything, so it's OK

    BUT

    When postTime is 12:00

    and injectionTime is 12:08

    No message! as if the difference was not negative! (the difference is zero...)

    When I display the time in a messagebox, 12:04 12:04:00 GMT blah blah... gives but 12:08 gives 12:00:00 GMT etc...

    same problem with 12:09, but not 12:10 for example...

    Any thoughts?

    Thank you.

    Thank you, but since I'm used to javascript, I'll stick to it.

    I understand the problem. It's a javascript with the ParseInt method bug!

    Check here: http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C85006A6604

    parseInt("08") = 0.

    How to lose 2 hours for a stupid bug...

  • Compare Dot1Q and QinQ with access ports and trunk?

    Hi all

    How do you compare Dot1Q and QinQ with access ports and trunk?

    Thank you

    Sunil Kumar

    Hey, Sunil,.

    With regard to your questions:

    1. we have a case of Dot1Q configured on the port of access of habit?  If not, then why? - Dot1q aims to tag executives leaving the switch and access is opposite, it does not therefore not used together marking.

    2. how the topology would be for QinQ case? - For QinQ as I mentioned in my last post one side will be set to while links to access than others. A simple example is explained on this link:http://networklessons.com/switching/802-1q-tunneling-q-q-configuration-example/

    HTH.

    Kind regards

    RS.

  • Problems with access to the blackBerry Smartphone Internet and e-mail?

    Hey everybody

    I just got my curve 8900 yesterday t-mobile, and I wondered why I couldn't access the internet and why I couldn't use my messages. Whenever I would try to resemble something upwards using the internet from my blackberry it woud still say something about the subscription. In addition, for messages there it would not allow me to send stuff only save drafts for her, that's why I used the SMS and MMS text to work around my messages. So PLEASE someone please help me understand this problem!

    Well, it's basically what I said earlier.

    The part of your contract with your operator voice covers some elements:

    • Voice
    • Voicemail
    • SMS/MMS
    • (I'm not sure - T-Mobile can give you the full list)

    The data item for your contract covers other elements:

    • Internet browser
    • E-mail
    • Applications that require internet access
    • (I know - T-Mobile can give you the full list)

    You will only receive what you contract for services. So, if you don't have a data contract with T-Mobile, you won't get these services.

    Contact T-Mobile and find out what your policy covers. If it covers the services to which you do not have access, it must be changed (since you're already paying for it). If it does not cover data and that you want these services, then you must add to your contract (for the $$$ they will charge).

  • Strange behavior with postGlobalEvent and eventOccurred()...

    Hello world

    I have a browser plugin for my application that will do two things:

    Firstly, when the BlackBerry browser is forwarded to a Web page with a particular MIME type, the browser plugin will say my application to go to the foreground. It works without any problem.

    Secondly, the browser plugin will display a global event at my request. My request, making use of eventOccurred(), will look for this event and the EC type-approval, it will execute an authorize() method that I have. This also works. However, I notice some strange behavior:

    The first time my application launches the BlackBerry browser and goes to the page specified (with a custom MIME type), everything works fine. If I had while my application to launch the browser and do it AGAIN, my authorize() method is running TWICE. If I open the browser of my application for the third time, so my authorize() method is started THREE times. See the model?

    .. .This is all this without leaving my application. If I had to leave and then start my application again, the 'sequence' prior would begin again. Thus, it seems that whenever x times that I repeat this process, the eventOccurred() method will receive x events.

    Here are a few snippets:

    public class Events {
        final public static int EVENT_AUTHORIZE = 1;
        final public static int EVENT_OTHER = 2;
    }
    
    manager.postGlobalEvent(pid, 0xCAFEBABE, 1, 0, null, null);
    
    public void eventOccurred(long guid, int event_type, int arg2, Object arg3,
                Object arg4) {
            if (guid == 0xCAFEBABE) {
                switch (event_type) {
                case Events.EVENT_AUTHORIZE:
                    authorize();
                    System.out.println("EVENT EXECUTION");
                    break;
                case Events.EVENT_OTHER:
                    break;
                }
            }
    
        }
    

    Can we see what is happening here? I've been "racking my brain" on this one for a while now...

    Thank you!

    "Thus, this can work any time the class is instantiated." The class is instantiated just before I open my browser".

    Application.getApplication().addGlobalEventListener(this);
    

    If you call the above (by instantiating your class) every time that you open the browser, applications to register this event listener again and again.

    If you're going to do it this way, make sure removeGlobalListener you when your application is done processing.

    "Can I make addGlobalListener when my application starts even if this class does not implement GlobalEventListener?"

    You can always have your UiApplication implement GlobalEventListener or just instantiate a new object that implements it in the constructor of your UiApplication.

  • Problem blackBerry Smartphones with the configuration of the internet and the mail (from France)

    Hey x)

    I just got my Blackberry yesterday (I'm of the France) with Universal Mobile - Bouygues Telecome, package blocked for BlackBerry.

    In this "package", I have SMS/mms, internet and unlimited emails.

    But I can't go to the internet, its does not work and when I'm trying to configure the email option in "advanced option", I don't have any kind of confirmation message.

    I tried the site but I got this error message:

    "Failed to create the account:

    This device BlackBerry (r) is not registered with your wireless service provider.
    Please register for this device and make sure that the URL of the web site current corresponds to
    one provided by your wireless service provider.
    To register:

    1. in the list of applications on your device, click on Options, or click Advanced Options.

    2. click on Advanced Options > host Routing Table.

    3. click on the Menu button, then click on register now.

    If the error persists, contact your wireless service provider. »

    And so, as I said, I've done this manipulation, but I don't have a confirmation when I put "host routing table.

    And in the configuration of the e-mail, I have just the professional thing.

    Can you help me please?

    Hello

    From what you describe, you will have to do exactly what it is say you - contact your service provider. Something is not right with your setup of BIS... and they control it.

    Good luck!

  • Strange behavior with the function «Help in command line»

    So I do a little playing with the opening of the files compiled help (.chm) with the command-line help feature, and I saw a strange behavior when trying to index multi-level access keywords. According to the documentation, if you set the 'Key' operation, you can enter a value for ' string to search for "to access this section. The more precise help that:

    If this string contains a keyword index, the string must match the key of the index as it appears in the help index file. To access a topic with a multilevel index keyword, enter the keyword of the top-level index, a colon and the keyword of the second level index. Do not separate the elements with spaces. For example, a chain of error codes: GPIB jumps about a subject with a keyword of top-level index of error codes and a second level keyword index of GPIB.

    All right, seems simple enough. Except that when I tried, I couldn't work, even with the example provided. I tried the following simple test:

    Opens the help file, but it opens to this page, not to the page ' error codes: GPIB "non-descript. I saw this in 8.2 and 8.6. Anyone have any success with access to a multi-level keyword?

    Note - side

    Curiously, the Index for the help lvconcepts.chm file looks like this:

    In other words, the input index text is just "GPIB", but the text that appears in the keyword field is "codes error, GPIB. I'm curious to know how this was accomplished. I decompiled the lvconcepts.chm file and watched the .hhk file, and it is not immediately obvious to me. (By the way, if you try to use "error codes, GPIB" it does not either).

    Hello

    Please contact National Instruments!
    It is a very strange behavior.  I tested out and seen the exact
    same results you are experiencing.  This was reported to R & D (AUTO ID # 130246) for further investigations.
    From what I can tell the a possible workaround solution that we have documented
    in the post of root Canal.  I can't continue to look into this in order
    to see if there is no other workaround solution or a reason why it is
    run in this way.  Thanks much for the feedback!  If
    you have any other questions on this subject please post them here.
    Have a great day!

  • BlackBerry smartphone how to set up internet and e-mail?

    Hello!

    I recently bought a BB 8300 BES (I guess) and West no way to configure it! All I can do is to activate email business (which I did not), and theres no option of browser or via e-mail (I can not add email accounts)! Is it possible to change to BIS? My ISP gave me all the info I have to configure my device, but I can't find where.

    Thanks a lot for your help!

    If your provider has only a BlackBerry of pay-per-use plan, not a data plan unlimited BlackBerry? When you talked to them how did say you must configure e-mail accounts?

    BES or BIS isn't the software, just the 2 types of plans you can choose from. With BIS, you can configure up to 10 personal email accounts, browse the internet and includes the package data unlimited (generally excluding text messaging). With this plan, your Inbox of your e-mail account synchronizes with a BlackBerry. All data must be synchronized via a wired connection with the Desktop Manager software. The price of this plan is usually about $30 (depending on your operator).

    BES has all of that with the addition of the messaging capability of installation on the device company. If your employer has a BES (BlackBerry Enterprise Server) all data allows to synchronize the BlackBerry wireless. The price of this plan is usually about $ 45 (depends on your operator).

  • Strange behavior with the PSD in Photoshop

    I am currently working with a two-page ID CS5.5 document. This is a CMYK document with CMYK images and grayscale.

    Strange behavior is the following: I have a gray levels (tiff) image that is repeated on the page 1 and page 2. This image looks completely different from page 1 to page 2. I have triple checked everything (opactiy, effects, etc.) and then I started to remove items from page 2 one by one.

    As I deleted a psd file all of a sudden all the images in grayscale on page 2 changed his appearance to match page 1. The PSD in question is also in CMYK with a transparent background. What the frack happens?

    I'm more concerned to know if it makes a difference when it goes to print, or if it's just weird screen in InDesign.

    Anyone who has heard of this or know why this happens - would like to hear from you.

    Thank you!

    I think it's simply because of full transparency on the page. Should not affect the production of gray images... but check in Acrobat.

    Mike

  • Strange behavior with the paths of the image

    All, morning

    I have a strange behavior going on with my image paths and I was wondering if someone might be able to identify what they think happens?

    On the relative paths of my model (.. / Images/example.jpg) work very well.

    However, on the pages of the child the same relative paths do not display images and so I had to remove the '... /' to get to work (ending up with Images/example.jpg).

    This is obviously not desirable that I'm going to manually tweak the child pages where the content of the combo box was copied directly from the model that works very well.

    Any ideas what might be up?

    Thanks in advance

    You have not yet entered the main directive of models, which is that only changes to the unchangeable in the model regions will be applied to the child pages.  If this were not true, then we could never put unique content on a child page!

    So - the diagram is as follows:

    1 create a template and save it.

    2. the model of a page child spawn.  The child page will be a 'identical' model copy.

    3. Add a unique content to the page of the child.  The child page is now more a copy of 'identical' of the model.

    4 change something in the part NOT MODIFIABLE from the model and save it - all child pages receive the change.

    5 change something in the EDITABLE model part and save it - no child pages do not receive the change.

    6 spawn a NEW page of the model, and it's still a copy of 'identical' AGAIN CHANGED model.

    See how it works?

  • Strange behavior with Scan function

    Hi, I see some weird behaviors with the scan function.  Here's a code (for Interactive execution) window which illustrates what I'm struggling with:

    #include 
    static double value;//    1234567890123456static char buffer[20] = "-  24.612 g    ?";
    static int scanneditems;
    static unsigned char sign, stable;
    static char unit[6];
    
    scanneditems = Scan(buffer, "%s>%c[u]%f%c[d]%s[w5y]%c[u]", &sign, &value, unit, &stable);
    

    The buffer I'm scanning has five parts.  The first character is a sign, the next 8 characters is a floating point number, then there is a space that just throw, then five characters is a string that describes the unit, and the last character is a question mark if the reading is unstable or a space otherwise.  The problem is with the last character.  When I run the above code, the value of the variable 'stable' is 32 (space), when I expect a 63 (question mark).  The other points seem to parse correctly, including the double value and the 'unit' char array that contains [g] [space] [space] [space] [space], which is exactly what I expect that it contains.

    It seems I'm missing something obvious, probably something to do with the way that the scan function manages the spaces, but I just can't understand what it is.  Thank you.

    I'm not sure about how Scan treats spaces, but if you check NumFmtdBytes () after the scan you see 12, which means that it has scanned only the 'g' (fill the rest of 'unit' with spaces according to the modifier there) and read the character immediately following the stability.

    This line correctly reads the entire string and returns bytes 16 analyses by the function, which is what is expected.

    scanneditems = Scan (buffer, "%s > %c [u] %f %c [d] %s [-w5t] [u] %c", & sign, & value, unit, & stable);

  • Strange behavior with mkdir ASMCMD

    First there is option no. - p with the mkdir command, as in Linux. To create multiple directories/subdirectories so I tried the following.

    asmcmd > mkdir arch/racdb1 + arch/racdb2 + racdb1/arch/archivelog + arch/racdb2/archivelog

    1. This creates the first three folders. But gives error on the last.

    Inline image 1

    Someone said do not use + sign. So tried this,

    2. tried still nothing does not.

    Inline image 1

    Once again creates first 3 folder but not the fourth. On the other hand, if I just try to create 3 directories/subdirectories in any order it works. Of course I have it in two separate commands, but I wondered why this strange behavior.

    But it worked for me in 11.2.0.3:

    ASMCMD > mkdir + DATA / has DATA + DATA/C / A / B + DATA/C/D

    ASMCMD > cd DATA

    ASMCMD > ls

    A /

    C /.

    ORCL.

    ORCL_P /.

    PEPSI.

    SERVICETEST.

    TEST /.

    vmrac-cluster.

    ASMCMD > cd A

    ASMCMD > ls

    B /

    ASMCMD > cd...

    ASMCMD > cd C

    ASMCMD > ls

    D /.

  • Strange behavior with videos...

    I have put 4 different videos in one page.

    Video01, Video02, etc.

    Each video has a personalized poster.

    But when a click Video04 the viewer of the iPad and Desktop Viewer plays Video03 or Video02

    Any advice?

    Fixed a problem.

    The film inside the frame was great as the frame causing this strange behavior.

    After use, "Fill the frame proportionally" everyting works perfectly.

    Thank you

  • Strange behavior with MIN MAX at the same time.

    Hi all

    I had a large table of 5100 K records. I created a Unique Index on a column:

    CREATE UNIQUE INDEX TRANS_ID_IDX on TRANS (TRANS_ID);

    When I asked the Table with this these two applications:

    Select min (trans_id) in trans;
    Select max (trans_id) in trans;

    The execution Plan shows INDEX FULL SCAN (MIN/MAX) and the performance is really quickly (0.01 sec) because the optimizer chooses get the value of the index, of course.

    But now, if I ask the table with two operators:

    Select max (trans_id), min (trans_id) in trans;

    I got:

    TABLE ACCESS FULL and indeed it's really slow to get my answer (9 seconds).

    Even if they are shown a suspicion in my request, it does not:

    Select / * + INDEX (TRANS TRANS_ID_IDX) * / max (trans_id), minutes (trans_id) from trans; == > always TABLE FULL ACCESS!

    So why the optimizer does not use INDEX FULL SCAN (MIN/MAX) to the query when the min and max are both both in the query?

    My database is 11.1.0.7 (with the last batch of patches) on Win XP

    Concerning

    SomeoneElse says:
    ... My order_line_detail table has about 42 M lines. order_line_detail_id is the primary key.
    ..

    Primary key does the trick here, or even NOT NULL column definition.

    SQL> drop table dingostar;
    
    Table dropped.
    
    SQL> create table dingostar (id number);
    
    Table created.
    
    SQL> insert into dingostar select rownum as id from dual connect by level <= 5000;
    
    5000 rows created.
    
    SQL> create index dingostar_idx on dingostar(id);
    
    Index created.
    
    SQL> explain plan for
      2  select max(id),min(id) from dingostar;
    
    Explained.
    
    SQL> select * from table(dbms_xplan.display);
    
    PLAN_TABLE_OUTPUT
    ---------------------------------------------------------------------------------------
    Plan hash value: 1182922403
    
    --------------------------------------------------------------------------------
    | Id  | Operation          | Name      | Rows  | Bytes | Cost (%CPU)| Time     |
    --------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT   |           |     1 |    13 |     5   (0)| 00:00:01 |
    |   1 |  SORT AGGREGATE    |           |     1 |    13 |            |          |
    |   2 |   TABLE ACCESS FULL| DINGOSTAR |  5000 | 65000 |     5   (0)| 00:00:01 |
    --------------------------------------------------------------------------------
    
    Note
    -----
       - dynamic sampling used for this statement
    
    13 rows selected.
    
    SQL>
    SQL> drop table dingostar;
    
    Table dropped.
    
    SQL> create table dingostar (id number primary key);
    
    Table created.
    
    SQL> create index dingostar_idx on dingostar(id);
    create index dingostar_idx on dingostar(id)
                                            *
    ERROR at line 1:
    ORA-01408: such column list already indexed
    
    SQL> insert into dingostar select rownum as id from dual connect by level <= 5000;
    
    5000 rows created.
    
    SQL> explain plan for
      2  select max(id),min(id) from dingostar;
    
    Explained.
    
    SQL> select * from table(dbms_xplan.display);
    
    PLAN_TABLE_OUTPUT
    ---------------------------------------------------------------------------------------
    Plan hash value: 528434344
    
    -------------------------------------------------------------------------------------
    | Id  | Operation             | Name        | Rows  | Bytes | Cost (%CPU)| Time     |
    -------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT      |             |     1 |    13 |     5   (0)| 00:00:01 |
    |   1 |  SORT AGGREGATE       |             |     1 |    13 |            |          |
    |   2 |   INDEX FAST FULL SCAN| SYS_C007051 |  5000 | 65000 |     5   (0)| 00:00:01 |
    -------------------------------------------------------------------------------------
    
    Note
    -----
       - dynamic sampling used for this statement
    
    13 rows selected.
    
    SQL>
    SQL> drop table dingostar;
    
    Table dropped.
    
    SQL> create table dingostar (id number not null);
    
    Table created.
    
    SQL> create index dingostar_idx on dingostar(id);
    
    Index created.
    
    SQL> insert into dingostar select rownum as id from dual connect by level <= 5000;
    
    5000 rows created.
    
    SQL> explain plan for
      2  select max(id),min(id) from dingostar;
    
    Explained.
    
    SQL> select * from table(dbms_xplan.display);
    
    PLAN_TABLE_OUTPUT
    ---------------------------------------------------------------------------------------
    Plan hash value: 2124830711
    
    ---------------------------------------------------------------------------------------
    | Id  | Operation             | Name          | Rows  | Bytes | Cost (%CPU)| Time     |
    ---------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT      |               |     1 |    13 |     5   (0)| 00:00:01 |
    |   1 |  SORT AGGREGATE       |               |     1 |    13 |            |          |
    |   2 |   INDEX FAST FULL SCAN| DINGOSTAR_IDX |  5000 | 65000 |     5   (0)| 00:00:01 |
    ---------------------------------------------------------------------------------------
    
    Note
    -----
       - dynamic sampling used for this statement
    
    13 rows selected.
    
    SQL>
    

    Nicolas.

Maybe you are looking for

  • External hard drive will not eject

    As I encrypted my external hard drive, it does not stop running after I press eject. He disappears from the sidebar in the Finder, but it does not stop running. I deleted and connected it several times and the same thing happens every time. It can be

  • iPad with Safari after upgrade issues

    I have an iPad model no MD526B/A and since the upgrade I have problems with clicking through websites of salma and Mail.  Any suggestions?

  • copy of records

    can I after you have configured the ix2 dl reader can I disable remove pregnant usb drive copy files on the disk and replace the ix2 boot up and not lose all data because the copy is real slow We know?

  • How to configure IIS7

    How l can configure IIS7 so that when someone types the following: kalmultimedia.com.au/contactus.html It is then redirected to: kaltraining.com.au/contactus.html or if someone slap kalmultimedia.com.au pointing kaltraining.com.au Windows Server 2008

  • create hidden file

    I want to store images (coming from the server) on sd card, these images should not be included in the Gallery multimedia blackberry. How can I create a hidden file in blackberry for blackberry os 5 to 7.