possible to have a database without a primary index?

Is it possible to create a database to a clustered index, but without the requirement that the attribute on which is based the index must be a primary (unique) key? I have several documents that I put in my database and I would that they indexed/sorted by chronological order to make quick time-range queries. The downside is that a lot of these stamps will be duplicated (i.e. multiple records will have the same timestamp value).

From what I can tell the primary index requires that the attribute be unique. Is it possible to relax this requirement?

I use of the DPL, incidentally.

I would be grateful for any help.

Thank you.

Tags: Database

Similar Questions

  • Is it possible to have automatic display without going through the iPad also require the word to reactivate?

    Is it possible to have automatic display without going through the iPad also require the word to reactivate?

    While at home, there is no reason to have the password, but I want the device to sleep to save battery when I put aside.

    You should be able to have the settings > general > Autolock set for a time while having parameters > Passcode > Passcode turn off - you'll still have to "slide to unlock", but not to enter a password

  • Is it possible to have multiple databases in a server?

    Hello:

    I have a quite stupid question, but it makes me doubt.
    Is it possible to have multiple databases in an Oracle Server? Are there so many bodies serving multiple databases on the Oracle server.?

    Thanks in advance

    Published by: user12229399 on 14-mar-2012 01:29

    Hello

    Yes, it's more than possible to have multiple instances on a single server.
    You can also have multiple versions (10g, 11g) on a single server.

    This means that you have several instances, i.e. multiple binary running oracle. You can also separate your data on a level diagram, i.e. a single instance serving multiple schemas.

    HtH
    Johan

    Published by: Johan Nilsson on 14 March 2012 01:31

  • Possible to have a trial without expiration date?

    In about two months, I will publish my opensource (bbssh) to App World app.   I would like to encourage donations; but certainly I can't oblige.  I thought that one way to do would be to set a price; but also understand a free trial which never expires.    In this way, those who want to pay can do so through the configuration of the appworld that already have in place, but they can continue to use the application without do the same.

    Is this possible to do?

    I don't see why not. App World does not force you to download trials that expire. You can use Try & Buy license static: download releases identical trial and "paid". People who want to use free can stay with the no expiration date "trial", and those who want to pay can upgrade to the paid version.

  • I have Photoshop CC on my primary iMac. I would put on my iMac to backup. Is it possible to do without having to buy another Member?

    I have Photoshop CC on my primary iMac. I would put on my iMac to backup. Is it possible to do without having to buy another Member?

    Cloud license allows 2 activations http://www.adobe.com/legal/licenses-terms.html

    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0

    -Windows or Mac has no importance... 2 on the same operating system or 1 on each

    -Computer cloud subscriptions can not be used at the same time

  • is it possible to have all my anti virus/malware programs to all work together without one stop on the other?

    is it possible to have all my anti virus/malware programs to all work together without one stop on the other?

    is it possible to have all my anti virus/malware programs to all work together without one stop on the other?

    I doubt it.

    You should never have more than one security product installed on the PC, providing active protection / scan. This can cause performance problems, system instability and conflicts between programs and can affect all installed antivirus product efficiency. Even if you try to have more than one product installed, with an asset and another disabled, disabled product will probably still active components and/or installation of the drivers installed that will conflict with any other antivirus program.

  • Is it possible to download the Lightroom software that resides on a disk without a hard drive (i.e. online)? I have a Macbook without a CD player...

    Is it possible to download the Lightroom software that resides on a disk without a hard drive (i.e. online)? I have a Macbook without a CD player...

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a way to go to a page to download the Adobe programs if you do not have a disk or drive

    -Cloud desktop http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html

    -Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

    -you will need to enter your original serial number during the installation for non-Cloud programs

    - or kglad links in response to #1 here can help https://forums.adobe.com/thread/2081216

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

  • Is it possible to have a plan where I only use Photoshop and InDesign without Lightroom?  If Yes, how much would it cost?

    Is it possible to have a plan where I only use Photoshop and InDesign without Lightroom?  If Yes, how much would it cost?

    the most economical would be the only application with the id and the Pack of photographers with ps and lr for ~ $ 30 / mo.

    for ~ $50/mo, you can get the full suite of adobe programs.

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

  • Is it possible to have the stamps to stick to the cursor, so we can apply multiple stamps without going back to the pallets?

    Hello

    Is it possible to have the stamps to stick to the cursor, so we can apply multiple stamps without going back to the pallets?

    We use it for the verification of several lines of account and usually just apply ticks hundreds of lines. It would be great if we had no backward to the pallets to apply the same stamp.

    If this is not possible, I'd love to hear what people are doing to make this process efficient or have it connected as an accessory.


    See you soon

    Sam

    Of course you can. Start by viewing the properties bar (Ctrl + E or command + E on Mac), then select the buffer and then select the checkbox 'Keep tool selected' in the properties bar.

  • Is it possible to have definitions of columns in a table to create

    I was wondering if it is possible to have calculated columns, such as those below in the statement CREATE TABLE in Oracle. And if so, how do write you?

    * CREATE TABLE [Sales]. [SalesOrderHeader] (*
    * [SalesOrderID] [int] IDENTITY (1,1) NOT for REPLICATION NOT NULL, *.
    * [SalesOrderNumber] AS (isnull (do SO'+ CONVERT ([nvarchar] (23) [SalesOrderID], 0), no * ERROR *')), *.
    * [Subtotal] [money] NOT NULL, *.
    * [TaxAmt] [money] NOT NULL, *.
    * [Transport] [money] NOT NULL, *.
    * [TotalDue] AS (isnull (([SubTotal]+[TaxAmt]) + [Freight], (0))), *.
    *)*

    I would like to re - write the definition of table CREATE TABLE DTPartInv with partinv_flag AS a computed column when the value is X,
    If partinv_instock < partinv_reorder and O
    If partinv_instock > = partinv_reorder:

    CREATE TABLE DTPartInv
    (partinv_partnbr VARCHAR2 (10) NOT NULL,)
    partinv_prodname VARCHAR2 (25).
    partinv_desc VARCHAR2 (25).
    partinv_manufact VARCHAR2 (25).
    partinv_instock      INTEGER NOT NULL,
    partinv_category VARCHAR2 (20).
    partinv_purchdate DATE,
    partinv_loc VARCHAR2 (15).
    partinv_price NUMBER (6.2),
    partinv_vendor VARCHAR2 (20).
    partinv_reorder      INTEGER NOT NULL,
    partinv_serial VARCHAR2 (20).
    partinv_flag      VARCHAR2 (1).
    CONSTRAINT DTPartInv_partinv_partnbr_pk
    PRIMARY KEY (partinv_partnbr)
    );

    >
    I was wondering if it is possible to have calculated columns, such as those below in the statement CREATE TABLE in Oracle. And if so, how do write you?
    >

    You did not mention your Oracle database version. Depending on your version, you can do. If you're on 11 GR 1 material or above, you can follow these steps:

    CREATE TABLE DTPartInv
         ( partinv_partnbr VARCHAR2(10) NOT NULL,
         partinv_prodname VARCHAR2(25),
         partinv_desc VARCHAR2(25),
         partinv_manufact VARCHAR2(25),
         partinv_instock INTEGER NOT NULL,
         partinv_category VARCHAR2(20),
         partinv_purchdate DATE,
         partinv_loc VARCHAR2(15),
        partinv_price NUMBER(6,2),
        partinv_vendor VARCHAR2(20),
        partinv_reorder INTEGER NOT NULL,
        partinv_serial VARCHAR2(20),
        partinv_flag as (case when partinv_instock < partinv_reorder then 'X' else 'O' end),
        CONSTRAINT DTPartInv_partinv_partnbr_pk
        PRIMARY KEY (partinv_partnbr)
      ) ;
    
    Table created.
    

    -Test it now

    -Box partinv_instock when <> _
    SQL > insert into DTPartInv (partinv_partnbr, partinv_instock, partinv_reorder) values ('Test', 10, 20);

    1 line of creation.

    -Box when partinv_instock = partinv_reorder_
    SQL > insert into DTPartInv (partinv_partnbr, partinv_instock, partinv_reorder) values ('Test2', 10, 10);

    1 line of creation.

    -Box when partinv_instock > partinv_reorder_

    SQL > insert into DTPartInv (partinv_partnbr, partinv_instock, partinv_reorder) values ('Test3', 20, 10);

    1 line of creation.

    SQL> select partinv_partnbr, partinv_flag from DTPartInv;
    
    PARTINV_PA P
    ---------- -
    Test       X
    Test2      O
    Test3      O
    
    3 rows selected.
    

    Happy?

    Therefore, always mention the version of database when you post specific requests as features differ from one version to the next.

    Concerning

  • I accidentally bought an app I don't want or don't need. Is it possible to have turned her?

    I accidentally bought an app I don't want or don't need. Is it possible to have turned her?

    The official position is that all purchases are final: after all, you can return virtually unused. If you contact the technical support and explain the situation that they peuvent agree to repay you as a single franchise (although normally happens if children have bought an app without permission, or someone made a mistake, rather than simply change your mind); Know that they are absolutely no obligation to do so. Go to https://getsupport.apple.com . Click on "see all of the products and services', then '"iTunes"and then"iTunes Store", then"purchases, billing & redemption ".

  • Is it possible to have the same display of the content as one of the batteries (Dock) to any folder (found in the Dock)?

    Hello

    Is it possible to have the same display of the content as one of the batteries (Dock) to any folder (found in the Dock)?

    I think that the question is quite clear

    I mean it is coded somehow for chimneys, is it possible to apply it to a different folder?

    I like the idea of click once, choose the file only I want without having to open/close, he

    Thank you

    You can only if you drag any folder to the right of the dock.

  • Database without buy MS Access on XP

    Hello

    Really sorry to ask this, but I'm not too clued up with databases at all and can't find anything to help me in searching on the site.

    I am creation / created a demand where I store data in a database.  I have the database connectivity kit and have developed my app to run with MS Access (.accdb) connecting with udl files - files and I have MS Access 2010 on my dev PC.  However, now I want to distribute/deploy my application on the PC with ONLY Windows XP installed, or any other free software.  Essentially, the client does not want to buy MS Access.

    What are my options for making storage database but not to buy MS Access?  Clean machine XP doesn't know even what a udl file, so I'm confused.

    Can I use a database of free and open source, postgres, sqlite program?  If so, how can I join those? Can I use mdb files even if MS Access is not installed?

    Really sorry for the stupid questions, my head is just a bunch of junk at the moment with all this mdb, accdb, sql, udl, dsn stuff.  I just need someone to point me in the right direction.

    See here for the MS Access question:

    I can Access MDE files using the LabVIEW Database Connectivity Toolkit on a computer without Microso...

    There is regarding the alternatives, MySQL and MS SQL Server Express. The one you should use depends on really is the complexity of your schema, and if you have a lot of dependence on stored procedures. The last time I had checked MySQL did not have a lot of support for stored procedures.

    In addition, as an alternative to database connectivity Kit, you can also use the free LabSQL.

  • connectivity of database without tool

    Is it possible to connect to a SQL database without the database connectivity kit?  I learned that I can create Excel reports without the report generation tool, so I thought that it would be possible?

    "programmindragon" wrote in message
    News:[email protected]...
    > Is it possible to connect to a SQL database without the database
    Connectivity Kit?  I learned that I can create Excel reports
    without the report generation toolkit so I thought that it might be possible?

    Of course, you can also use a free SQL Toolbox: LabSQL. The DCT and LabSQL
    are based on the ADO ActiveX component, so you can also do something yourself.

    Kind regards

    Wiebe.

  • Error on the server after restoring the backup: "could not allocate space for object database because the 'primary' filegroup is full.

    Original title: Hi Experts,

    Hi Experts,

    Pls help me...
    When I tried to restore the backup of one of my site in my server, I got error like "cannot allocate space for object database because the 'primary' filegroup is full"... Microsoft SQL-DMO(ODBC SQL State:42000))

    Hello

    The question you have posted is related to professional level support. Please visit the link below to find a community that will support what ask you:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/

Maybe you are looking for