OCA-30002: ubofscr function not supported

The documentation says there is a file called OCA605290.zip on the CD. This file is not on my cd could someone email it to me at [email protected]

See the posting on this board on Feb 21 titled:
"Master DB, in 8.0.5, Local DB is 8i Lite - Will it work?"
If you're trying to get 8iLite and Forms to work in WIN95, you're in for a hard time.

Similar Messages

  • OCA-30002: ubofscr function not supported -- how to solve?

    Connecting to Oracle8i Lite using SQL*Plus 8 we get following
    message:
    OCA-30002: ubofscr function not supported
    Does anyone know how to solve this problem?
    Thank you in advance,
    Erik Martens
    null

    during the installation you have skip
    one of the step to install the require files
    for 8.0.5.
    what you can do is copy the file ub80w32.dll
    from your installation directory or
    download the latest patches 40016ol.exe from http://support.oracle.com/
    null

  • Pass on lot size" function not supported in costing runs

    hi when i am doing cost estimate through ck40n i am getting following error.
    Pass on lot size" function not supported in costing runs
    Message no. CK463
    Diagnosis
    You have selected costing variant PPC1 for the costing run. The Pass on lot size indicator is set in this costing variant. Costing variants in which this indicator is set cannot be used by the costing run.
    System Response
    The costing run is not created.
    Procedure
    You have the following options:
    Reset the Pass on lot size indicator in costing variant PPC1 so that the lot size is not passed on.
    Use a different costing variant in which the Pass on lot size indicator is not set.
    if any one had found any same king of error please help me in fix it.
    thanks
    kareem

    Probably this might be the cause
    Sales order by Costing
    Check out the below
    Pass On Lot Size
    Definition
    If this indicator is selected, the system determines the costing lot size using the lot size of the highest material in the BOM and the input quantities of the components.
    Use
    1) Do not pass on lot size
    If this indicator is not selected, the materials further down in the structure are costed in accordance with the lot size in the costing view of the material master record. When the materials in the next-highest costing level are costed, the costing results of the semifinished materials are converted to the lot size of the finished material to calculate the material costs for the finished product.
    2) Pass on lot size only with individual requirement
    In the MRP view of the material master record, you can specify that a material is planned as an individual requirement. If such a material is added to another material, costing uses the lot size of the highest material.
    3) Always pass on lot size
    Here, the costs for all the materials in a multi-level BOM are calculated using the costing lot size of the highest material. This function is used principally in sales order costing.
    If you are costing sales orders using product costing for a material with a multilevel BOM that is produced in-house, choose 2) or 3) . For those individual requirements materials, from a business management point of view it is recommended that the order lot size be used when costing the material components going into the finished product. On the other hand, materials subject to collective requirements are generally costed using the costing lot size in the material master record.
    Thanks

  • Why is the PWDCOMPARE function not supported on an Azure SQL Server 2014 database

    I have tried to publish a database from our local SQL Server to Azure but receive an error saying PWDCOMPARE is not supported with no link to a reason why.
    We are using HASHBYTES function to encrypt passwords in our database and
    PWDCOMPARE to validate them and we currently don't have an alternative (see article: http://sqlity.net/en/2460/sql-password-hash/). The PWDCOMPARE function is referenced by a stored procedure,
    which is what won't publish to Azure.
    It would be useful to know if it will be supported or if we should create a VM instead.
    EDIT: Further Clarified question above, but basically the functions listed are documented in MSDN and there is no mention of them being undocumented unsupported features.
    The error occurs when trying to publish a database to Azure from SQL Server 2014 Management Studio

    Hi,
    I am not an expert to answer this but am trying my best to answer this query.
    Hashes a password and compares the hash to the hash of an existing password. PWDCOMPARE can be used to search for blank SQL Server login passwords or common weak passwords.
    Syntax
    PWDCOMPARE ( 'clear_text_password'
       , password_hash
       [ , version ] )
    Note: This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
    I am not sure whether this feature is not available on SQL 2014.
    I think you can solve this issue by using the EXECUTE AS. Add this query into a procedure with EXECUTE AS with the user/login with sufficient permissions on the server.
     Refer to belw link for more details on EXECUTE AS
    http://msdn.microsoft.com/en-us/library/ms188354.aspx
    create
    procedure checkpassword
    @UserName
    SYSNAME
    ,@Password
    VARCHAR(1000)
    WITH
    EXECUTE AS
    '<UserName>'
    as
    select
    pwdcompare(@Password,convert(nvarchar(128),password))
    from master.dbo.syslogins
    (nolock)
     where name=@UserName
    GO
    EXEC checkpassword
    @UserName='test',@Password='12345678'
    Girish Prajwal

  • Acrobat 8 on iMac: Preview Function Not Supported?

    I just tried to use the Preview function under Print in Acrobat and it says that Preview is not supported. Is this a problem with Acrobat 8 on OS 10.5? Is there any way to fix it?

    >I was wondering if it was possible to just uninstall the Acrobat 7 portion of CS2 and just install Acrobat 8?
    It's possible but she would have to purchase 8 separately.
    Actually she would have to purchase 9 separately. 8 isn't being sold any more.

  • Regular Expression functions not supported in Interactive report filters ??

    I'm using APEX 4.0.2 and I'm trying to create a row filter in an interactive report which uses regexp_instr and regexp_replace functions and I'm getting the message:
    Invalid filter expression. regexp_instr
    The code runs fine in SQL Workshop
    select cytogenetics from z_patient
    where regexp_instr(regexp_replace(cytogenetics,'(\,+|\"+|\s)',''),'(^46XX$|^46XY$|^46XX\[..\]$|^46XY\[..\]$)')=1
    CYTOGENETICS
    "46,XX [20]"
    "46,XY[20]"
    "46,XX"
    "46,XY[20]"
    "46,XY[30]"
    "46,XY[26]"
    "46,XY [33]"
    "46,XX[32]
    etc...
    my filter is just the where clause above i.e.
    regexp_instr(regexp_replace(cytogenetics,'(\,+|\"+|\s)',''),'(^46XX$|^46XY$|^46XX\[..\]$|^46XY\[..\]$)')=1
    *Are regular expression functions just not supported in interactive report filters?*
    thanks in advance
    Paul P

    Hi Paul,
    regular expression functions are supported in interactive report filters, but it looks like that REGEXP_INSTR hasn't been added as valid command. Only REGEXP_SUBSTR and REGEXP_REPLACE are valid commands for computation expressions and REGEXP_SUBSTR, REGEXP_REPLACE and REGEXP_LIKE for row level filters.
    I have filed bug# 12926266 to fix this issue. Sorry for the inconvenience.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Worksheet Functions not Supported by Application Object, VBA Mod is not the same as Excel Mod

    kb article 107564 states that VBA Mod function is the same as excel Mod funciton.
    and as a result of this the Excel Mod function is not available in VBA.
    The vba help provides examples and specificaly states that the mod is rounded to an integer:
    Dim MyResult
    MyResult = 10 Mod 5 ' Returns 0.
    MyResult = 10 Mod 3 ' Returns 1.
    MyResult = 12 Mod 4.3 ' Returns 0.
    MyResult = 12.6 Mod 5 ' Returns 3.
    However using excel Mod(x,y) function: these results occur:
    Mod(10,5) = 0
    Mod(10,3) = 1
    Mod(12,4.3) = 3.4
    Mod(12.6,5) = 2.6
    This is from Excel 2010.
    How can we get the Application to use the Excel Worksheet function?

    Roll your own:
    Sub TestMacro()
        '12.3 Mod 3.4 should return 2.1
        MsgBox WSMod(12.3, 3.4)
    End Sub
    Function WSMod(dN As Double, dD As Double) As Double
        WSMod = (dN / dD - Int(dN / dD)) * dD
    End Function

  • Handsfree Functions not supported in the current hardware environment

    Hello,
    I have a generic Bluetooth headset and a PCMCIA bluetooth card that came with the newest Toshiba Drivers.
    The card detects the headset, and other bluetooth devices but it won't allow me to pair the headset with my computer.
    I am running XP with SP2 installed.
    Can anyone help me? I would really like to get the headset working on my laptop?
    Thanks a lot for any help,
    Jake

    Hi,
    Did you tried to connect this headset with an other computer which has bluetooth? Maybe it can be possible that the headset had some problems?
    Did you checked the website of the manufacturer of that headset and googled for that thing about some incompatibility issues?
    Would be better to do this, maybe you can find out whats wrong with your devices..
    Greets

  • Excel Function iserror is not supported

    Hi !
    I am using vlookup along with iserror to remove an errors that result of a logical lookup.
    For e.g. a sample formula on my sheet would look like 
    =IF(ISERROR(VLOOKUP(A1,A1:B22,2,0),"",(VLOOKUP(A1,A1:B22,2,0))
    Everytime I build a preview, Xcelsius comes back to me with "iserror function not supported". Does Xcelsius not support this function?
    Xcelsius Version: 2008 (Version 5.1.1.0, Build: 12,1,1,344)
    Regards
    Pranav Gaur

    Correct, the formula =ISERROR() is not supported in Xcelsius 2008.
    For a complete list of all supported formulas, please go to Help --> Xcelsius Help.  Then expand the last expandable section called "Supported Excel Functions".
    edit: ISERROR is supported from SP1 forward (as noted in Margaret's post).  My original post was based off of information from the initial release of Xcelsius 2008.
    Edited by: David Lopez on Nov 5, 2008 11:09 AM

  • Firefox v33 not supported for firebreath dll function?

    ''locking a a duplicate of - https://support.mozilla.org/en-US/questions/1031785''
    Hi,
    i have call a firebreath default echo function in my firefox extension using firefox v33 browser. its not working, it returns type error:echo is not a function. But the same function successfully called in firefox v28. So whats the actual problem? why firebreath dll function not supported in firefox v33?
    note In echo function, i have create a messagebox to display while calling in that function. it shows in v28 but in v33 exception throws like type error:echo is not a function.
    Regards
    Bala
    ''put a space after the periods as it was creating links.''
    ----

    Does Firefox find that element if you run this code in the Web Console (Firefox/Tools > Web Developer)?
    <pre><nowiki>ngPluginObj = document.getElementById('myfirebreath');</nowiki></pre>
    Do you see the add-on enabled in "Firefox/Tools > Add-ons"

  • Right to left override "\u202e" and "\u202c" not supported?

    I'm converting a Word document to Pdf.  It's a mix of arabic and english and contains rtl overrides.  The unicode comes up as staff symbols in pdf.  The font is arial.  I tried in Arial Unicode MS but it has no effect on the document but it no longer shows the staff symbols.  Is this functionality not supported?

    I'm currently using Aspose.Words for .Net.  I create word document fine and it displays the content all and well, but anywhere I put rtl overrides pdf doesn't pick up.  When using Arial Unicode MS, I just tested to make sure any unicode was coming through.  The unicode is coming through I guess it's just not using it RTL unicode properly.
    I also tried just saving the working word document I have to Pdf using Word and it also did not recognize the RTL markers. 

  • New preview function for iPad–error message "Multiple page sizes not supported"

    When I try to use the new preview function with my iPad I get the error message "Multiple page sizes within a layout are not supported". I have a page that is 768 x  1296. I would really like to preview this folio before publishing. Any suggestions?

    If you're trying to create an article that scrolls vertically, you can create a 768x1296 article in a 1024x768 folio, but you need to select a Smooth Scrolling option when you create or import the article, or in the Article Properties dialog box.

  • [svn] 3045: Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

  • BI IP - Planning Function Type Formula Error "Characteristic not Supported"

    Hi all,
    I have created a planning function type formula with very simple code. The code was copied from SAP Library and FISCPER was replaced with 0CALDAY. I continue to get an error 'Characteristic 0CALDAY is not supported".
    The characteristic 0CALDAY is in the Infoprovider and the aggregation level. I have tried 'To Characteristic Usage' with both changed and in condition.
    DATA D1 TYPE D.
    DATA D2 TYPE D.
    DATA I1 TYPE I.
    DATA I2 TYPE I.
    DATA CALDAY TYPE 0CALDAY.
    FOREACH CALDAY.
    CALCULATE 1ST DAY OF ZCALEND
    D1 = C2DATE( CALDAY, S ).
    CALCULATE LAST DAY OF CALDAY
    D2 = C2DATE( CALDAY, E ).
    CALCULATE THE DIFFERENCE BETWEEN LAST AND 1ST DAY MINUS TWO DAYS
    I2 = 2.
    I1 = D2 - D1 - I2.
        MESSAGE I001(UPF) WITH 'DIFFERENCE' I1.
    ENDFOR.
    Thank you in advance for any help.
    Teri

    Thank you very much for your reply. What would you suggest? I must use 0CALDAY.  As you can tell I am very new to IP, I have tried other options for example:
    DATA ZDAYS TYPE I.
    DATA ZDT TYPE ZCALSTART.
    DATA ZDF TYPE ZCALEND.
    ZDT = ZCALSTART.
    ZDF = ZCALEND.
    ZDAYS = ZDT-ZDF.
    {KF,ZDT,ZDF} = ZDAYS.
    I received an error "ZCALSTART could not be recognized"
    I also tried to call a function. 'FIMA_DAYS_AND_MONTHS_AND_YEARS'.
    DATA D1 TYPE D.
    DATA D2 TYPE D.
    DATA DD TYPE I.
    DATA CALS TYPE ZCALSTART.
    DATA CALE TYPE ZCALEND.
    D1 = CALS.
    D2 = CALE.
    CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
      EXPORTING
        I_DATE_FROM          = D1
      I_KEY_DAY_FROM       =
        I_DATE_TO            = D2
      I_KEY_DAY_TO         =
      I_FLG_SEPARATE       = ' '
    IMPORTING
       E_DAYS               = DD.
      E_MONTHS             =
      E_YEARS              =
    I received an error "Types of parameter I_DATE_FROM () and variable D1(D) are inconsistent".  From what I could find they should be consistant.  Please provide any suggestions. Thank you!
    Teri
    Edited by: teri chandler on Mar 30, 2010 3:26 PM

  • Ipad2 gives me ""accessory is not supported" message w/ VGA adapter that I used lots of times before. Now it's not working. Why? and how do I get it back to normal functioning?

    Ipad2 gives me ""accessory is not supported" message w/ VGA adapter that I used lots of times before. Now it's not working. Why? and how do I get it back to normal functioning?
    I used the (Apple branded) VGA adapter lots of times last year. Now I got back to one place I used it many times and it does not work. When I restart iPad with the adapter connected, I get the "accessory is not supported"message. But that same accessory WAS supported before.
    This is very annoying as I planned a whole bunch of presentations starting this week to do with my iPad2 and that adapter.

    I received the same error message, "Accessory Not Supported"  from both the VGA and DV video adapters I purchased, both were boxed direct from Apple. However, to bypass this problem I  simply clicked on Photos icon on iPad2 and flipped through photos until it displayed on my projector.  I then exited the Photos app and my home screen displayed fine on the projection screen.
    Some logic issue with the video adapters, but launching Apple Photo app initializes the video adapters then they work fine for mirroring after that.
    Platform: iPad2
    IOS: 5.1.1
    Best regards!

Maybe you are looking for