RTL8139 errors appearing after 10.5 upgrade

I'm getting a huge volume of these errors in the console:
Dec 16 01:01:33 ra kernel[0]: { 5b5c fff015f4} RTL8139::receiverInterrupt - not OK
Dec 16 01:01:40 ra kernel[0]: { 3c88 fff02315} RTL8139::receiverInterrupt
Dec 16 01:01:40 ra kernel[0]: { 3c88 fff02314} RTL8139::receiverInterrupt - not OK
Dec 16 01:01:41 ra kernel[0]: { 78cc 0} RTL8139::receiverInterrupt - not OK
This started happening after going to 10.5. Upgrading to 10.5.1 has not helped the situation. Apparently this is related to the second NIC in the machine.
Anyone have any ideas how to improve the situation? Network performance is very poor because of the extensive errors generated by the newer drivers...

There was some other guy here having trouble with a RTL based card and someone pointed out this thread:
http://forum.insanelymac.com/lofiversion/index.php/t70064.html
This was the earlier post:
http://discussions.apple.com/thread.jspa?messageID=5859526&#5859526

Similar Messages

  • Hidden parameters appears after Oracle 11gR2 upgrade

    Platform: HP-UX B.11.31 U ia64
    Upgrading from: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Upgrading to : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Issue : There are around 130 hidden parameter appear after Oracle 11gR2 upgrade.
    Before upgrade I have commented the hidden parameters on the PFILE. PFILE only to start the database for the Oracle 11gR2 upgrade.
    Before upgrade, checking the hidden parameter:
    SQL> SELECT name,description from SYS.V$PARAMETER WHERE name LIKE '\_%' ESCAPE '\';
    optimizerextended_cursor_sharing_rel
    optimizer extended cursor sharing for relational operators
    allowlevel_without_connect_by
    allow level without connect by
    I am using client parameter file ( PFILE ) commented the hidden parameters highlighted above.
    However after successful upgrade to 11gR2, creating SPFILE from the PFILE ( commented the hidden parameters) now i am getting 132 hidden parameters.
    SQL> select count(1) from sys.V$PARAMETER where name like '\_%' escape '\';
    COUNT(1)
    132
    SQL> select name from sys.V$PARAMETER where name like '\_%' escape '\';
    name
    aggregationoptimization_settings
    alwaysanti_join
    alwayssemi_join
    andpruning_enabled
    btree_bitmap_plans
    bloomfilter_enabled
    bloomfolding_enabled
    bloompruning_enabled
    complexview_merging
    compressioncompatibility
    connectby_use_union_all
    convertset_to_join
    costequality_semi_join
    cputo_io
    dimensionskip_null
    eliminatecommon_subexpr
    enabletype_dep_selectivity
    fastfull_scan_enabled
    firstk_rows_dynamic_proration
    gbyhash_aggregation_enabled
    generalizedpruning_enabled
    globalindexpnum_filter_enabled
    gsanti_semi_join_allowed
    improvedouterjoin_card
    improvedrow_length_enabled
    indexjoin_enabled
    ksbrestart_policy_times
    leftnested_loops_random
    localcommunication_costing_enabled
    minimalstats_aggregation
    mmvquery_rewrite_enabled
    newinitial_join_orders
    newsort_cost_estimate
    nljbatching_enabled
    optimadjust_for_part_skews
    optimenhance_nnull_detection
    optimnew_default_join_sel
    optimpeek_user_binds
    optimizeradaptive_cursor_sharing
    optimizerbetter_inlist_costing
    optimizercbqt_no_size_restriction
    optimizercoalesce_subqueries
    optimizercomplex_pred_selectivity
    optimizercompute_index_stats
    optimizerconnect_by_combine_sw
    optimizerconnect_by_cost_based
    optimizerconnect_by_elim_dups
    optimizercorrect_sq_selectivity
    optimizercost_based_transformation
    optimizercost_hjsmj_multimatch
    optimizercost_model
    optimizerdim_subq_join_sel
    optimizerdistinct_agg_transform
    optimizerdistinct_elimination
    optimizerdistinct_placement
    optimizereliminate_filtering_join
    optimizerenable_density_improvements
    optimizerenable_extended_stats
    optimizerenable_table_lookup_by_nl
    optimizerenhanced_filter_push
    optimizerextend_jppd_view_types
    optimizerextended_cursor_sharing
    optimizerextended_cursor_sharing_rel
    optimizerextended_stats_usage_control
    optimizerfalse_filter_pred_pullup
    optimizerfast_access_pred_analysis
    optimizerfast_pred_transitivity
    optimizerfilter_pred_pullup
    optimizerfkr_index_cost_bias
    optimizerfull_outer_join_to_outer
    optimizergroup_by_placement
    optimizerimprove_selectivity
    optimizerinterleave_jppd
    optimizerjoin_elimination_enabled
    optimizerjoin_factorization
    optimizerjoin_order_control
    optimizerjoin_sel_sanity_check
    optimizermax_permutations
    optimizermode_force
    optimizermulti_level_push_pred
    optimizernative_full_outer_join
    optimizernew_join_card_computation
    optimizernull_aware_antijoin
    optimizeror_expansion
    optimizerorder_by_elimination_enabled
    optimizerouter_join_to_inner
    optimizerouter_to_anti_enabled
    optimizerpush_down_distinct
    optimizerpush_pred_cost_based
    optimizerrownum_bind_default
    optimizerrownum_pred_based_fkr
    optimizerskip_scan_enabled
    optimizersortmerge_join_inequality
    optimizersqu_bottomup
    optimizerstar_tran_in_with_clause
    optimizersystem_stats_usage
    optimizertable_expansion
    optimizertransitivity_retain
    optimizertry_st_before_jppd
    optimizerundo_cost_change
    optimizerunnest_corr_set_subq
    optimizerunnest_disjunctive_subq
    optimizeruse_cbqt_star_transformation
    optimizeruse_feedback
    orexpand_nvl_predicate
    orderednested_loop
    parallelbroadcast_enabled
    partitionview_enabled
    pivotimplementation_method
    prerewrite_push_pred
    predmove_around
    pushjoin_predicate
    pushjoin_union_view
    pushjoin_union_view2
    pxminus_intersect
    pxpartition_scan_enabled
    pxpwg_enabled
    pxual_serial_input
    queryrewrite_setopgrw_enable
    removeaggr_subquery
    replacevirtual_columns
    resourcemanager_plan
    rightouter_hash_enable
    selfjoinmv_duplicates
    sqlmodel_unfold_forloops
    sqltunecategory_parsed
    subquerypruning_enabled
    subquerypruning_mv_enabled
    tablescan_cost_plus_one
    unionrewrite_for_gs
    unnestsubquery
    usecolumn_stats_for_function

    I just came across a similar case: 1 (just one) of our (RAC-) databases has 130-something underscore-parameters set to non-default values.
    version is still 11.1.0.7 (e.g. not 11gR2).
    All of those hidden parameters seem to be CBO related (list on request).
    Weird is: Only one of our (very similar, supposedly same-config) databases have these hidden parameters set.
    Colleagues justly wonder: Who, When, What has caused these parameters to be expliclty set for this one system?
    Note: we do not have the complete history of this system documented (systems have been managed by 3 different parties already).
    It is quite possible they came in with some patch or upgrade (catupgr?) somewhere between 11.1.0.1 and 11.1.0.7, but a confirmation would be nice.
    Information welcome.
    System info:
    Linux hostname 2.6.18-164.9.1.el5 #1 SMP Wed Dec 9 03:27:37 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Versions
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    5 rows selected.

  • Why all the errors appear after some hours on pc

    Why all the errors appear after some hours on pc             

    Thanks for reply but the 2 HDD oki think the PS is 200 W that made that problem ?Or from TEMP ? i made it more able to flow the air  & become better now     

  • ITunes Error 42408 After 9.03 Upgrade

    I am receiving the error 42408 after upgrading to 9.03. Google did not yield any results. The error appears attempting to authorize my Powerbook.

    I had the same problem. Check the version of iTunes via the About dialog. Mine said 9.0.2 despite having upgraded via system updates, itunes and even downloading the whole package again.
    Turns out, the dock iTunes link is running the old one. Basically, remove it from the dock, and re-drag the itunes from the applications folder back onto the dock. This then started 9.0.3 for me, and my iTunes account worked, the itunes store worked and iphone sync worked as well. Phew.
    Check the bottom of this page for my reference http://support.apple.com/kb/HT2311

  • Itunes error -54 after mountain lion upgrade

    Has anyone else suffered this error since upgrading from lion to mountain lion?

    Sorry this is for another problem of MAMP not starting. I misunderstood your original query. Added another reply
    Are your MAMP sites running on port 80? I had the same problem. Turns out it is due to default Apache running on port 80.
    Solution documented here - http://servertastic.tumblr.com/post/28057698676/mamp-not-starting-after-upgrade- to-mountain-lion
    Message was edited by: AndyGambles - Clarification added

  • The music search on the I tunes store does not appear after the latest upgrade to my I phone 4

    The music search feature on the I Tunes store does not appear.  Unable to search since the latest upgrade.

    If you're sure where your library is run this script iTunesXMLPath. The library folder is the folder that file is in. Your media folder is recorded under Edit > Preferences > Advanced and is usually a subfolder of the library folder.
    I recommend you backup your library with the method in this user tip.
    tt2

  • Error message after trying to upgrade iOS 6, Error message after trying to upgrade iOS 6

    I tried to upgrade to IOS 6 on my ipad2 and get an error message. It won't let me try to download again. What do I do to download iOS 6?

    I tried to upgrade to IOS 6 on my ipad2 and get an error message. It won't let me try to download again. What do I do to download iOS 6?

  • Error 29 after trying to upgrade to 4.2

    My 3GS was doing just fine until I tried to update it today. Now it's a useless brick that I am unable to restore. Anyone else seeing this or have any idea how to correct?

    Hi
    Error 29 is usually a hardware issue.
    From http://support.apple.com/kb/TS1275
    +Error 23, 28, 29, 1002, 1011, 1012, 1013, 1014, 1611: These errors may indicate a hardware issue with your device. Follow the steps in this article and also attempt to restore while connected with a known-good 30-pin Dock Connector cable, computer, and network to isolate this issue to the device. If the MAC address is missing or the IMEI is the default value (00 499901 064000 0), this can also confirm a hardware issue.+
    Check the cable and check that the pins in the dock area on the phone are clean and free of debris like lint etc.
    If all looks OK, follow through the steps in this article and see if you get a fix to the issue.
    Hope this helps

  • Volume doesn't appear after 3.0 Upgrade

    I upgraded my 1st Gen. iPod Touch to the 3.0 software and now my volume bar is gone. Any suggestions? I've already restored and received Genius Bar support. They want me to pay $200 to get new hardware.

    ya just plug in your headphones. The play/skip icons kind of move up and the volume slider fades in. I had the same problem. I like the graphic effect, though.

  • Keep Getting Error Message When Trying to Upgrade

    I have tried to upgrade several times it goes all the way through and then it gives an error message after trying to upgrade quicktime error message 2378

    +error message 2378+
    That typically indicates a problem with your VBScript. See the following troubleshooting article:
    iTunes and QuickTime for Windows cannot be installed without Visual Basic Script (VBScript)
    (The Vista instructions are down at the bottom of the document.)

  • "iTunes could not back up the iPad because the iPad disconnected" error message after upgrading to 8.3

    Yesterday I upgraded my iPad Air from 7.1.2 to 8.3 after holding off upgrading until now. Before the upgrade I backed up the iPad without any problems but since the upgrade I can't back up the iPad – it goes to step 2 of 4 and stays there for ages, and then I get a pop up box saying "iTunes could not back up the iPad "...  iPad" because the iPad disconnected."
    I've just tried setting up iTunes on another PC and backing up the iPad to this iTunes and got the same error message so it's not the iTunes setup on either computer (Windows 7 PCs).
    Everything I've tried so far seems to be working on the iPad but I can't do any backups.
    Any suggestions on what else to try will be much appreciated.

    Sometimes resetting the iPad system helps. Did you try that? If not, try it. Hold down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears on the screen, then let go of the buttons and let the iPad start up. Then try to backup again.

  • Error message after Upgraded from 2.53ghz (533 FSB) to 3.2ghz (HT)

    Hi! everyone,
    As you can see i'm a newbie on this board, however I've frequently visited here once in a while.  Anyway, the problem I currently have after I upgraded my cpu from 2.53 ghz to 3.2ghz HT (Northwood) is that I not very often (few times so forth since monday) see this error message after reboot my pc :
    ***Message starts here***
    A problem has been detected and windows has been shut down to prevent damage to your computer.
    If this is the first time you've seen this stop error restart your computer.  If this message appears again, follow these step:
    Run system diagnostic utility supplied by your hardware manufacturer.  In particularly run a memory check and check for faulty or mismatched memory, try changing video adapters.  
    Disable or remove any newly installed hardware or drivers....etc.
    Technical information
    ***STOP:  0x0000007F (0x00000008, 0xF7806d70, 0x00000000, 0x00000000)
    ....................................... ........etc.....
    ****Message ends here****
    As i stated before I've never seen this message before the upgrade.  So, here is my configurations:
    BEFORE
    875P NEO-LSR w/ BIOS v. 2.0
    2.53ghz 512 FSB CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb on channel 1  -  512mb on channel 3) (KINGSTON pc2700 module)
    CURRENT
    857P NEO-LSR w/BIOS v. 2.0
    3.2ghz 800 FSB 512mb (L2 cache) CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb stick on channel 1 - 512mb stick on channel 3) (KINGSTON pc2700 module) *
    * may be this causes this error message because as I read it on the discription page of the 875P NEO-LSR that it will only support DUAL channel (PC3200 type) with HT CPU.  So, i suspect this may cause the problem but I havent try to rearrange my memory to one channel (1 x 2) yet.
    I will greatly appreciate it if someone in here who may has experienced it before or know what all this means.  Please advise

    Thanks for your advise bejon2000.  
    Here is my situation, I just freshly installed Windows XP Pro w/SP2 prior to this cpu upgrade ...I did the os last weekend and upgraded the cpu the day or two after which is monday of this week.  So, can I just do the BIOS update now with the os already inplaced ???  I assum the aswer is yes, however I just wanted to confirm before I do it, you know  
    I've SiSoftware Utilities 2004 installed on the system as well, and after I did the Performance Tune-Up in SiSoftware ...This is what I got
    SiSoftware Sandra
    Display on Screen
    Device Type : Desktop/Notebook
    System Summary
    Analysing...
    Tip 2546 : Large memory modules should be ECC/Parity.
    Finished Successfully : Yes
    ****Mainboard Information
    Analysing...
    Power / Aux Temperature : 59.0°C / 138.2°F
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Tip 2505 : System does not support memory error detection. Some memory errors may go unnoticed.
    Warning 2506 : System does not support memory error correction. System will stop if memory errors are found.
    Tip 2511 : Some memory slots are free so the memory can be easily upgraded.
    Tip 2546 : Large memory modules should be ECC/Parity.
    Warning 2518 : Mainboard temperature is too high.
    Finished Successfully : Yes
    ***CPU & BIOS Information
    Analysing...
    Tip 210 : Processor 1 : Mainboard supports faster CPUs, so the CPU can be upgraded when needed.
    Notice 224 : Processor 1 : SMBIOS/DMI information may be inaccurate.
    Notice 224 : System BIOS : SMBIOS/DMI information may be inaccurate.
    Tip 212 : System BIOS : BIOS can be shadowed so check whether it is.
    Tip 211 : System BIOS : BIOS is flash-able and socketed so it can be upgraded when needed.
    Finised Successfully : Yes
    APM & ACPI Information
    Analysing...
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Finished Successfully : Yes
    PCI, AGP, CardBus Bus(es) Information
    Analysing...
    Finished Successfully : Yes
    Video System Information
    Analysing...
    Tip 319 : Primary Display Driver (display) : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : Primary Display Driver (display) : Remove the desktop wallpaper to save memory and improve performance.
    Tip 319 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : Remove the desktop wallpaper to save memory and improve performance.
    Finished Successfully : Yes
    Windows Memory Information
    Analysing...
    Finished Successfully : Yes
    Drives Information
    Analysing...
    Warning : 1.44MB 3.5" (A:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : CD-ROM/DVD (F:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : Removable Drive (G:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Tip 1821 : Removable Drive (H:) : Label (name) drive.
    Finished Successfully : Yes
    Ports Information
    Analysing...
    Warning : Communications Port (COM1) : Port in use. [5]
    Finished Successfully : Yes
    Keyboard Information
    Analysing...
    Finished Successfully : Yes
    Mouse Information
    Analysing...
    Finished Successfully : Yes
    Sound Card Information
    Analysing...
    Finished Successfully : Yes
    Printer and Fax Information
    Analysing...
    Tip 402 : PaperPort Color : Print quality may have been set too low. Check settings.
    Finished Successfully : Yes
    MCI Devices Information
    Analysing...
    Finished Successfully : Yes
    Windows Information
    Analysing...
    Tip 1300 : Enter your company name or "Home" instead of "Unknown".
    Finished Successfully : Yes
    WinSock Information
    Analysing...
    Finished Successfully : Yes
    Processes Information
    Analysing...
    Tip 1601 : 6. tinhbuon0e - ********* - Winamp [Stopped] : Program consumes a large amount of memory.
    Tip 1601 : Adobe Photoshop - [main.psd @ 90.9% (Layer 4, RGB/8)] : Program consumes a large amount of memory.
    Tip 1601 : Adobe ImageReady : Program consumes a large amount of memory.
    Finished Successfully : Yes
    Modules Information
    Analysing...
    Finished Successfully : Yes
    OLE Information
    Analysing...
    Finished Successfully : Yes
    DirectX Information
    Analysing...
    Finished Successfully : Yes
    Network Information
    Analysing...
    Finished Successfully : Yes
    SCSI Information
    Analysing...
    Warning 2600 : WDC WD80 0JB-00CRA1       : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : Maxtor 6 Y160P0           : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : TOSHIBA  DVD-ROM SD-M1712 : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : PLEXTOR  DVDR   PX-716A   : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Finished Successfully : Yes
    Font Information
    Analysing...
    Finished Successfully : Yes
    CMOS Information
    Analysing...
    Finished Successfully : Yes
    OpenGL Video Information
    Analysing...
    Finished Successfully : Yes
    Services Information
    Analysing...
    Tip 2130 : Alerter : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Error Reporting Service : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Help and Support : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Removable Storage : Service may be disabled on Home/Professional OS version.
    Tip 2130 : IPSEC Services : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Remote Registry : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Secondary Logon : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Windows Image Acquisition (WIA) : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Distributed Link Tracking Client : Service may be disabled on Home/Professional OS version.
    Finished Successfully : Yes
    ATA/ATAPI Information
    Analysing...
    Warning 3100 : ATA device (fixed) : SMART not enabled; consider enabling for safety.
    Warning 3103 : ATA device (fixed) : Acoustic Management enabled. Peformance may be impaired.
    Finished Successfully : Yes
    Data Sources Information
    Analysing...
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Tip 3001 : ODBC Information : ODBC driver support old; should support ODBC 3.52 or later.
    Error : Tables/Views : No tables/views found.
    Error : Procedures/Functions : No procedures/functions found.
    Finished Successfully : Yes
    Hardware IRQ Settings
    Analysing...
    Finished Successfully : Yes
    DMA Settings
    Analysing...
    Finished Successfully : Yes
    I/O Settings
    Analysing...
    Finished Successfully : Yes
    Memory Resources
    Analysing...
    Finished Successfully : Yes
    Plug & Play Enumerator
    Analysing...
    Finished Successfully : Yes
    Performance Tune-up Wizard
    Finished Successfully : Yes
    There are actually some notices on MAINBOARD INFORMATION & CPU & BIOS INFORMATION, however I'm not sure what exactly they mean though.
    ******UPDATED*****
    here is the last part of the error that i described in my first post, I just saw it again right now
    ****STOP:  0x.......
    **** sysaudio.sys - Address F6EAA481 base at F6EA7000, Datestamp 41107F1a
    Beginning dump of physical memory
    Dumping physical memory to disk:  (counting from 1 to 99 then it shut down the computer)

  • Cannot send emails from Hotmail on my iPad appears only after iOS 7 upgrade.

    Cannot send emails from Hotmail acc on my iPad, problem occurred after iOS 7 upgrade. Message appears that user name or password is incorrect in settings but they are correct when checked.

    Try deleting and reinstalling your Hotmail email account.

  • Error message after upgrading to 7.3

    i upgraded to iTunes 7.3 and i got a message that said something about some files were missing and i needed to uninstall and try again. i uninstalled it and now i can't even download iTunes. i can download but i can't do anything else. anybody else having this problem?

    Yes, i had the same error message after upgrading to 7.3.
    I am using windows XP - i went to the Control Panel -> Add/Remove Programs -> Scrolled to iTunes & clicked on Change (not Remove), then clicked Repair. It all works fine after that.
    Search this forum - i hope you find a solution.

  • Error messages after upgrading kernel (devfs to udev) [SOL]

    when installing the new kernel i got a message to change my menu.lst so it changed "/dev/discs/disc0/part3" to "/dev/hda3" (and nothing else) cause of udev instead of devfs.
    after rebooting i get few error messages:
    [after network start]
    SIOCSIFADDR: No such device
    eth0: unknown interface: No such device
    SIOCSIFBRDADDR: No such device
    etho0: unknwon interface: No such device

    kjs wrote:I'm also having an issue after upgrading neither eth0 nor eth1 are showing up in /dev .... I think it's due to the switch from devfs to udev...
    for the record - network interfaces never show up in /dev - they're not normal devices
    edit: I guess I should provide some help...
    ifconfig and "ifconfig -a" will list network devices (also in /proc/net somewhere).  If you do not have a network device that means that your module is not properly loaded for that device.
    This should have nothing to do with a devfs/udev switch and everything to do with a kernel upgrade.
    Just for some more info, can you please report the output of:
    · lsmod
    · uname -r
    · ls /lib/modules
    · ifconfig -a

Maybe you are looking for

  • Document Chekc in through BAPI Error

    Dear all,       I am using bapi  BAPI_DOCUMENT_CHECKIN2 to Check in Dcument into content server but i am getting error as Error while checking in and storing: C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\DESKTOP\DD.doc message no is 253 Please guide me. t

  • Not able to run a OA page from jdeveloper

    Hi, I am getting the below error when i run the page from jdeveloper from my local machine. It says invalid user name and password. But i have given a valid user_name and password Please help me to resolve this error. Note: recently our DB passwords

  • Item Sale Unit

    Hello Experts, We have an item, Gas, that is purchased in KG, stored in KG and sold in Litres (0.56 x KG). However, one customer insisted (and it is now contractual) that they be invoiced in KG. I would appreciate suggestions on how to accommodate th

  • Dimension key in a fact table should be repetitive?

    Hi All, We do have one to one  relationship between a FACT table and Dimension table? Is it correct to have this kind of dimensional model.

  • I want to convert a publisher document to pdf. please help

    convert a publisher document to pdf