MS DTS and OLE DB

I have constructed an Oracle VIEW which has a WHERE clause that limits data from its underlying table, by using a date literal, i.e. (WHERE datevar > '01-JAN-2009'). Is it possible that when the VIEW is accessed with the DTS tool of MS SQL Server and Oracle OLE DB version 10g, by an Oracle user with SELECT permission on the VIEW, that rows may be returned which violate the VIEW's WHERE condition? In other words, can the query return rows with a datevar that is less than '01-JAN-2009' from the underlying table?

The usual cause for wierd issues with oraoledb involving dates, that dont seemingly reproduce via sqlplus, is the date format.
Were you able to test the same in sqlplus? What were the results?
I cant even run that in sqlplus. For example, using the emp table.....
SQL> select ename, hiredate from emp where deptno=10;
ENAME HIREDATE
CLARK 09-JUN-81
KING 17-NOV-81
MILLER 23-JAN-82
SQL> create or replace view empview as
2 select * from emp where hiredate >'01-JAN-1982' and deptno=10;
View created.
SQL> select ename from empview;
ENAME
MILLER
SQL> alter session set NLS_DATE_FORMAT='YYYY-MM-DD';
Session altered.
SQL> select ename from empview;
select ename from empview
ERROR at line 1:
ORA-01858: a non-numeric character was found where a numeric was expected
The fact that the query doesnt even run (for me at least) leads me to belive that that's not the query that is actually being executed.
If changing the date format still doesnt make the same behavior occur in sqlplus, then there's more to the story. I'd enable tracing to confirm the statement being executed is actually what you think it is.
Short of that, I dont really have any good suggestions. You're correct that using OLEDB doesnt grant permissions, alter view definitions, etc. The oledb connection is still just an oracle client connection, like anyting else. The obvious usual gotcha though is just that by default it changes the date format.
Greg

