Entry point in Oracle DBA

My name is James, and I am a resident of seattle WA. I am a software and hardware tester profesional both in manual and automation using windows and linux (but mostly software testing on windows platform) for the past 6 plus year. However, I am looking forward to go into oracle DBA. I have intermediate experince with MS SQL 2005/2008 and oracle 9g/10g. What is the best resources out there or book(s) that I can use to enhance my oracle DBA skill and is there a way to get an entry oracle DBA position out there to kick off as an oracle DBA? Any advice would be highly appreciated.
Thanks,
-James.

Its getting near impossible to get into the Oracle DBA field, unless perhaps you are a developer at a company that just happens to need a DBA and you are in the right place at the right time.
Most companies have downsized their DBA staffs, and most companies now expect their DBAs to take on much more databases as well as other responsibilities, including web server administration, develop SQL and PL/SQL and reports, and just about anything else your supervisor happens to need without having the funding to hire someone.
Just as you noted, to be a DBA today requires at least 3-5 years experience, along with a couple years of RAC, Data Guard, Streams, TT, and whatever else is new, and perhaps a Top Secret Clearance that has been active within the past 6 months.
Its near impossible. Even then, if you happen to have all of the above, there will likely be 20 or 30 (or more) qualified applicants for every job opening. But most companies are not hiring to fill permanent positions. They would rather hire you as a temp worker that they don't have to worry about laying you off, or paying your benefits. And of course, if you work for a temp agency, they don't have benefits. And most companies don't want to hire someone who has been working for temp agencies very long because they think you will just leave for the next opportunity to make more money.
And if you do happened to get hired by a company in a permanent position, they will likely put you on as a salaried employee that they can exploit and work you 55 hours a week without compensation or time off for hours over 40 hours.
So catch-22 is exactly right. For a newbie, I think it would be easier to get a IT related job within a company and then perhaps transfer positions later when or if one ever opens up.
It sounds like a bleak picture, and actually it really is, especially for a newbie coming into this field. I'd recommend considering web page development for eCommerce type software. That seems to be where the money is, (if you don't mind doing that kind of work).
Just my two cents...

