Please Help: query matching string value in WHERE clause

Hi Everyone,
I am trying to query customers that has matching first and last name but, I am getting result of every customer that has first and last name. Here is what my query looks like:
SELECT * FROM  CUSTOMERS WHERE
CUSTOMER_FNAME IN
'JOHN', 'MIKE'
AND CUSTOMER_LNAME IN
'DOE', 'MILLER'
); I am trying to query customer name that is JOHN DOE and MIKE MILLER but, i get result of all names that has the first/last names not exact match. Is there way i can do that get exact match?
Thanks,
SM

Frank Kulash wrote:
Hi,
chris227 wrote:
SMCR wrote:
Thanks everyone for your help!
There are two correct answers, I am using following:I just see one, it's Franks.If fname never contains a '~' (or if lname never contains a '~") then
{code}
where fname||'~'||lname in ('JOHN~DOE', 'MIKE~MILLER');
{code}
will work.Yes, I realized that. For the purpose i am using i will not have any issue with '~'
I did however changed it up a little, here is how it looks like:
{code}
SELECT CUSTOMER_ID, CUSTOMER_FNAME, CUSTOMER_LNAME, DATE_OF_BIRTH
FROM CUSTOMERS
WHERE (CUSTOMER_FNAME||'~'||CUSTOMER_LNAME, DATE_OF_BIRTH) IN
(('JOHN~DOE'), (TO_DATE('20130101', 'YYYYMMDD'))),
(('MIKE~MILLER'), (TO_DATE('20130101', 'YYYYMMDD')))
{code}