Similar Messages

  • Problem with multichannel output, DTS and DD thru optical

    I am using my iMac as a media center in my living room, but I am having trouble playing files encoded with DTS and Dolby Digital audio -- they will only output a stereo signal.
    My equipment:
    - iMac G5 w/ Leopard
    - Pioneer VSX-D509S receiver
    - Toslink optical cable
    I have changed my mac's midi settings to output "encoded digital audio," and have tried to play DTS encoded files in Quicktime (I have perian installed), VLC Player, and also Plex. I can only seem to get a stereo signal coming out of my receiver. I have also tried to play DD and DTS encoded DVDs on my mac's DVD Player application, which also only outputs a stereo signal.
    When I open the midi audio settings on my mac, and I go into the Configure Speakers section, only Stereo is active, and all other multichannel options (5.1, etc) are grayed out. My receiver, however, seems to recognize the digital signal because it will display DTS or DD on the front screen.
    Am I missing something simple here? Or could this be a more complicated issue?

    Are you able to change your audio output in the audio/midi setup app from 2-ch to "Encoded Digital Audio"? I saw this step here: http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=26759

  • Audigy 2, DTS and AC3 passthrough in Windows 7

    I have this problem, see in my windows xp partition my dts and ac3 passthrough works flawlessly, but in windows 7 i can't get any kind of recognizable signal from my soundcard to my reciever.
    So my short question is, is this something that is an known issue with the drivers so far?
    is there som quick fix, or am i just a bit slow
    it's a pain to have to boot another OS just to watch a movie... still i know my soundcard is getting a bit old and if there's no easy solution i'm thinking of getting something newer to save me the trouble.
    but i think it should not be such a big problem to just shovel along the signal without decoding it!
    I have the plain Audigy 2 without any extras or letters at the end.

    never mind, i'm a jackass...
    i didn't think to check if there was a creative console with the drivers, i thought the windows 7 nati've control panel overided all that. set the creative control panel to passthrough and voila... it works

  • Dts and ac3 - incompatible format

    I have been given some pre-encoded dts and ac3 (5.1) files that were encoded on a windows audio encoding system. DVDSP gives me the "incompatible format" message and cannot import them. I suspect the data itself is fine, and there is problem with the file headers on the windows-created files.
    Anyone know of a way I can force the files to be readable to DVDSP from my mac, or any tips I can give the person doing the encoding on making the files compatible with DVDSP?
    the extension on the dts files is .dtshd
    I am able to open the ac3's with VLC, but not with any apple programs.
    Any help would be appreciated.

    One of the reasons for non-importing AC-3 file could be wrong parameters. Have you specified your requirements for AC-3 files (bit-rate, metadata, etc). Can you see the file parameters in VLC?
    DTS files used to come in two flavors, before HD-DVD and Blu-Ray were invented: padded dts file (.dts) and compact dts file (.cpt). The new HD formats pushed the envelope pretty high, and extension such as dtshd could signify exactly that: DTS-HD file which is not compatible with SD DVD specs.
    DVD SP can import only compact dts files with .cpt extension, and it is very finicky about parameters.
    For example earlier version of Minnetonka's DTS DVD encoder, copies of which can be found on the web, have a bug that prevents DVD SP from importing the files produced by it.
    You should contact the audio house and ask them about procedures and parameters used to create the problematic files

  • Apple TV DTS and 1080p/i...when oh when?

    In a day and age where we're all in an HD world, when is Apple going to step up to the plate and allow DTS as a sound source and upgrade from the 720 resolution to 1080i/p?
    Just bought this as a source to play some of my media content and have to admit that I like it but am not overly impressed with what some of the simple lacking features are?
    Does anyone think it's a simple case of a software upgrade or would we be looking at a new unit being produced?

    The problem is that there isn't any content with DTS and I'm not sure it's all that easy to create a compatible video file that contains it.
    Additionally there is no 1080p content either (excluding home video), I can't see the rush to do 1080p when there isn't a sizeable enough market for it. I appreciate there is a small amount of 1080i content, but it's pointless catering for it since it is of lower quality than 720p.

  • Recs for Beans to replace sound and OLE functionality removed in 9i ?

    Does anyone have any recommendations (and even sample code) for replacing the sound and OLE functionality removed in Forms 9i.
    The application is for a simple media storage function (store and play images, sound, video, compound documents, etc.) in the database. It works great in 6i fat-client...

    Hi,
    Go to transaction PHAP_CATALOG
    You will see all the Category groups / Category / Templates tree in the left pane
    Now double click on your Category Group ( Second level in the tree )
    > Go to tab "enhancements"
    > Find your implementation in the list "Available" on right pane
    ( if it's not in this list , you should check oohap_basic and oohap_Category steps again )
    > Move it to left side pane
    > Save
    and I recommend u to leave and run transaction PHAP_CATALOG again.
    Now your enhancement is included in your template.
    > Now double click on  category
    > Go to "columns" tab
    > Fill the column "value determination" for the field you wish to use

  • Different start for DTS and Dolby AC3

    I can play my movie either in DTS Dolby Digital 5.1 by setting the audio track using a Audio set up sub-menu. What I would like to do is on choosing DTS in the sub menu to see a short DTS intro rather than a Dolby intro when I play the movie. Does anybody have any ideas how I can tell Encore that when I choose "play movie"
    If audio track 1 then say playlist 1 or
    If audio track 2 then playlist 2
    Many thanks

    Not to be a pedant, but please ask Dolby Labs before using their films!!
    You'll need to sign a TDA with them, and agree to submit examples of your final disc for quality control by Dolby.
    This is a free service, as long as your Dolby Digital 5.1 encoder is a properly licensed one, like the SurCode one in Premiere Pro.
    Ditto DTS.
    You'll need to sign the agreements, and they will check the suitability of your encoder before sending you the files.
    The idea behind this is that those trailers are a guarantee to the end user of a certain technical quality - and Dolby Labs do prosecute people using them illegally.
    One of the benefits is that both DTS and Dolby Labs will send you pristine copies of the trailers, as well as EPS logo files as well (You also cannot use the Dolby or DTS logos without permission either)

  • What is the difference between Execute SQL Task and OLE DB Command

    Besides the obvious, Execute SQL Task being used in Control Flow, and
    OLE DB Command being used in Data Flow what is the difference between the two? Is one supposed to use
    Execute SQL Task to produce a result set that then gets handed over to
    Data Flow and OLE DB Command ? Everything that I have seen on
    OLE DB Command is pretty much execution of a Stored Procedure with ? parameters. It seems as though I got to a point where I had to perform my data edits pretty much entirely in a Stored Procedure executed by
    OLE DB Command rather than trying to use the SSIS GUI for everything. I didn't really see in any of my Google searches out there that simply used
    OLE DB Command as a straight parameterized SQL against tables for editing and cleansing purposes and handling returns back from SQL Server for COUNT(*), etc..
    I know I have posted multiple forums out there regarding this issue but I cannot seem to get a straight answer and some solid direction. So for now, my
    Execute SQL Task gives me my editable result set and then control is handed off to
    Data Flow and ultimately to my Stored Procedure executed by an
    OLE DB Command  which pretty much does the chunking for me and performs my data edits and handles my record anomalies through SQL Server Table data stores accordingly or sets flags accordingly if the data passes.
    I welcome your thoughts and Thanks for your review and Thanks in advance for any replies and direction that anyone might provide.
     

    Hi ITBobbyP,
    OLE DB Command will always process data row by row, whereas Execute SQL task if you call a Stored Procedure it can process data in bulk. As you said, the biggest difference is that Execute SQL Task being used in Control Flow, and OLE DB Command being
    used in Data Flow. They are used in different places.
    Using Execute SQL Task, we can save the rowset returned from a query into a variable. The Execute SQL task can be used in combination with the Foreach Loop and For Loop containers to run multiple SQL statements. These containers implement repeating control
    flows in a package and they can run the Execute SQL task repeatedly. For example, using the Foreach Loop container, a package can enumerate files in a folder and run an Execute SQL task repeatedly to execute the SQL statement stored in each file. I think this
    is a big advantage for Execute SQL Task.
    As to OLE DB Command, we can easily run an SQL statement for each row transformation in a data flow, then directly insert the outputs to a destination.
    To sum up, there are many difference between those two components. We should make better choice based on our actual requirement.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • DD, DTS and CMSS Quest

    i own an Audigy 2 ZS (latest drivers) and I have a set of Altec Lansing 25 Speakers(5.) connected to the analogue outputs. My DVD playback software is Intervideo WinDVD 6. My question is this: to get 5. sound for DD and DTS I have to enable CMSS from the EAX console. If CMSS is switched off i only get sound through the 2 front speakers. Is this a design decision? I would have thought the DD and DTS decoder on the Audigy 2 ZS would play the sound to all the speakers automatically. I have the latest drivers (but not program updates) and checked all possible settings with the Creative and WinDVD6 programs also WinXP(SP2) settings.
    Thanks for your time

    This is wrong. CMSS is not DD or DTS. They are completely different and unreleated. In order to enable DVD software to allow the card for DD and DTS you must make sure it is using the card not the software to decode the sound. Right now it sounds like you are using the software. So the question is can your software decode DTS and DD? For example, when you play a DVD in DTS you should see a little red DTS icon on in your player. I use power dvd and you have to buy audio packs to enable DTS and DD. But since the Audigy 2 ZS can decode DTS and DD you have the set the audio settings to S/PDIF. CMSS only decodes stereo sound, DTS and DD are totally different technologies to my knowledge. If your software only supports stereo you can use CMSS to make it "surround" but it is not DD or DTS.
    This is in one of the mod's post above:
    2) Decode the AC3/DTS with your Sound Blaster.
    You should choose this option if you don't have an external decoder. In the DVD software, select 'SPDIF' as the audio output method and make sure that 'SPDIF Pass-through' in the souncard options is off. The DVD software will now pass the compressed audio to your soundcard, which will then decode the data. The soundcard will output the 6 channels using the analogue connections (or digital DIN, more on this later). If you try to use a digital optical/coax connection to your speakers, you will only hear faint sounds from the front left/right speakers.Message Edited by Gilgamesh on 03-2-2005 04:29 PM

  • Get DTS and Dolby Digital work

    Download ffdshow tryout filters from [url="http://sourceforge.net/projects/ffdshow-tryout">here[/url] these filters are simply great for Vista they were actually written for it unlike previous versions of ffdshow.
    Thanks to those babies I have full XviD x264 and so on playback even in Media Center. Vista still crashes due to the driver issue though still waiting for proper drivers from Creative for my overpriced Audigy 2zs platinum pro.
    Funnily enough the drivers dated March 6th check out to be dated as the 2th of February if you view them through Device Manager, so that's over 2 months of problems and not a single driver update. Waiting and hoping.Message Edited by euphoria_aus on 04-9-200703:52 AM

    Quote from: debounced on 27-January-13, 10:40:17
    Hello,
    I purchased a mini to TOSLINK optical cable to connect my GT70 0NC to my Logitech Z-5500 5.1 speaker system and I was wondering if the ALC892 supports Dolby Digital Live. I'm able to get DTS and Dolby Digital to work just fine, but I don't see an option to change the default format of the digital output in the Realtek HD Audio Manager to Dolby Digital Live. I'm running Windows 7 64 bit with the latest audio drivers available.
    Thanks
    I hate saying this.
    Do yourself a favor, go buy an Asus Xonar U3, plug it in, and you will be much happier.
    I have a Z680 (precursor to the Z5500, pretty much the same thing though), and I couldn't stand how bad the Realtek HD performed. The Asus Xonar does a much better job. You hook it up, set it to output to the 'speakers', but have your TOSLINK cable connected, and you get upconverted dolby digital live sound output. Couldn't ask for anything better. The U3 only runs about $40, so it's not a huge investment.

  • Cyberlink PowerDVD software with DTS and Dolby Digital -EX decoding

    I've just bought Creative Sound Blaster X-Fi Xtreme Audio today. On the cover, it says "download Cyberlink PowerDVD software with DTS and Dolby Digital -EX decoding for free...". My question is where I can download this soft. Please help. Thank you in advance. My

    There should a link in your Creative folder within the Programs Menu. Have you check that?

  • Reports 6i and OLE data

    Hello Friends,
    I want to display OLE content from database using
    Reports,after report development I am facing following
    problem.does anybody know how to solve it.
    1. Some times OLE content appears in small font,it is very
    difficult to read.
    2. After navigating to pages, some fonts become larger or very
    small.
    3. After navigating to pages, message 'Report can not be
    formatted,Object 'vertically' can never fit within...
    this error continues even objects and corresponding frames
    elasticity changed to variable or Expand.
    can anyone have faced such problems ? Please send me solutions,
    It's very urgent.
    Thanx
    Adi

    Hello,
    After lot of R&D, I found solution to my problem,but though
    It is working now, I am not sure about it's full success,so I
    welcome any comment on it.
    I just changed number of vertical panels per page property of
    main section and it is working correctly,but drawback is suppose
    your report is of 2 panel,and you have specified panel to 10
    then it creates empty panels and prints it as a blank. How to
    avoid this ?
    Adi

  • Problem with Forms 6, Word and OLE Containers

    Forms 6.0.8.24.1, RDBMS 8.1.7.0.0 on Win 2000 Pro SP3
    I have a form which has an OLE Container based on a LONG RAW database column. I use the form to save Microsoft Word documents in the database.
    Some documents are not retrieving correctly in the Form. When activating the OLE container nothing happens. The OLE Container displays the MS Word icon and there is data in the database as I can retrieve it using java.
    Anybody have any ideas on this. Unfortunately it's not an isolated case.

    Generally it should work. What i don't understand:
    You call a function which returns a table-type, but read the value in one number-item? Why does the function return a table-type then?
    Also, instead of using a SELECT, you could simply call the function in your code, like:
    DECLARE
      ln_unalloc_qty NUMBER := 0;
    BEGIN
      theTableFunctionType:=gmi_utils.get_unalloc_qty(:header.item_id,
        :header.plant,
        :header.move_from_warehouse,
        :header.move_from_location,
        :header.lot_id,
        :header.lot_no);
      ln_unalloc_qty:=theTableFunctionType(1).theColumn;
      /* DO SOME PROCESSING WITH QTY THAT WAS RETURNED*/
    END;

  • DTS and DD 5.1

    I just purchased a Yamaha 1500 a/v receiver and hooked it up to my dual G5 with a monster toslink cable. I can get audio if i play the dvd in DD 5.1 using DVD Player, but i get no sound when trying to use DTS.... what gives? I was hoping to be able to use both
    Can anyone help me on this?
    I'm also looking for a way to import .ac3 music files into iTunes?

    Hi, rare to see another messing with surround sound like I do here.
    The PowerMac far as I know just passes the surround sound though, so whatever you have selected in the DVD movie menu has to have a matching decoder on the reciever.
    Now it seems you have some advanced DTS options, not many at all have I seen on DVD's, especially 6.1 (why not 7.1? strange)
    All these surround sound formats is quite annoying to say the least, but if you have a 5.1 system obviously a 6.1 decoding scheme may not work correctly.
    Now the DTS Neo:6, I guess that means no subwoofer and that doesn't work with a 5.1 system at all.
    So perhaps you got too much of a advanced reciever (or DTS only bias) and the DVD movies are not using those formats yet. Drop back to a 5.1 option (Dolby or DTS) in the DVD movie menu that matches your speaker setup and reciever capabilities.
    After all it's what's on the DVD options menu that counts, you'll have to match the hardware after that. Perhaps the reciever you got is something someone gets in addtion to a present Dolby/DTS basic setup to get the new formats.
    Anyway I don't thing DVD player has anything to do with the decoding, as long as it can read the sound off the disk.

  • Crystal Reports 10 and OLE Bitmap Objects

    Greetings, all!
    I need some help in getting a Bitmap Image file (BMP) to dynamically display on a Crystal form. We have it currently running as an OLE object inserted into the form. The actual image displayed can vary, so immediately prior to running the form, the desired image file is copied to a specific location with a specific name. This works great... until we implemented the solution on our client's system. That is our problem.
    Rather than than refreshing the BMP image at run time, the form displays the last image it was able to successfully load. When I open the form in Crystal Reports, it displays the "Updating ActiveX options" message along with the progress bar, but then puts up the message, "Some links could not be updated because their sources are presently unavailable." When I try to verify the file path and file name of the OLE object within Crystal, it says that the object is invalid.
    Here are some environment details.
    1. The version is "Crystal Reports 10 for Sage" (version 10.0.5.820). This is because the Crystal software is bundled with the accounting application software, Sage MAS 500 version 7.05.18.0.
    2. My operating system is Microsoft Windows 2000, 5.00.2195, Service Pack 4. The configuration runs great here.
    3. The client's operating system is Microsoft Windows Server 2003, Standard Edition, Service Pack 2. This is where it does not work.
    Here is what I have tried so far:
    1. I referenced the following forum thread...
    OLE Linked Object
    ... and tried updating the registry as it describes. This did not work.
    2. I referenced the following forum thread...
    Re: OLE object problem
    ...but I did not have a clear understanding of what it was explaining. I was uncertain about the reference of setting mspaint.exe as an OLE Automation server, etc.
    That's it. Any help you can provide is greatly appreciated. The client's software and operating system are pretty much fixed, so I'm afraid I won't be able to oblige any suggestings to upgrade these. If you need any additional information, I will be more than happy to provide it.
    Thanks in advance!
    Jimmy Thomas, Engineer
    Blytheco LLC

    This issue has been resolved. We found that when the customer ran the statement on a client workstation rather than on the server, the OLE bitmap objects refreshed as expected. I am therefore closing this issue.
    Jimmy Thomas
    Blytheco LLC
    Edited by: Jimmy Thomas, Blytheco on Dec 7, 2009 6:49 PM

Maybe you are looking for

  • Issues installing 10g2 on windows server 2008 R2 x64

    I'm trying to install 10g2 on a windows sever 2008 box. Oracle Version: Oracle 10g2 (10204_vista_w2k8_x64_production_db) - found on the page that claims to support server 2008 x64. Windows Version: Windows Server 2008 R2 Standard (6.1). After extract

  • Account Clearing

    Hi, We have an issue with GL account which has a balance of £1210.10 which have been brought by differing foreign currency exchange dates during matching and posting the invoices. what would be the best method to clear this? One thing i can think of

  • What is RPM portfolio Item in Investment Management?

    Hi All, We are trying to install business content for Investment Management module. There is a web template in this module, we have installed all these properly. Now when i run this template i see a message "No RPM portfolio Item has been specified".

  • Extend of Article with different sales organization

    Hi Experts client has 150000 Articles and 5 sales organisation and each sales organization has 2 distribution channel and every day 100-200 new Articles we have to create what is the best solution to extend all the Article to all sales organization a

  • Is it possible to use Archive Redo log file

    Hi friends, My database is runing in archive log mode.I had taken cold backup on Sunday but i am taking archive log file daily evening. Wednesday my database crash that means i lost all control file,redo log file,datafile etc. I have archived log fil