Similar Messages

  • Oracle OLE DB 8.1.7.3 entry point kpcddtasg in oracommon8.dll

    I have encountered a problem while installing Oracle OLE DB provider. I have Oracle 8.1.6 server installed.
    After I installed the software the oracle service failed to start and the following error message was given
    "the proceedure entry point kpcddtasg could not be found in the dynamic link library oracommon8.dll"
    Has A.O. else encounered resolved this problem?
    Henry.

    oh ... I forgot to say ..
    when I run query under Enterprise Manager as
    select * from Openquery (db, 'select * from table')
    then it will show me a pop-up message
    "Query Designer encountered a MS Design Tools error:
    ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB provider 'OraOLEDB.Oracle' reported an error.
    [Microsoft][ODBC SQL server Driver][SQL Server][OLE/DB provider returned message: ORA-12545: Connect failed because target host or object does not exist]
    And I follow support.microsoft.com/support/complus/mtsandoracle.asp?SD=GN&LN=EN-US&gssnb=1,setting as follow
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI]
    "OracleXaLib"="oraclient8.dll"
    "OracleSqlLib"="orasql8.dll"
    "OracleOciLib"="oci.dll"

  • ORACLE 10 INSTANT CLIENT:The procedure entry point OCILobRead2 could not...

    The problem still remain:
    I've installed oracle 10g instant client
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jan 10 12:43:40 20
    PHP VERSION: php-5.2.0 for Win32
    APACHE VERSION: apache_2.0.59 for WIN32
    But I've the same old error when I try to restart Apache:
    The procedure entry point OCILobRead2 could not be located in the dinamic link library OCI.dll
    Is there anyone who can help me to solve this kind of problem?
    Thanks in advance.

    The solution is that you need to have Oracle 10g client side libraries
    installed (or you have to recompile PHP yourself). The oci8 extension
    has some version dependent code and the person who builds Windows PHP
    builds it with the latest version of Oracle. I was discussing the
    impact of this just this week.
    Luckily Oracle Instant Client can be downloaded and used for free from
    http://www.oracle.com/technology/tech/oci/instantclient/index.html
    Also see
    http://www.oracle.com/technology/pub/notes/technote_php_instant.html
    -- cj

  • TNS Listener: Entry Point Not Found

    First I installed 8.1.6 Personal edition
    on my laptop (NT4 SP5):
    Folder: d:\orant.
    Oracle Home: DEFAULT_HOME
    That went fine. I could connect to the database with SQLPLUS, DBA etc.
    Then I tried to install Portal using:
    Folder: d:\9iAS
    Oracle Home: iSuites
    Spent three days trying to get Portal to install ok. Have finally got through the installation of 9iAS (HTTP Server Only), which the Universal Installer claims to be successfull.
    Started the Apache Server and tried to connect to the portal. I get the following error message:
    Proxy log On failed.
    Please verify that you have specified correct connectivity information i.e.username, password & connect-string in the Database Access Descriptor
    Error-Code:12154
    Error TimeStamp:Tue, 23 Jan 2001 23:20:00 GMT
    Database Log In Failed
    TNS could not resolve service name
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid.
    I can access the admin page:
    http://<machine>:80/pls/admin_/
    To debug this I tried to connect to the database with SQLPLUS and I got this error message:
    I:\>sqlplus
    SQL*Plus: Release 8.1.7.0.0 - Production on Tue Jan 23 16:08:58 2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    Checked my Services and found that the TNS listener was not started. When I try to start the OracleDEFAULT_HOMETNSListener in my Services I get the following error message:
    TNSLSNR.exe - Entry Point Not Found
    The procedure entry point snlpcgtsrvbynm could not be located in the dynamic link library oranl8.dll.
    I have tried swicthing my primary Oracle Home using the Home Selector. Did not help.
    Shouldn't the TNS listener be started, or?
    Any ideas what to check?

    I have found the solution of my problem from Oracle9i Portal's Configuration Guide , the troubleshooting part. The document can be found in the Oralce9i Documentation web site.
    The problem is that I set the incorrect information in my tnsnames.ora file when installing Oracle9i Portal.
    The solution is set the host name, port number and SID in the tnsnames.ora file. This file is located at
    \Oracle_Home\network\admin\
    Here is the example of the content in that file:
    PORTALDB_MyHost =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyHost)(PORT = 1521))
    (CONNECT_DATA = (SID = PortalDB)(SERVER = DEDICATED))
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyHost)(PORT = 1521))
    (CONNECT_DATA = (SERVER = SHARED)(SERVICE_NAME = PortalDB)(PRESENTATION = http://admin))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA = (SID = PLSExtProc)(PRESENTATION = RO))
    ---------------------------------------------

  • Chubb Institute - Oracle DBA

    I'm looking for feedback and experience with Chubb Institute, particularly with their DBA course. Here are the questions I'd like answers to:
    1) How would you rate Chubb Institute, as both a school and a jumping off point to a new career?
    2) Were the courses hands on enough, were the instructors knowledgeable in there respective fields?
    3) As I'll explain below I'm making a career change at 40 years old. I get the impression from the adviser at Chubb, that many of the students are making career changes from other fields. I'd like to hear the experience of those that have done just this.
    4) Originally I had contacted them regarding their Java programming course. They advised against it saying that for the foreseeable future the field is not looking promising for entry level programmers, and felt that the DBA program would be my best bet. Any thoughts.
    5) Can you recomend any forums or web sites for those pursuing a DBA ?
    For the last 15 years I've been employed as an aircraft mechanic. My company recently made the decision to relocate to another state. Rather then relocate with them I'm contemplating making a career change. Basically I've gone as far as possible with my present occupation, have grown tiered of it and look forward to doing something new. I've always been interested in computing, and feel that a career in computers would give me the challenges and opportunities I'm looking for. I have been pursuing a Computer Science degree (associates) at the local community college, but have always felt that their program was too academic and did not provide enough hands on experience. Additionally I've already taken most of my computer courses but still have about 2 or 3 semesters (part time) worth of general academic courses. The Chubb Oracle DBA course will take about a year going part time. I feel that spending the next year with intensive hands on experience, would better serve my purpose then spending that year taking trig and biology. With the above said I'd like to hear your experiences or advice.

    hey i have started my OCP certification course ....im moving base to the States in a couple of months .... i the scenario for DBAs really good out there?

  • ERROR "Unable to find an entry point named OCIEnvCreate in DLL"

    Hi, I´am developing an ASP.net app, I have worked with asp.net and oracle before, but in this time im getting this error: "Unable to find an entry point named OCIEnvCreate in DLL" the oracle91 folder has read priveleges, I have installed ODP.net, and I keep getting this error, what can I do. Im using framework 1.1. thxs

    The "Authenticated Users" group should have "Read & Execute" on the %ORACLE_HOME% folder and below. Can you verify if this is the case?
    - Mark
    ===================================================
    Mark A. Williams
    Oracle DBA
    Author, Professional .NET Oracle Programming
    http://www.apress.com/book/bookDisplay.html?bID=378

  • Sqlplus.exe - Entry point not found

    On my laptop I have an Oracle database 11G installed, as well as Oracle Warehouse Builder 10.2.0.1. My PATH environment variable has the bin directory in my database Oracle-home as the first entry.
    When I start sqlplus from the command prompt from a random directory, so that the default Oracle-home is used, I get an error message in a pop-up box saying:
    The procedure entry point lmxconp2 could not be located in the dynamic link library OCI.dll.
    Starting sqlplus from the bin directory in the OWB Oracle-home works perfectly.
    Now I could put the working bin directory in front in my PATH variable, but is there an actual solution for this error message?
    Thanks
    Paul

    Hi,
    Im also having the same problem, pls help me to identify my apex_home from my oracle11g_home so i can swap them. below are the directory in my path variable.
    thank u.
    NB: i also have oracle10g client installed.
    C:\Oracle\product\10.1.0\Client_1\bin;C:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;C:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin;C:\app\Xty\product\11.2.0\dbhome_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\

  • Error in ERP 6.0 Rapid Installer - "brconnect.exe - Entry Point Not Found"

    Hi
    I have the installer for ERP 6.0 + NW 7.0, but option "SAP System" was missing in installation menu.
    Then I downloaded ERP 6.0 (Rapid Installer, Oracle) from market place
    Followed the following steps
        - Install Oracle 10.2.0.1.0
        - Install downloaded ERP 6.0 (Rapid Installer)
        - But this stopped with an error
            brconnect.exe - Entry Point Not Found
                The procedure entry point longjmp could not be located in the dynamic link library orauts.dll.
    orauts.dll is oracle' client dll
    When I checked BRTool' version using command
        *************************************************************************************************************************C:\Documents and Settings\Administrator.CING4468>brtools -V
    BR0651I BRTOOLS 7.00 (6)
    Patch   Date     Info
    release note               849483
    kernel release             700
    patch date                 2005-08-31
    patch level                6
    make platform              NTintel
    make mode                  OCI_10103_SHARE
    make date                  Sep 19 2005
    Here make mode is "OCI_10103_SHARE"
    Rapid installer guide as well as documentation shows that this setup supports Oracle 10.2 but BRTools version shows compatibility with 10.1.
    Is it error because of database version mismatch?
    Thanks !
    Ruhi Hira

    Check for the ora<sid> group and also check the env variable for ora<sid>. This should solve the issue.

  • Error: Javaw.exe - Entry point not found

    Hi,
    I've stuck in a problem during following the OWB runtime repositiory Assitant
    i got a error message
    javaw.exe - entry point not found
    The procedure entry point OCIconnectionpoolcreate could not be located in the dyanimic link library OCI.dll
    Plz help
    Edited by: Nitesh Bhagat on Mar 18, 2009 8:29 AM
    Edited by: Nitesh Bhagat on Mar 19, 2009 7:02 AM

    Hi Nitesh.
    Is there any other error message or details?
    Wich version are you using? What are you trying to do in the assistant (create rep, drop rep, ...)? Did this software ever worked or is this a new installation?
    Usually, this is related to the PATH variable and a new installation of other oracle products.
    If this persists, try deinstall a install OWB again.
    Good luck!
    Marcos

  • Entry point error on windows vista

    I'm getting an "iTunes.exe Entry Point Not Found" message. Im running on Windows Vista and i don't understand how to fix my problem. I reinstalled iTunes and still no fix. Please help. Thank you!

    welll about that link u gave
    i reinstall 11g again today and i open up the em
    but the mertric its telling me to edit is not visible
    so i searched for this http://download.oracle.com/docs/html/B15719_02/toc.htm#CIAIDJJI
    Network Utilization Metrics Not Displayed
    The Oracle Enterprise Manager Grid Control or Database Control should display the following network utilization metrics for each network interface:
    Network Interface Combined Utilization (%)
    Network Interface Read Utilization (%)
    Network Interface Write Utilization (%)
    If these metrics are not displayed for a particular network interface, create the $ORACLE_HOME/sysman/config/network_speed file and enter the network interface name and speed in the file as follows. In this example, interface is the network interface name and speed is the speed of the interface in megabits per second (Mbps):
    interface_name speed
    For example, if the eth0 network interface does not display metrics, create the $ORACLE_HOME/sysman/config/network_speed file and enter the following, where 100 is the network speed in Mbps:
    eth0 100
    but i am not getting what i have to do
    can u help with this
    Edited by: Juhi on 26-Apr-2010 23:37
    Edited by: Juhi on 26-Apr-2010 23:40

  • ADF Task Flow: Using Task Flow Call as Application Entry Point

    In our product we have a task flow structure very similar to the Fusion Order Demo application, but we are having serious trouble reproducing the documented functionality of ADF Task Flows.
    Specifically, we cannot use a task flow call as an entry point for our application, which is very important for us to achieve.
    The [Developer s Guide|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/taskflows.htm#ADFFD1634] states about the [demo application|http://www.oracle.com/technology/products/jdev/samples/fod/index.html] :
    "A Fusion web application always contains an ADF unbounded task flow, which contains the entry point or points to the application. Figure 14-3 displays the diagram for the unbounded task flow from the Fusion Order Demo Application. This task flow contains the Home, *MyOrders*, *checkout*, registerUser, and updateUserInfo *view activities, which are all entry points to the application*."
    "The checkout-task-flow activity in Figure 14-3 is a call to an ADF bounded task flow."
    When we run the Fusion Demo Application, we are only able to use home, updateUserInfo and register as entry points.
    We cannot enter the application through any of the task flow call activities (MyOrders and checkout) as the documentation suggests.
    What are the reasons for this and how do we fix it, so we can use task flow call activities as application entry points?
    Thanks.
    Edited by: Rune Glerup on Oct 9, 2009 2:51 AM
    The forum did not display the link to "Developer's Guide" because the link contained the single quote char '. Single quote char removed.

    Is what you mention here the case in the Fusion Order Demo application?
    If the task flow call activities cannot be used as entry points, why is it stated in the documentation?
    How do we solve this, so that the task flow call activities (including parameter bindings) can be used as entry points, like the documentation suggests?

  • Are the oracle DBa's seeing an end to their career

    It's been 2-3 years i am working as an oracle dba in a mid range shop and i was pretty happy with it. After having the satisfaction , I was always worried about the future of an oracle dba. I always heard sql server and db2 are much much better than oracle as they are less complex to administration and their cost is less. Though the oracle people would talk about performance and scalability but with the recent releases , those db have overcome those problems. The problems for oracle dba are coming from several ways:
    1.Companies are shifting for sql server or db2 as for low cost and low required of man power.
    2.Oracle itself becoming automated.
    3. Company like IBM offering main frame solution with free db2 database for the entire data center.
    4.With the concept of Cloud computing storage would be third party location , where few employee can take the responsibility.
    And..many moreeee...
    It gives me a COLD feelings what would i be doing in 3-5 years from now and how could a dba would evolve himself with the change??? I hope this time i am not right.. all the points that i showed is wrong...
    Regards,

    user11181920 wrote:
    In next N years ultimately everything in RDBMS will be automated.
    This is a common trend and Oracle is leading flagship in it.
    Ultimate goal, as I see, is to eliminate DBA, minimizing cost of ownership.
    This will attract business to such products - self-managed software.
    I do not see it to happen tomorrow, though. But it is going there.
    Yeah, well 30 years ago the experts were predicting the end of the need for programmers (the old term for 'developers'). "End User Computing" would put the power in the hands of the business users and eliminate the entire IT department. No I'm not exaggerating. That was the prediction. And people like you were insisting it would come to pass.
    You don't even have to go that far. Look at the predictions for the 'paperless office' . . .
    Many here will argue with me, but look of the definition of DBA
    http://sqldbpool.com/2008/12/22/dba-roles-and-responsibilities/
    >
    DBA Responsibilities
    Installation, configuration and upgrading of Microsoft SQL Server/MySQL/Oracle server software and related products.
    Evaluate MSSQL/MySQL/Oracle features and MSSQL/MySQL/Oracle related products.
    Establish and maintain sound backup and recovery policies and procedures.
    Take care of the Database design and implementation.
    Implement and maintain database security (create and maintain users and roles, assign privileges).
    Database tuning and performance monitoring.
    Application tuning and performance monitoring.
    Setup and maintain documentation and standards.
    Plan growth and changes (capacity planning).
    Work as part of a team and provide 7×24 supports when required.
    Do general technical trouble shooting and give consultation to development teams.
    Interface with MSSQL/MySQL/Oracle for technical support.
    ITIL Skill set requirement (Problem Management/Incident Management/Chain Management etc)
    >
    Well, that's ONE "definition" of a DBA. It's far from "the" definition.
    I'll tell you what. I've actually sat on committees that drew up lists like that. I can tell you first hand that while a lot of things on the list may look legit, there is also a lot of pressure just to fill up the list with as many things as possible in order to justify head count to the bean counters. You could just as well add 'weekly cleaning of the left-hand smoke shifter.'
    Then lets look at them one by one:
    Installation, configuration and upgrading of Microsoft SQL Server/MySQL/Oracle server software and related products.How often Installation happens? Once for one new app. Usually app vendors have recommendations that DBA should follow. So, what is DBA's role here? Start installer and to follow.
    Configuration and upgrading will be more and more automated.
    Except the app vendor left out critical details they didn't think were critical because they don't understand the database. Or have bogus 'requirements' because they don't understand the database. Or their recommendations were based on how they did it in their pristine development lab and they never even knew about critical dependencies that might not exist outside of their lab.
    Week before last I spent 50 hours working on installing a new database based on the app vendor's specifications ....
    Evaluate MSSQL/MySQL/Oracle features and MSSQL/MySQL/Oracle related products.Again, how often? When new App is about to be created and designers need to choose which DB they will need.
    And then they proceed to develop on rdbms-A using best practices they learned from rdbms-B -- which turn out to be worst practices on rdbms-A. And only when they go live do they discover that their design doesn't scale because they tried to re-invent (poorly) functionality built into the database.
    Establish and maintain sound backup and recovery policies and procedures.Again, how often yo need to establish policies and procedures? Every time you put in a new app with a different SLA.
    Backup itself is 100% automated already today. Only if you buy off on the lowest common denominator.
    Recovery is close to 100%.Oh? Go spend some time in the RMAN forum ...
    And even if it were close to 100%, 'close' only counts "when playing horseshoes or hand grenades."
    Most of enterprise backup software support backup and recovery of major RDBMSs.
    Just specify a date "from" and click Go.
    A little bit complex with RMAN. You have to type(!) RESTORE DATABASE; RECOVER...
    Until the cause of failure was something the automation didn't anticipate. Or you then discover that your 100% automated-out-of-the-box backup didn't work the way thought it did. Oh, it 'worked' all right. Just not the way you thought it did.
    Take care of the Database design and implementation.Where? Only in development shops.
    Depends on what you mean by 'database design and implementation'. And most companies have some sort of development, even if they don't recognize it or call it that.
    Implement and maintain database security (create and maintain users and roles, assign privileges).Centralized enterprise security (Domain etc) are in use. Many apps have their security and use basic RDMS security to login App running user.
    Until such time as "nothing changed" but "I can't connect to my database".
    Database tuning and performance monitoring.Greatly automated. Ultimately will be 100% automated.
    Until it's not. See my comment above about developers.
    Application tuning and performance monitoring.There are enterprise solutions for monitoring. Also Oracle has Grid Control.
    Application tuning can be done by app vendors.I've NEVER met an app vendor that knew **** about how their app impacted performance. 100% of them throw it back on the DBA. I had an app vendor tell me that Oracle was incapable of sustaining more than five concurrent connections.
    DBA cannot tune App itself. It may only modify some things in DB that will perform better. And this will be automated.
    No, because the database cannot anticipate what stupid things the vendor may do. And it can only work with what it is given.
    Setup and maintain documentation and standards.How often?
    As often as anything that is documented, changes. As often as it is discovered that something that should be documented, isnt'
    Plan growth and changes (capacity planning).Well, DBA should do it. But, again, how often?Should be almost constantly. Given budget cycles, you can't wait until your disk is 98% full before asking to buy more.
    >
    Work as part of a team and provide 7×24 supports when required.Where such 7×24 support policy exists.Look at my comments above about how these lists get created in the first place.
    I can tell you from experience that such 24x7 policies are more common than you seem to think. Just about any financial processing business, logistics and transportation business, telecom business ...
    And what from above should be supported during a night by a human?
    I see just a restore/recover DB, because a human should make a decision "From which Date".
    Do general technical trouble shooting and give consultation to development teams.Yes, in Dev shops. Most of shops are not development shops, though may do custom and ad-hoc reporting and small app development. Do they need a dedicated DBA for this? I doubt. Either a developer will be (self)trained to do some DBA's tasks or DBA will become a SQL developer in that team.
    Interface with MSSQL/MySQL/Oracle for technical support.Oh yeah... :)
    ITIL Skill set requirement (Problem Management/Incident Management/Chain Sure, two days of training to know basics of ITIL to understand what manager of Helpdesk (Support and Incident Management Team) is talking about.
    So, I see DBA should go in of 3 directions:
    1. Very deep technical expert that can help in some rear and difficult cases. How many of them will be needed?
    2. SQL/ETL/etc Developer. There is not much automation in software development yet.
    3. DB Design and Architecture. How many of them will be needed? May be more that #1.You seem to think that automation will solve everything. Take that to it's logical conclusion and it will put all of IT out of work. See my comment above regarding "End User Computing'. What you forget is the human element. Not the human DBA trying to do things you think are or soon will be automated. No I'm talking about the humans that create the kinds of problems that automation is *always* trying to catch up with. Pointy Hair Bosses dreaming up new requirements. Bean counters refusing to by an additional 10 gb of disk. Developers that refuse to learn and/or follow best practice. Developers that can't think beyond clicking an icon to create a table. Developers that treat an rdbms as a data dump and try to use Java to re-invent every bit of functionality the db already provides. Systems administrators that delete all of your online redo logs because he needed disk space and 'log files are expendable'. End users that forget their password *EVERY F****** DAY!*
    No, I don't spend my time managing extent distribution like I had to do with 8i. Yes, a lot of things I had to do manually in 8i are now successfully automated to the point I don't have to do them .. or have simply been engineered out of the system. But no amount of automation will overcome the ways humans (Executives, managers, supervisors, other IT team members, and users) figure out how to bring a system to its knees.
    This whole discussion reminds me of Dippin' Dots. "The Ice Cream of the Future". Well, it's been "The Ice Cream of the Future" for almost 30 years ....
    Edited by: EdStevens on Oct 1, 2012 8:55 PM

  • Why are there no BMC discounts on qualifying pieces for 2 ASF entry points?

    I've had no luck whatsoever trying to log a case for support, I can't navigate the already cumbersome SAP Support Portal without getting errors so I thought I would try the forums... this is my first post:
    I have a Standard Automated Letter (rate category regular) Presort, there is nothing unusual about its setup but the results seem to be incorrect: some pieces aren't getting appropriate DBMC discounts.
    About the presort job and the output results:
    u2022 contains all possible BMC & ASF entry points
    u2022 output for all entry points look good EXCEPT for 2 ASFs: ASF-BUFFALO and ASF-OKLAHOMA CITY
    u2022 the Postage Statement shows that all pieces that qualify for those 2 ASFs are not getting the DBMC discount (Entry Rate="None" for those pieces), although based on the ZIP ranges they appear to qualify for the discount
    u2022 I double checked each of these 2 ASFs on USPS's FAST site to verify the ZIP ranges
    other details:
    u2022 currently using Presort Views 7.90c, Revision 3 (with Engine Revision 4)
    u2022 each entry point not getting the discount has 1 Mixed AADC tray (I posted AP.Ctn_Level to the output files for ease of finding this out), however I'm not sure why this would affect any discounts
    u2022 if Mixed AADC trays ARE what's causing the discount to not apply then I believe Presort is not processing these pieces correctly
    As a test to see if the output would be different I changed a setting that I've never had to change before: I reran the presort with the ENTRY POINT TYPE changed (for only the 2 ASFs in question) from ASF to BMC-- the resulting Postage Statement shows almost all pieces in these ASFs (except 34 Mixed AADC pieces in ASF-BUFFALO) are now getting the DBMC discount! This may serve as some sort of workaround but I don't believe the results are 100% correct, the Entry Point Type for ASFs should be set to ASF otherwise the information in the Mail.dat files may cause a problem.
    A couple more things to note just in case they affect anything: the presort is using a Basic Service IMB, and the scheme that these ASFs are qualifying under is Letter Trays on Pallets.
    Is the output from Presort actually incorrect, or is there a setting (something that won't affect the other entry points) that can to be changed so the output will be correct?

    Roy,
    We are aware of an issue with relabing BMC pallets to get the correct discounts in 7.90.  There are some work arounds for this until it is corrected in the software.  In order to give you the best work around for your job please open a support case.  Below are the steps to create a message for support.
    To log a case go to the SAP Service Market Place
    1. Go to http://service.sap.com.
    2. Click on SAP Support Portal.
    3. Enter your S-User ID and password and click u201COKu201D.
    4. Click u201COKu201D on digital certificate.
    5. Enter your S-User ID and password again and click OK.
    6. Click OK on the following screen.
    7. (This step is Optional) Setting up your Single Sign-on allows the site to remember your login and not prompt for it so frequently. To do this, click my Profile at the top of the page. Then click Maintain my Single Sign-on Certificate on the left of the page and follow the instructions.
    8. After the Single Sign-On, Click on Help & Support and click Report a Product Error. Under System Search, click the drop down arrow next to your installation and choose your system, and click Search and then click on the BOB link.
    9. When creating a SAP message it is required to search for Notes. (Knowledge Base articles) to see if you can find an answer to your question without having to log the message for support. In the Search Terms area, type your question and click Continue.
    10. If you do not see any Notes pertaining to your question click on Create Message.
    11. Choose the correct Component for the product you are creating the message for. The component is the support Q that your call will go into so the correct team can assist you. To do this click on the icon next to the icon next to the Component window to see a drop down list.
    12. Click the arrow by BOJ-EIM to see a more detailed list. By each component the names of the u201Cproductsu201D you are using are listed. Choosing the correct component will get your Message logged for the correct support team.
    For example:
    a. BOJ-EIM-COR is used for ACE, DataRight IQ, Match/Consolidate, IACE, and FirstPrep products.
    b. BOJ-EIM-COM is used for DeskTop Mailer, Business Edition, Presort, PrintForm, Label Studio
    c. BOJ-EIM-DEP is used for DQXI, Data Insight, eDQ Infa, SAP Siebel, PSFT, Oracle, Rapid Library
    d. BOJ-EIM-DF is used for Data Federator
    e. BOJ-EIM-DI is used for Data Integrator, Text Analysis, Data Services
    f. BOJ-EIM-DS is used for Data Services, Fazi/Fuzzy
    g. BOJ-EIM-MD is used for Metadata Manager and Composer
    h. BOJ-EIM-RMA is used for RapidMarts, BOW
    13. After choosing the component, fill in any remaining required/optional items. **Required fields under Problem Details are flagged with a red asterisk.
    · In the Short Text box, enter a brief description of the question or issue.
    · In the Long Text box, you can go into further detail about what you are seeing or questioning.
    · On this page also you can select to attach files if needed (please zip your files).
    · When you are finished you can either click on Save Message or Send Message. If you click on Save
      Message, the message WILL NOT be sent to support, it will remain in the Draft section of your u201Cmy      
      Inboxu201D for you to send later.
    · If you want to send the message to technical assurance now click Send Message.
    · You can see the messages you have u201Csentu201D to support by clicking My Inbox and viewing your Sent
       Items.
    Thanks,
    Kendra

  • Missing entry point kglttr after 8.1.7.0 to 8.1.7.4 upgrade

    Hi,
    After upgrading from 8.1.7.0 to 8.1.7.4 on Windows 2000 server, when I try to start the Oracle service for a SID, I get an error message that the procedure entry point kglttr cannot be found in orageneric8.dll.
    The installation was done using a silent install. The user id had full administration rights. The silentInstall.log file indicated a successful completion of the installation. The server was rebooted after the installation.
    Any suggestions? I've got a customer site where I need to do this ASAP, and I can't turn the process over to them until I get this fixed...
    Thanks,
    Garth

    Why?To fix some bugs and to enhance your performance
    How?Download the 8.1.7.4 patchset from metalink
    Regards
    Laurent

  • Unable to find an entry point named 'OpsPrmAllocValCtx' in DLL 'OraOps10.dl

    .NET 2 (c#) Standalone application is failed to run on clean computer with subj
    application compiled on VisualStudio 2005
    installed Software:
    .NET 2 redistribution
    ODAC10202Beta.exe
    The same application built with VS 2003 .NET 1 and installed ODAC101040.exe
    works fine.
    Thanks for any advice.

    I tried the suggestion above using the MS GAC tool and I still have the problem so I am looking for any other suggestions or thoughts as to what could be wrong:
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.9.2.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.10.1.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.10.2.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\bin\1.x\Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\bin\2.x\Oracle.DataAccess.dll"
    I used gacutil.exe out of "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" and each insert said it was successful.
    The specific error I am getting in VS2008 with SP1 is: _getContextXml:Unable to find an entry point named 'OpsPrmAllocValCtx' in DLL 'OraOps10.dll' in a .NET 2.x project.
    I used dependency walker and looked at both OraOps10.dll (version 1.102.2.20) and OraOps10w.dll (version 2.102.2.20) and the function OpsPrmAllocValCtx isn't in either one of them. I looked at other users machines who aren't having this problem and they have the same Oracle DLLs from the same install that I do too so I am scratching my head trying to figure out what is wrong here and would appreciate any help - and thanks in advance.

Maybe you are looking for

  • New SSD, but LOTS of Permissions Problems

    I have installed a new SSD drive alongside my 1.5TB spinning drive on my 24" 2009 iMac 2.93GHz. I used Carbon Copy Cloner to move my everything except my User account over to the new 60GB SSD. I originally assigned the User's folder on the old drive

  • Bugs present in Firefox 4's basic behavior that weren't in or were fixed in Firefox 3?

    As a web developer, I encounter some quirks between browsers so I do expect having some inconsistencies along the way. However, I do expect that by 'upgrading' from Firefox 3 to 4, I won't bump into issues that weren't around in the version 3 branch.

  • Check G/L field status group for Business area

    Hi, when I set the buiness area, I set field status group to required for BA field, the setting always check the BA field on accouting doc. But some G/L is automatic posted, always show "Business area is a required field for G/L account ...", Can you

  • Why  wait  and notify kept in object class only

    why wait and notify kept in object class only. is it maintain locks while doing wait and notify . please explain internals,

  • How do I order this select?

    I have a query that produces the following result: mysql> select patient.patient_id_string, survey.survey_date -> from survey, patient where survey.patient_id = patient.patient_id and survey.survey_score is not null and patient.location_id = 1 -> ord