Similar Messages

  • I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.

    I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.I have lost my resource cd .

    If you are running Lion or Mountain Lion, the drivers are downloaded from within Bootcamp Assistant. If you are running Snow Leopard the drivers are on your Snow Leopard install disk.
    Read the Bootcamp Install Guide for your version of OSx. http://www.apple.com/support/bootcamp/
    Bootcamp questions should be asked in the Bootcamp forum where the Bootcamp gurus hang out https://discussions.apple.com/community/windows_software/boot_camp

  • Hi! I have PC/Windows 8.1. I have tried InDesign SWEDISH version, trial period, time now expired. I want to pay it now. Impossible, I am asked for a serial number that I NEVER have received. Please help me. Just a website where I can pay. Thanks

    Hi! I have PC/Windows 8.1. I have tried InDesign SWEDISH version, trial period, time now expired. I want to pay it now. Impossible, I am asked for a serial number that I NEVER have received. Please help me. Just a website where I can pay. Thanks

    Please try the following link and select Single Application Subscription if you only wish to use Indesign. Do not forget to check out more subscription options as well.
    Creative Cloud pricing and membership plans | Adobe Creative Cloud

  • SQL query in SQL_REDO Logminor showing where clause with ROWID

    SQL query in SQL_REDO Logminor showing where clause with ROWID. I dont wanted to use rowid but wanted to use actual value.
    OPERATION SQL_REDO SQL_UNDO
    DELETE delete from "OE"."ORDERS" insert into "OE"."ORDERS"
    where "ORDER_ID" = '2413' ("ORDER_ID","ORDER_MODE",
    and "ORDER_MODE" = 'direct' "CUSTOMER_ID","ORDER_STATUS",
    and "CUSTOMER_ID" = '101' "ORDER_TOTAL","SALES_REP_ID",
    and "ORDER_STATUS" = '5' "PROMOTION_ID")
    and "ORDER_TOTAL" = '48552' values ('2413','direct','101',
    and "SALES_REP_ID" = '161' '5','48552','161',NULL);
    and "PROMOTION_ID" IS NULL
    and ROWID = 'AAAHTCAABAAAZAPAAN';
    DELETE delete from "OE"."ORDERS" insert into "OE"."ORDERS"
    where "ORDER_ID" = '2430' ("ORDER_ID","ORDER_MODE",
    and "ORDER_MODE" = 'direct' "CUSTOMER_ID","ORDER_STATUS",
    and "CUSTOMER_ID" = '101' "ORDER_TOTAL","SALES_REP_ID",
    and "ORDER_STATUS" = '8' "PROMOTION_ID")
    and "ORDER_TOTAL" = '29669.9' values('2430','direct','101',
    and "SALES_REP_ID" = '159' '8','29669.9','159',NULL);
    and "PROMOTION_ID" IS NULL
    and ROWID = 'AAAHTCAABAAAZAPAAe';
    Please let me know solution/document which will convert SQL redo rowid value with actual value.
    Thanks,

    Please enclose your output within tag so that people here can read it easily and help you. Also the reason that why you want to remove rowid?
    Salman
    Edited by: Salman Qureshi on Mar 20, 2013 3:53 PM                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help please! to_date() or  to_char in the where clause?

    Hi All:
    I'm not sure which query below gives a better performance, please help.
    select distinct to_char(test_date, 'mm/dd/yy hh24:mi:ss) from test_run_data
    where to_Char(test_date, 'mm/dd/yy') between '01/01/87' and '12/31/99'
    select distinct to_char(test_date, 'mm/dd/yy hh24:mi:ss) from test_run_data
    where test_date between to_date('01/01/87', 'mm/dd/yy')
    and to_Date('12/31/99', 'mm/dd/yy')
    It'll be used for huge data. I'd like to test it out, but currently, the table have only 900 rows.
    Thanks, in advance, for any help.
    Rgds,
    TD

    Hello Todd:
    Thank you very much for your quick help.
    Rgds,
    Trang
    You will want to go with the second option. Putting the TO_CHAR function around the column prevents the use of an index on that column - and you don't want to convert a DATE datatype to a string date anyway.
    You will want to also be sure to:
    1) use bind variables, not hard-coded parameters as in your example.
    2) 4-digit years (yyyy, not yy)
    Also, your date range (12 years) may be large enough that a full-table scan would be more efficient than an index lookup, but even if so, option two wins.

  • PLEASE HELP -- iTunes Match - multiple problems, desktop and iOS

    I've been going round and around with this issue for the past couple days (yes, I've been dedicating that much time to it) and finally went to the Genius Bar today to get help and even they were stumped.  Hoping someone here can shed some light on the situation. Next stop, express lane for support.
    Broad Problem:
    I paid for iTunes Match around 6 months ago and activated it on my desktop.     Since then, I've had nothing but problems across my desktop and 4 seperate iOS devices (3 iPhone 4's, and an iPad 3).  The basic sympton on the desktop is that iTunes itself frequently freezes (Option-Command-Esc reveals "Application Not Responding") and requires a force quit.   As soon as I turn OFF iTunes Match, this symptom goes away. I can leave iTunes open for hours without any problems.  As soon as I turn it back ON, then the problem comes back -- sometimes iTunes won't launch at all (crashes before bringing the UI up), and other times it's the same freeze that requires a force-quite.  Quite frustrating.
    On the iOS side of things, the situation isn't any better.   When I toggle on iTunes Match and then enable "Show All Music" in the Preferences of the iPhone, then I get any one of the two following scenarios:
    A) The Music App simply won't load.  It tries, goes to white, and crashes back to the home screen of my iPhone.
    B) If I'm lucky, the Music app will launch and I can see my entire library in the cloud as intended.  The problems start though when I go to actually download/play songs from the cloud.  Typically, the songs will start playing but I will eventually get an error message that alerts me that there was "Problem Downloading Track".  When I then go into the Download Que of the iTunes Store (again, still on the iPhone), it shows the entire list of songs that I had wanted to download and shows them at various stages of download completion -- even if they have actually completely played on the phone itself.   Sometimes they will time out and display the "problem downloading track/try again" status, and other times the progress bar sits at about 99% with a status of "Processing". 
    What's particularly strange about scenario B is that I've tried to download a variety of songs to different devices -- my wifes iPhone 4, my iPhone 4, an iPad, and a iPhone 4S that the person at the Genius Bar had me use as a tester.   When I tried the iPhone 4S at the genius bar, I was amazed at how fast it downloaded to the device.  This had the genius bar guy wondering if it was a problem with my phone itself or with the iPhone 4 in particular.   Unfortunately he didn't have a spare iPhone 4 to test with so I had to go home and test with my wife's iPhone 4.  Again, she had the same problem.   The status bar hangs at about 99% showing a status of "processing", even though I have completely listened to the track within the Music App.  The same scenario happens on the iPad as well.
    Okay, if you're with me so far:  here's where things start to get REALLY strange....
    On MY iPhone 4, when I run into problem A or B, the only fixable solution for me has been to go into Preferences and toggle OFF iTunes Match, completely shut down the phone, restart the phone, and then launch the Music App, at which point I can see the music that has loaded to my phone.    The kicker here is that even though I've turned iTunes Match OFF and completely powered down my phone, when I go into the Music app I can ALSO see my ENTIRE iTunes Match library, completely with cloud status icons.   It's as though I never turned off iTunes Match at all.  In fact, I had to triple check my own preferences to verify that it was turned OFF, which it sure enough is.   I can even go and attempt to download songs, with various levels of success based on the problems above.
    Now, on my WIFE's iPhone 4, when I run into problem A or B, I tried the same process in tandem with the phones side by side as I did the test -- turn iTunes Match OFF in Preferences, power down the phone, power up the phone, and launch the Music app.    However, on her phone, when this happens the Music App shows what is to be expected -- only the music that is on the phone itself.
    Okay, there's a lot to digest here, but here's the synopsis:  my phone and my wifes phones are behaving differently when displaying iTunes Match, with my phone appearing to completely disregard the status of the On/Off Toggle within Preferences-->Music, and my wifes phone behaving as it should, at least in terms of what it displays.   The download problems are present on each device and the iPad is also behaving like my wifes phone.
    Given all of these inconsistencies and irregularities across devices and platforms -- MacBook Pro running Lion, separate iPhone 4's each running iOS 5.1.1, an iPad running iOS 5.1.1. and an iPhone 4S running iOS 5.1.1 - my suspicion is that:
    A) I've got a corrupt iTunes library file residing in the cloud
    or
    B) iTunes Match is having a hard time reconciling my Apple ID across so many devices (possibly complicated by issue A)
    The bottom line is that I have paid for iTunes Match and have never been able to use it successfully or with any predictability.
    I'm wondering if anyone else has any symptoms that match any of this and/or have come across a corrupted file in the cloud and, if so, how to remedy the situation.  Since it's in the cloud, I can't do anything about.  I can't even see it.  Most troubling.
    Note:
    When I went to the Genius Bar, they had me do a complete restore of the phone (not from backup) to elminate any corrupt files within the phone itself.  Even that didn't solve the problem.   That's when he brought out the 4S phone to test on and we were both so shocked at how blazingly fast the songs downloaded, error-free.  That phone was able to download 8 songs completely before one song downloaded to my phone sitting right next to it.  Both on the same Apple Store network and both downloading the exact same tracks using my Apple ID and login.   While it's tempting to say that the 4S is faster than the 4, I don't think it's 8 times faster with download speeds over WiFi.   However, even if the speed/completion discrepancy is because the 4S is superior, it doesn't explain the mind-boggling disparity between my wife's phone and my phone -- both iPhone 4's and both running the same iOS.   Throw in the oddity of iTunes on Lion crashing whenever iTunes Match is on and this all seems to point to some corruption in the cloud that perhaps the 4S device is able to bypass...for whatever reason.
    Please help.  This is nuts.

    Exactly same problem - any ideas - I get error message 14

  • How to use string operation in where clause of select query

    Hello All,
    I just want to know how can i write a restriction in select query saying retrive data only begins with name "DE*".
    Explaination: If my table has records and names starts with character then i want to write a query to fetch all the records in which names starts with DE*.
    Thanks in advance for your quick reply...
    Dev.

    Hi
    In the where clause you need to write like
    WHERE NAME LIKE 'DE%'
    Regards
    Sudheer

  • Referencing Aggregated Column Value in Where Clause

    Hello -
    I'm trying to determine how I can accomplish the following in the most straightforward, efficient way.
    Among other things, I'm selecting the following value from my table:
    max(received_date) as last_received_dateI also need to evaluate the "last_received_date" value as a condition in my where clause. However, I can't reference my aliased "last_received_date" column value, and when I try to evaluate max(received_date) in the where clause, I get the "group function is not allowed here" error.
    Does anyone know of a good workaround?
    Thanks,
    Christine

    Hi,
    Column aliases can be used in the ORDER BY clause: aside from that, they cannot be used in the same query where they are defined. The workarounds are
    (a) define the alias in a sub-query, and use it in a super-query, like Someoneelse did, or
    (b) repeat the aliased expression, as in the HAVING-clause, below.
    Aggregate functions are computed after the WHERE-clause. (That explains why you can do things like
    SELECT  MAX (received_date) last_received_date_2008
    FROM    table_x
    WHERE   TO_CHAR (received_date, 'YYYY')  = '2008';).
    The HAVING-clause is like the WHERE-clause, but it is applied after the aggregate functions are computed, e.g.
    SELECT    deptno
    ,         MAX (recieved_date)  AS last_received_date
    FROM      table_x
    GROUP BY  deptno
    HAVING    MAX (received_date)    > SYSDATE - 7   -- Only show deptartments with activity in the last week
    ;

  • Passing check box values to WHERE clause

    Hi,
    I have created a Data block - 'CONTACTS' (Database data block)
    and has database item - 'Code', 'Descr'
    The number of records displayed is set to 5.
    Value When checked - 'Y'
    Value When Unchecked - 'N'
    Check box mapping of other values - 'unchecked'
    I am writing the code inside 'WHEN BUTTON PRESSED'. My main objective is to return the count of records based
    based on several conditions and one among them is CODE which is can be single or multiple based on the check box checked.
    The requirement is when i check one or multiple checkboxes, i should pass the 'Code' item values to the WHERE clause.
    Right now whenver i am trying to do so, only the current record value is copied to the WHERE clause.
    I have tried using basic loop but things havnt worked.
    Logic tried with basic LOOP
    BEGIN
    GO_BLOCK('CONTACT');
    IF :contact.cb = 'Y' THEN
    LOOP
    IF p_where is null then
    p_where := :contact.code;
    else
    p_where := p_where ||','||:contact.code;
    end if;
    exit when :system.last_record = 'TRUE';
    next_record;
    END LOOP;
    end if;
    MESSAGE ( 'p_where :'||p_where);
    MESSAGE (' ');
    END;
    And Even if i write the LOOP before the first IF, it return me the current record value and move to the last record.
    please guide me where am i wrong.
    Regards.
    Anoop.

    Try something like this:
    FIRST_RECORD;
    LOOP
      IF :contact.cb = 'Y' THEN
        IF p_where is null then
           p_where := :contact.code;
         else
           p_where := p_where ||','||:contact.code;
         end if;
       END IF;
      exit when :system.last_record = 'TRUE';
      next_record;
    END LOOP;
    -- END LOOP;
    MESSAGE ( 'p_where :'||p_where);
    MESSAGE (' ');
    END;

  • Query SQL datastore with XML where clause source

    Hope I am in the right place.  New to Bus Obj Data Services Designer....I have cerated xml schemas, added it to the page as an xml source in.  Mapped a test xml file and all is well there.  I have added a query that grabs the xml.
    I need to then query the MS SQL datastore ans use  the data form the xml query as the where clause.  How is this done?  Or do I put a query on the datastore for all the data in a table then do anotehr query filtering one with the other?  seems like that would be rather heavy and low performance.  The results will then be sent back out as xml (schema and test file already set up as an xml out)
    Thanks!

    Thanks for the tips.
    I'm trying to implement this option, using your ViewDefHelper.
    I´m running into a problem though. After I create my dynamic View Object using a ViewDef, I need to create some view links.
    So I get the AttributeDefs of the columns (source, and destination) from the method findAttributeDef (which is the whole purpose of performance in my post). This method is returning the correct Attribute Def, but when I create the view Link with the method createViewLinkBetweenViewObjects(java.lang.String vlName,
    java.lang.String accessorName,
    ViewObject master,
    AttributeDef[] srcAttrs,
    ViewObject detail,
    AttributeDef[] destAttrs,
    java.lang.String assocClause)
    My destination query is generating the where clause as:
    null = ?
    Any Ideas what I'm doing wrong ?
    Thanks again.
    John.

  • SQL query optimization by changinf the WHERE clause

    Hi all,
    I need to know about the SQL query performance improvement by changing the WHERE clause. Consider a query :
    select * from student where country ='India' and age = 20
    Say, country = 'India' filters 100000 records and age = 20 filters 2000 records if given one by one. Now can anyone tell if the performance of the query can be changed by changing the query like this :
    select * from student where age = 20 and country ='India'
    as first where clause will give 2000 results and next filter will be applicable on only 2000 rows. While in the former query first where clause would give 100000 rows and seconde filter, hence, would be applicable on 100000 rows???
    Kindly explain.
    Thanks in advance.
    Abhideep

    in general the order of the where condition should not be important. However there are a few exeptions where sometimes it might play a role. Sometimes this is called order of filter conditions. Among others it depends on RBO or CBO used, Oracle Version, Indexes on the columns, statistic information on the table and the columns, CPU statistics in place etc.
    If you want to make this query fast and you know that the age column has much better selectivity then you can simply put an index on the age column. An index on the country column is probably not useful at all, since to little different values are in this column. If you are already in 11g I would suggest to use a composite index on both columns with the more selective in first position.
    Edited by: Sven W. on Nov 17, 2008 2:23 PM
    Edited by: Sven W. on Nov 17, 2008 2:24 PM

  • Setting bind values in where clause in ViewObjectImpl

    We want customize our views in a special manner. To look up for instance a text in the session langauge, we add a bind variable to the declared where clause of a VO:
    and text.lang = :lang
    Let's suppose, the actual value of the session language be known within ViewObjectImplementations. I want to set the bind value transparently within the ViewObjectImplementation rather than having to do it in every UI related client using this VO. Until now, I set the bind value whenever getViewObject or BuildWhereClause is called. This is sufficient for the AM Tester, but not for JClient forms using this VO (as a Not-all-values-bound exception is thrown), and I am not able to figure out by the documentation which methods of a VO are called when it is created and queried by a JClient form.

    See this web log posting on providing automatic default values for VO bind variables:
    http://radio.weblogs.com/0118231/2003/08/01.html#a127

  • PASS STRING IN TO WHERE CLAUSE

    Hi All,
    i'm facing a problem when i used
    SELECT * INTO TABLE ITAB FROM T000 WHERE T000~MANDT IN (810, 812, 800).
    then it's gives three values which is right according to requirement.
    but i hve to use a string n pass these values by string so i developed a string V_STRING N IT'S VALUE IS SAME AS 810, 812, 800.
    MEANS
    V_STRING = 810, 812, 800
    BUT WHEN I PASSED THIS STRING TO THIS SELECT THEN IT'S GIVE ONLY ONE VALUE FOR ONLY FIRST VALUE MEANS FOR ONLY 810.
    PLS SUGGEST ME WHY IT'S ONLY THROW ING RESULT ONLY FOR ONE VALUE.
    REGARDS,

    The only dynamic select is allowed by using an internal table of not more than 72 characters, so build the full string WHERE clause like:
    DATA: where_clause TYPE TABLE OF char72,
          clause LIKE LINE OF where_clause.
    PARAMETER p_mandt TYPE char50.
    CONCATENATE 'MANDT IN (' p_mandt ')' INTO clause.
    APPEND clause TO where_clause.
    and then
    SELECT * FROM t000  CLIENT SPECIFIED
      WHERE (where_clause).
    Remenber the limit of 72 char. So if only one field is of concern, you should better build a RANGE type internal table and use it in a IN logical expression of the WHERE clause. (Use SPLIT AT ',')
    DATA it_mandt TYPE TABLE OF char4 WITH HEADER LINE.
    DATA range_mandt TYPE RANGE OF t000-mandt WITH HEADER LINE.
    SPLIT p_mandt AT ',' INTO TABLE it_mandt.
    CLEAR range_mandt.
    range_mandt-sign = 'I'.
    range_mandt-option = 'EQ'.
    LOOP AT it_mandt.
      CHECK NOT it_mandt IS INITIAL.
      CONDENSE it_mandt.
      range_mandt-low = it_mandt.
      APPEND range_mandt.
    ENDLOOP.
    and then
    SELECT * FROM t000  CLIENT SPECIFIED
      WHERE mandt IN range_mandt.
    Regards

  • Query designer removing parts of where clause in VS 2012

    I'm new to reporting services and I'm finding the query designer very frustrating.  First off,  I have read here and
    am having a problem where the tool automatically wipes out parameters I have changed/added in the query designer.  I read this 5 years ago, yet it seems that this problem still exists.  I've tried changing the XML as suggested by some with mixed
    results.  Now I am having a problem when I changed the WHERE clause it keeps disappearing if I try and make any other change.  Does anyone have advice on working with this tool?  Should one keep a running copy of the query and keep pasting it
    back in whenever a change is needed?  Is this behavior not expected?  Is anything different with SSRS 2014?
    Thanks

    Hi billywinter,
    According to your description, parameters are wiping out automatically when you change something in query designer.
    In Reporting Service, if we use where clause to add parameters in query designer, Define Query Parameters will pop-up when running the query. Please refer to screenshot below:
    Regarding the issue, we couldn’t understand it clearly, and we would like to confirm something from you below:
    1. Does parameters disappear in your query? Or when you preview the report, the selected box of parameters doesn’t display?
    2. How about the query in query designer when parameters disappear?
    3. What’s the modification have you performed for where clause? And what’s the result after this modification?
    4. What the query type you are using, MDX query, stored procedure or another query type?
    Please provide more information about the issue then we can understand the issue clearly. If possible, please provide some screenshots about the query in query designer, and the results of parameters before and after changing where clause.
    In addition, we have found a feedback which descripts an issue about overwriting parameter in MDX query designer, and this issue is resolved by design. Is this issue same as yours? Please refer to this feedback:
    MDX Query Designer Overwrites Parameter Queries.
    Best regards,
    Qiuyun Yu

  • Help:alternate for calling function in where clause

    Hi ,
    In below query i'm calling function in where clause to avoid COMPLETE status records,due to this query taking 700 secs to return result.If i'm remove below function condition it's returning results with in 5 secs.Can you some one advice to any alternate idea for this?
    WHERE mark_status != 'COMPLETE'
    SELECT assessment_school,
      subject,
      subject_option,
      lvl,
      component,mark_status,
      mark_status
      NULL AS grade_status,
      NULL AS sample_status,
      :v_year,
      :v_month,
      :v_formated_date,
      :v_type,
      cand_lang
    FROM
      (SELECT assessment_school,
        subject,
        subject_option,
        lvl,
        programme,
        component,
        paper_code,
        cand_lang,
        mark_entry.get_ia_entry_status(:v_year, :v_month, assessment_school, subject_option, lvl, cand_lang, component, paper_code) AS mark_status
      FROM
        (SELECT DISTINCT ccr.assessment_school,
          ccr.subject,
          ccr.subject_option,
          ccr.lvl,
          ccr.programme,
          ccr.language AS cand_lang,
          ccr.paper_code,
          ccr.component
        FROM candidate_component_reg ccr
        WHERE ccr.split_session_year = :v_year
        AND ccr.split_session_month  = :v_month
        AND EXISTS
          (SELECT 1
          FROM IBIS.subject_component sc
          WHERE sc.year          = ccr.split_session_year
          AND sc.month           = ccr.split_session_month
          AND sc.paper_code      = ccr.paper_code
          AND sc.assessment_type = 'INTERNAL'
          AND sc.subject_option NOT LIKE '%self taught%'
          AND sc.component NOT IN ('PERFORMANCE  PRODUCTION','PRESENTATION WORK','REFLECTIVE PROJECT','SPECIAL SYLLABUS INT. ASSESSMENT')
        AND NVL(ccr.withdrawn,'N') = 'N'
        AND ccr.mark_status       != 'COMPLETE'
        AND EXISTS
          (SELECT 1
          FROM school s
          WHERE s.school_code   = ccr.assessment_school
          AND s.training_school = 'N'
    WHERE mark_status != 'COMPLETE';

    One thing you can test quickly is to put the function call in it's own select ...from dual.
    This might make a difference.
    However, only you can check this, I don't have your tables or data.
    So, what happens if you use:
        paper_code,
        cand_lang,
      (select mark_entry.get_ia_entry_status(:v_year, :v_month, assessment_school, subject_option, lvl, cand_lang, component, paper_code) from dual ) AS mark_status
      FROM
        (SELECT DISTINCT ccr.assessment_school,  --<< is the DISTINCT really needed?
          ccr.subject,
          ccr.subject_option,
    ...Also, try to find out the purpose of that above DISTINCT, is it really needed or is there some join missing?

Maybe you are looking for

  • Unable to load DLL 'librfc32.dll'  (Exception from HRESULT: 0x8007007E)

    Unable to load DLL 'librfc32.dll'  (Exception from HRESULT: 0x8007007E) Hi! We would like to hold the account balance data from EMPTOR to SAP and have the following error: Unable to load DLL 'librfc32.dll'  (Exception from HRESULT: 0x8007007E) We use

  • Error While Inserting Data into table using OAF

    Hi Experts, I am learning OAF; i am trying into insert the data into table using OAF. I followed the below procedure. My table(OLF_TEST_TBL) Columns: EmpID (Number), Ename(VARCHAR2 100), Sal Number, and who columns. 1. created Application Module (AM)

  • [SOLVED] hdparm -S 241 no longer working

    Sometime in the last month, hdparm has stopped spinning down defined HDD's. I have a total of three HDD's in my system. Al rotating media. Two of those HDD's I use for backup, and as such are not needed for most of the day. In my rc.local I have: hdp

  • Objects preivew fine but print incorrectly--same problem when exporting

    I had a PDF that was created in AutoCAD that I then took into Illustrator. I made all of my changes, went to print, and noticed that for some reason random lines would drop off of my printout, even though they appeared fine in the preview menu! And t

  • Conversion from iPhoto (oh, not again)

    Before asking my question let me start by thanking all the regular contributors to the Aperture forum, and in particular Terence Devlin, Kirby Krieger and Frank Caggiano. Your posts have been more valuable to me than any book I bought or any course I