Timestamp for date columns data type are not imported in discoverer admin

Hi all
Someone you will suggest why timestamp data type columns are not imported into admin. discoverer other types of data import you correctly, but the timestamp data type columns are missed.

Please let me know to change the type of data is not possible at this time.
Thank you

Hello
You will be disappointed because the timestamp columns are not one of the recognized data types supported by the discoverer. He acknowledges only dates, strings and (integer and decimal) numbers.

Maybe you could put up a view that matches the table you use, convert the timestamp in a rather ordinary date?

Then, inside your end-user license, all you would have to do is redirect the folder to view.

Best wishes
Michael

Tags: Business Intelligence

Similar Questions

  • Data GPS are not imported into LR 5.5.

    Data GPS are not imported into LR 5.5.  Photos taken with the Nikon D7000 have GPS data but is not imported into LR 5.5.  How can I fix?

    Try going to the card module, and then select all the imported photos.  Go to the menu at the top of the page:

    Photo > read metadata from file

  • Message error "data of this type are not supported.

    Original title: cannot run files as an administator?

    I can very well run files (.exe, ect)
    I can't just stuff like an administrator lance. I usually get the error message: "the data of this type are not supported" I tried to pass microsoft too download a 'fix - it' too, but when I try to run too .msi it say 'Administator blocked privledges' or something of the sort.
    Everything works completely fine 100% in safe mode.
    It happened after I did a virus with malware bytes scan and deleted a virus derived from 'PrivitizeVPN' that is a VPN that was actually a virus.

    Hi Raul,

    Use the Microsoft Safety Scanner in full scan mode and remove all threats that is not detected by it and see if the problem persists.

    Microsoft safety scanner

    Note: the Microsoft Safety Scanner expires 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    The Microsoft Safety Scanner is not a replacement for the use of antivirus software that offers continuous protection.

    Please make a backup of all the data to an external hard drive before performing a scan because it might cause data loss.

    Answer please if you have any questions.

  • VARCHAR2 data type do not convert date

    Dear gurus

    Version of database - 10.2.0

    I have a problem of varchar2 data type do not convert date...

    I have a table like


    SQL > table desc.
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    NAME VARCHAR2 (10)
    RECORD_DATE VARCHAR2 (20)

    and the record consists are...

    SQL > select * from table;

    NAME RECORD_DATE
    ---------- --------------------
    Nimai 09/09/2012 09:10
    Nimai 09/09/2012 10:10
    Scott 09/09/2012 11:10
    Scott 09/10/2012 10:00
    Nimai 09/10/2012 11:00


    If the "Record_date" column that's 09/09/2012(dd/mm/yyyy)

    09/09/2012 and I want to query the records which includes the date ' select * from table where record_date = 09/09/2012 "...
    This work of query...

    Select * from table where
    TO_CHAR (to_date (substr(record_date,1,10), ' dd/mm/yyyy'), ' dd/mm/yyyy')
    =
    TO_CHAR (to_date (substr('09/09/2012',1,10), ' dd/mm/yyyy'), ' dd/mm/yyyy')
    ;

    But if the "record_date" column that's 9/9/2012(d/m/yyyy) I did not what to do which function to use? /

    Help, please!

    Thanks in advance
    Nimai kinzonzi

    Published by: 955748 on September 22, 2012 03:47

    Published by: 955748 on September 22, 2012 04:10

    Hello;

    Keep things simple: (get rid of TO_CHAR)

    SELECT TO_DATE ((substr (record_date, 1, 10), ' DD/MM/YYYY') of?)

    TO_DATE (substr (record_date, 1, 12), "HH24 MON-DD-YY")

    Best regards

    mseberg

  • How can I check for dates that are the same for today.

    If I have a bunch of dates in a datetime colum. How can I check for dates that are the same for today.
    "For example, this value of days would be ' #dateFormat (now (),"mm dd yyyy") #

    The best I could come up with was:

    Select * from data where data.userID =
    2635 AND
    "Convert (varchar, dateAdded, 101) = ' #dateFormat (now (),"mm dd yyyy") #


    How can I get this to work smart peeople :)

    It is best to make the comparison on the datetime values. One technique is to get the current date at midnight. Then add one day to get tomorrow's date. In your sql query finds all values is greater than or equal to today and less than tomorrow.

    One solution is to do everything in MS SQL

    WHERE the dateAdded > = convert (datetime, convert (varchar, getdate(), 112), 112)
    AND dateAdded = dateAdd (d, 1, convert (datetime, convert (varchar, getdate(), 112), 112))

    Another option could be to use CF to calculate dates:


    WHERE the dateAdded > =.
    AND dateAdded<>

  • My JPGs of montages of CR2 in CS6/CC are not imported into LR5.

    My JPGs of montages of CR2 in CS6/CC are not imported into LR5. Bridge and explore are ok. Tried to reimport but LR5 cannot see them.

    File numbers are the same as original CR2 but have the jpg extension. TIFF and PSD seem ok. Can anyone help please?

    Lightroom put them where you instruct. You are responsible for this. You have options for adding that leaves the files where they are on the drive or move where files are moved via Lightroom to the destination you select or create.

  • [nQSError: 43119]:-the data type: 25 is not supported columns error for data type "uniqueidentifier".

    Hi all


    I am facing a problem while creating a BI reports to the SQL Server 2008 Database.

    Access to columns of data type "uniqueidentifier" I get error [nQSError: 43119]:-the data type: 25 is not supported.

    • OBIEE 11.1.1.6.11 on Linux x86_64 servers is hosted by the Services of Oracle Cloud.
    • Using last "ODBC driver for SQL server 11" for connection (also tried driver "DataDirect SQL Server 6.0 native Wire Protocol").
    • No "Uniqueidentifier" data type columns display correctly in reports.
    • I tried to change the columns of data type "Uniqueidentifier" to char (36), VARCHAR (36), VARCHAR (40), types of binary data (16) in the physical layer on various suggestions but error still there.

    Same columns questioned the SQL Developer (using third-party jTDS JDBC driver "jtds - 1.2.7 - dist") I am able to see these "uniqueidentifier" data columns. record sample:-"CB350576-FCD8-DE11-B111-002219598619".


    Please advice if this is a bug or I'm missing some property of SQL server database settings.


    Thanks in advance.

    Yes Srini,

    This type of column becomes UNKNOWN when they are imported into SPR but its strange after changing to VARCHAR (36), we can use it for joining tables without any problem.

    Only issue I'm facing now is the limitation to use in queries like calculate the total number of incidents (in my case incidentid is the primary key).

    But I've found a workaround. I am formulating a measure in MDB layer to get the number of total incidents as {CASE WHEN is NULL then 0 otherwise 1 END}.  the aggregation is defined on the sum and I get incident count works correctly.

    Thanks for your help.

  • convert the data that are not text

    create table x as
    (line_1 varchar2(10))
    INSERT INTO x  VALUES ('001165899', '0506', 'ZIP1003', 'ABC', 'xyz')
    It is the source table, it transforms (to meet the requirements of the company) to another table where column line_1 is converted to a data type of number, and all the data in the column of line_1 which is the text are converted to-1.

    user628919 wrote:
    How the hyphen may be replaced for the data where it grows in different places within the data.

    The solution needs to keep other rules - convert to_number, text-1 column, ignore nulls (see below)-, more remove the hyphen of digital data.

    to_number(regexp_replace(line_1, '.*\D.*', '-1'))
    

    As Vivek L, complete with a convenient link for documentation, said "replace should work.

    to_number(regexp_replace(replace(line_1, '-'), '.*\D.*', '-1'))
    

    John

  • procedure for data types long Analyzer

    Plesae need help to create the procedure for paser then insert in a source table have columns with long data types
    example of source table

    Varchar2 item ID (250)
    2001008
    REC (LONG)
    D20060119000175538000.2? D20060119000175541300.2? D20060119000175569900.2? D20060119000183679900.2?

    by traget_table
    ItemId
    2001008
    value
    D20060119000175538000.2
    D20060119000175541300.2
    D20060119000175569900.2
    D20060119000183679900.2

    Hello

    Your question reminds me of this parser for clob procedure.
    However, the LONG are a tad more "Wicked".
    Another way, assuming you want to convert, and then divide your LONG data in a VARCHAR2 column, is to 'Park' your LONG temporarily in a CLOB column:

    SQL> create table source_tab (itemid number, long_value long);
    
    Table created.
    
    SQL> create table target_tab (itemid number, clob_value clob, varchar2_value varchar2(255));
    
    Table created.
    
    SQL> insert into source_tab
      2  select  1 , 'D20060119000175538000.2*?*D20060119000175541300.2*?*D20060119000175569900.2*?*D20060119000183679900
      3  select  2 , 'E20060119000175538000.2*?*E20060119000175541300.2*?*E20060119000175569900.2*?*E20060119000183679900
      4  select  3 , 'F20060119000175538000.2*?*F20060119000175541300.2*?*F20060119000175569900.2*?*F20060119000183679900
    
    3 rows created.
    
    SQL> select * from source_tab;
    
        ITEMID LONG_VALUE
    ---------- --------------------------------------------------------------------------------
             1 D20060119000175538000.2*?*D20060119000175541300.2*?*D20060119000175569900.2*?*D2
             2 E20060119000175538000.2*?*E20060119000175541300.2*?*E20060119000175569900.2*?*E2
             3 F20060119000175538000.2*?*F20060119000175541300.2*?*F20060119000175569900.2*?*F2
    
    3 rows selected.
    
    SQL> select * from target_tab;
    
    no rows selected
    
    SQL> insert into target_tab(itemid, clob_value)
      2  select itemid
      3  ,      to_lob(long_value)
      4  from   source_tab;
    
    3 rows created.
    
    SQL> select * from target_tab;
    
        ITEMID CLOB_VALUE                                                                       VARCHAR2_VALUE
    ---------- -------------------------------------------------------------------------------- -------------------------
             1 D20060119000175538000.2*?*D20060119000175541300.2*?*D20060119000175569900.2*?*D2
             2 E20060119000175538000.2*?*E20060119000175541300.2*?*E20060119000175569900.2*?*E2
             3 F20060119000175538000.2*?*F20060119000175541300.2*?*F20060119000175569900.2*?*F2
    
    3 rows selected.
    
    SQL> insert into target_tab(itemid, varchar2_value)
      2  select itemid
      3  ,      extractvalue (column_value, 'e')
      4  from   target_tab
      5  ,      table (xmlsequence (xmltype ('' || replace (clob_value, '*?*', '') || '').extract ('
    
    12 rows created.
    
    SQL> select * from target_tab;
    
        ITEMID CLOB_VALUE                                                                       VARCHAR2_VALUE
    ---------- -------------------------------------------------------------------------------- -------------------------
             1 D20060119000175538000.2*?*D20060119000175541300.2*?*D20060119000175569900.2*?*D2
             2 E20060119000175538000.2*?*E20060119000175541300.2*?*E20060119000175569900.2*?*E2
             3 F20060119000175538000.2*?*F20060119000175541300.2*?*F20060119000175569900.2*?*F2
             1                                                                                  D20060119000175538000.2
             1                                                                                  D20060119000175541300.2
             1                                                                                  D20060119000175569900.2
             1                                                                                  D20060119000183679900.2
             2                                                                                  E20060119000175538000.2
             2                                                                                  E20060119000175541300.2
             2                                                                                  E20060119000175569900.2
             2                                                                                  E20060119000183679900.2
             3                                                                                  F20060119000175538000.2
             3                                                                                  F20060119000175541300.2
             3                                                                                  F20060119000175569900.2
             3                                                                                  F20060119000183679900.2
    
    15 rows selected.
    
    SQL> delete from target_tab where varchar2_value is null;
    
    3 rows deleted.
    
    SQL> alter table target_tab drop column clob_value;
    
    Table altered.
    
    SQL> select * from target_tab;
    
        ITEMID VARCHAR2_VALUE
    ---------- ----------------------------------------------------------------------------------------------------------
             1 D20060119000175538000.2
             1 D20060119000175541300.2
             1 D20060119000175569900.2
             1 D20060119000183679900.2
             2 E20060119000175538000.2
             2 E20060119000175541300.2
             2 E20060119000175569900.2
             2 E20060119000183679900.2
             3 F20060119000175538000.2
             3 F20060119000175541300.2
             3 F20060119000175569900.2
             3 F20060119000183679900.2
    
    12 rows selected.
    
    SQL> 
    

    I also took your delimiter is ' *? *', so you may need to change this.

    See the documentation for the function TO_LOB: http://download.oracle.com/docs/cd/E11882_01/server.112/e10592/functions203.htm#SQLRF06134

  • event recording refnums data types do not match

    Hi all

    I'm new to LabView and I need help. Here's the situation:

    I am trying to add a user event by using the function 'create a user event '. The output of the function 'create a user event' placed in a control "Event Reg Refnum" (do not know if it is a control), but see diag2.png. But as soon as I add the user, the thread event at the entrance to breaks "event Reg Refnum".

    I think I know sort of what the problem is, as stated in the context-sensitive help, where the 'Reg Refnum event' has only one data type, which is "User event - Quit Application event". The user event that I add, 'Event to end execution', is not in the "event Reg Refnum".

    The question is: how to extend to the Reg Refnum 'event' to include 'Event - event to stop executing user' to solve my problem?

    Can experts out there if you please help me?

    Yours,

    chati

    Hi chati,.

    the fastest way to do this is to cut the connection, create a control on the exit of 'register of events' and add this to the cluster instead of the original refnum.

  • Why CF CV data warehouses are not visible in VCAC

    Hello

    We have after installation

    ESX/VC 5.5 (GA)

    VCAC 6.0 (GA)

    We are able to see all the warehouses of data, local, FC, and NFS in VC.

    We have added VC as an endpoint in VCAC, but we are not able to see the VCAC CF data warehouses.

    Anyone can throw some light on it?

    Thnaks

    Jeannine

    In fact a server in the cluster could not see these CF data storages, solved the problem by removing the server from the cluster

    Jeannine

  • Data only are not accessible by the user system displays message Yo may not access this folder?

    Hello

    I'm working on active directory, I have my shared folder on the external drive on which my user profile is loaded and access by the same.

    But for some time it won't not give me access to employment on my user profile, if I move my user profile on internal external hard disk drive, I can't able to work, I don't know what happens and how to solve, I formatted the drive and still giving all the privileges of the user and the user can access.

    But every time it displays a message:

    "You are not allowed to access this folder, please contact your network administrator.

    Kindly solve my problem, I am waiting.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Why the height of the columns to record are not unify?

    I tried adding boarder lines at a table, but it causes a problem.

    For exmple, column-a cannot display the data in a line so it has a height of two lines (vertical elasticity = expand, horizontal elasticity should be fixed), but the column - B next to him does not adjust that he has in height to enable saving of hold has the same height...

    Any suggestion?

    Hello

    A field will increase (if vertical elasticity allows) according to its content.

    If there are 2 fields, their height can vary.

    You should put a frame arounf the fields and add borders to this framework (vertical elasticity = variable for this frame)

    For the "vertical field separator", use a line and set property 'Line Stretch with frame'

    Example is available here:

    http://www.Oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_bp_line_stretch_with_frame.htm

    Concerning

  • Format HARD drive - registered profile data, but could not import - how do to manually?

    So I did a little research, and it seems that I should just be able to copy the files 'key3db' and 'signons.sqlite' of the saved profile in my windows.old folder but when I do this password manager is displayed in white.

    Looking https://support.mozilla.org/en-US/kb/recovering-important-data-from-an-old-profile?esab=a & as = aaq there is also reference to a file "logins.json" that I have in my FireFox profile is newly created, but does not exist in my older profile.

    Instead, my old profile has "signons3" (file type is not displayed).

    I tried to just copy the files key3db and signons.sqlite through, but the password manager appears in white.

    This is a not invite me to import data from an old profile.

    But it gave me an idea. I copied the entire folder as suggested. I then did a search in windows.old for key3, locate my previous profile.

    I deleted everything in the new profile, I tried to import the old data in and copy all the folders and files from my old profile, located in windows.old in the 'current' profile

    Worked and now I have access to all my old connections.

  • custom types are not valid

    create or replace type o_CustomerLoopElement as object
    (
     
                                          TermID   NUMBER DEFAULT NULL,
                                          TermceID NUMBER,
                                          CABL SLPA.CABLE_NUMBER%TYPE,
                                          Pair SLPA.PAIR_NUMBER%TYPE,
                                          CentralID NUMBER,
                                          CentralName SLPA.OFFICE%TYPE,
                                          DSLPAID     NUMBER,
                                          CPAction VARCHAR2(50),
                                          PAProvisionStatus NUMBER
    
    );
    
    CREATE OR REPLACE TYPE t_CustomerLoopElement
    IS TABLE OF o_CustomerLoopElement;
    After I run this query, these objects are always invalid when I ask object. don't know what mistake I make.

    You cannot use the % TYPE operator. It is a construction of PL/SQL, you try to create a SQL object. You need to hardcode data types.

Maybe you are looking for

  • To access the videos on iPhone on iMac

    When I shoot still photos on my iPhone 6 Plus, they automatically appear on my iMac under Aperture (via Shared > iCloud > My Photo Stream). When I turn the video on my iPhone 6 more, I don't know where they're going.  I checked iMovie; nothing. My qu

  • absent volumn control icon of the Thai

    original title: volumn control icon keep losing volum control from the taskbar icon in windows xp.  I open the sounds and Audio in the control panel and uncontrolled devices and checked the place flight icon in the taskbar.  I also blocked the task b

  • E190S, 72Hz, 10 Windows driver?

    Hello I am looking for a compatible driver for an E190S monitor connected to an Optiplex 780 SFF running Windows 10 (64-bit). My monitor currently supports a refresh rate of 60 Hz only even if there is a possibility of a 75 Hz. I've upgraded to Windo

  • RV042G treats of several IP WAN/secondary

    We have just the firewall configuration a new RV042G.  The customer has multiple public IP addresses and we need allow RDP access at least 2 public IP addresses.  I see only one way to open the ports for any affected IP for Wan.  I did temporarily a

  • How to uninstall a program, Kaspersky Pure 2.0 when the computer does not recognize it?

    I installed a trial version of Kaspersky Pure 2.0 and cannot uninstall it. This means that I can not download my new Norton security package. I get a message that the file installed is not found.