Oracle Feedback

Is there a way to feedback broken links or web site issues with oracle without purchasing a support account with oracle?
i.e. Latest Oracle's Java Developer Newsletter has broken links to email addresses instead of articles...

Sure - just post details of the broken links here
HTH
Srini

Similar Messages

  • Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc

    Hi,
    Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc.
    Reason: We have a job that creates leads, tasks in 11i, but r12 is not working as expected, an SR is open with Oracle for a long time and no solution so far. I am thinking of using SQL*loader to populate the data, but these are html pages. Will SQL* Loader work?
    12.1.4 / 11g db
    Appreciate your inputs.
    Thanks,
    K

    Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc. It should work.
    Reason: We have a job that creates leads, tasks in 11i, but r12 is not working as expected, What is the issue you have with R12?
    an SR is open with Oracle for a long time and no solution so far. I am thinking of using SQL*loader to populate the data, but these are html pages. Will SQL* Loader work?What was Oracle feedback? Did they say it is certified and can be used?
    Thanks,
    Hussein

  • 4.0EA3 : Unable to access mapped drives (Windows) in file browser dialogs

    All File Browser dialogs only allow access to by local C: (hard disk) and D: (DVD) drives. It is not possible any more to access mapped drives (which are referencing UNC paths to our file server) - i.e. Network drives.
    I have tried the following accesses to the File Browser:
    File -> Open    : Does not work
    File -> Data Modeler -> Open : does not work
    Tools -> Preferences -> Environment -> Log -> Log Directory -> Browse : does not work
    This worked/works fine in SqlDev 3.2.2
    I tried to rule out connection/authentication problems to our SAN (the network drives are fully accessible from Windows Explorer and even JDeveloper 11.1.2.2.0) - I created a drive mapping to a share on my local hard disk. Can't see this mapping from within SqlDev either
    Problem occurs on Win7 64-bit
    Looking forward to Oracle feedback or to see if other users find the same issue
    Alan

    https://drive.google.com/file/d/0B2daepPy6k7nbGl4d2xobFJFVTg/edit?usp=sharing
    Hi Jeff
    Many thanks for your reply.
    No - the location drop-down only shows my C: (Hard Drive) and D: (DVD Drive).
    With further playing, I did find that if I qualify a script on a network file share with the full UNC path, it successfully opens the script.
    The problem is that I cannot navigate to locations on mapped drives.
    Having successfully opened a sample script, there is now a shortcut to the folder/directory of my shared scripts in the left pane of the open (file browser) dialog box. Its a good workaround.
    I have shared a screenshot on my Google Drive (this forum does not allow insert of images or attachments ?)
    Alan

  • APEX SIG

    Hi all,
    For those of you not already aware, the newly formed APEX SIG (Special Interests Group) has now announced the leadership and officer positions. The positions are as follows -
    President: Steve Howard
    Vice President: Dimitri Gielis
    Web Content Coordinator: Doug Gault
    Web Master: Tony Jedlinski
    SIG Officer: John Scott
    SIG Officer: Scott Spendolini
    SIG Officer: Vikas Agnihotri
    I'm sure that most (if not all) of those names are already familiar to you if you've used these forums for any length of time. The amount of Application Express knowledge and experience of each of the other SIG officers and leaders is definitely going to be an asset to the SIG as a whole. Now that the positions have been formalised I'm very keen to be working alongside such a capable and enthusiastic group of people.
    The purpose of the APEX SIG is to provide a centralised, cohesive resource for anyone and everyone involved with Application Express. There are already lots of plans as to what areas and forms this resource will cover, however one of the key areas that I'm very excited about is that the SIG will effectively become a single unified channel through which we can give Oracle feedback about APEX and the direction that we (as users) would like it to head in. I'm sure everyone reading this probably has a feature they'd like to see implemented in APEX, or perhaps doesn't like the way something currently works, or has found a bug they'd like to see fixed. Well through the SIG, we will be able to pass those ideas/concerns/bugs etc directly through to Oracle team.
    Now, what has this got to do with me I hear you ask? Well it's simple, the entire purpose of the SIG is to represent the users of APEX, so if you don't get involved we won't be able to represent your views. There are already lots of plans being made about what we can do, but ultimately without the support and involvement of everyone on these forums (and outside of them) then we won't truely be able to act on your behalf and in your best interests. There will be more announcements soon about ways in which you can help, so I'd urge everyone who is an advocate of Application Express and is keen to make this tool better and more widely adopted to get involved.
    As some of you may know I already host the Unofficial Apex Wiki (http://wiki.shellprompt.net/bin/view/Apex/WebHome), as part of the centralised resource plans we will be migrating the Wiki so that it falls within the APEX SIG, now obviously it makes sense to 'eat our own dogfood' and use an APEX based Wiki so we may require some volunteers to help with that migration.
    On a final note, I want to stress again how important it is for us to have your involvement in this, if you've ever sat and thought "I wish APEX did this..." or "I hate the way it does that...", then please get involved with the SIG, let's all make APEX an even better development environment because we'll all benefit from that.
    The APEX SIG Website is at -
    http://apexsig.oracle.ioug.org/
    Thanks for reading.
    John.

    Thank you Carl, Arie and Colin,
    As Jes explained brilliantly, the seven of us driving this user group are more than ready to get going and make the SIG and website more than wishes and promises.
    Based on the extra effort and involvement you and many others display daily on this forum, I have no reason to expect the APEX community will be any less involved in building the SIG. However, I second Jes' encouragement to the community to participate and the warning that whatever great things we do to create a structure and format, we seven can only create so much content. It will be the active participation by the SIG members that will really add value.
    Steve

  • Feedback off on oracle reports please

    I am getting a csv report from oracle forms 10g .
    At the end of report there is a row which shows count of records in csv report. i dont want to see this .
    FEEDBACK OFF ?? is this what should be required to set it off ? but where do i put this ? and how to use it ?
    i simple dont want to see the count in my report .
    please help .
    cheers.

    I have a form and i am usinf parameter values from the form. I am getting the result in a csv and mailing it to the mail address using mail_demo etc.
    this is the code which is used as query .
    DECLARE
    conn UTL_SMTP.CONNECTION;
    QryRslt VARCHAR2(32767);
    QryCount NUMBER := 0;
    mime_type           varchar2(32676) := 'application/xls';
    BOUNDARY CONSTANT VARCHAR2(256) := '-----7D81B75CCC90D2974F7A1CBD';
    MULTIPART_MIME_TYPE CONSTANT VARCHAR2(256) := 'multipart/mixed; boundary="'||BOUNDARY || '"';
    u varchar2(300);
    cursor Qry is
    select b.REGNO, b.CREATED, b.B_PC, b.CONT
    FROM BCC b
    where (b.created >= :dummy.st or :dummy.st is null
    and b.created <= :dummy.en or :dummy.en is null)
    and ( b.regno >= :dummy.regst or :dummy.regst is null
    and b.regno <= :dummy.regen or :dummy.regen is null)
    and b.cont is not null
    order by b.CREATED,b.REGNO,b.B_PC, b.CONT;

  • Is Oracle interested in feedback on preview release?

    Currently I'm working with JDeveloper 10g Preview and sometimes I probably find "unwanted features". Until now I found work arounds. My question is, is Oracle interested to get reports about those "unwanted features" and if yes, where shall I report them.
    Regards,
    C.D.

    All feedback on JDeveloper can be posted in the following forum: JDeveloper and ADF
    Regards,
    OTN

  • Oracle raptor 9.1.9 feedback

    I am using raptor release 9.1.9 overall pretty clean tool
    light weight; responds much faster then TOAD
    Here are couple things that would make the tool
    even more user friendly.
    - When you compile there is no feedback that procedure, package, trigger,
    etc compiled other then it saves the code. I checked
    for a feedback option under Tools --> Options Menu
    - Being able to directly run the sub procedures within a package.
    Currently you have to select the entire package then pick the
    procedure from the menu .
    - Rename reports tab to something else. The word "reports" doesn't
    accurately reflect the good stuff in that section of the application.
    - It would be nice to take a word in the code and be able to look
    up documentation. In detail it would nice to be able to look up
    all functions and procedures under the utl_package. Perhaps a link to tahiti.oracle.com or maybe a link to your own help center
    - Sample/Example code by keyword
    examples if then, loop (while, for), cursors, etc
    - Changeable skins (nice to have but not necessary )
    - Retrieving a history of old compiled code, just in you want to revert
    back your procedure, package, trigger from 1 hr ago.

    Details about the problem:*
    We need to customize OIM login Web page and Design Console to meet client’s requirement. The fields that customer wants to use on login are company (UDF field) and user key (UDF field). We will need to concatenate those fields to form User ID field.
    We try to find the best way to do this and we’re thinking of using some approaches:
    1: Can we customize this OIM login page to do this?
    2: Can we do other login page and pass through the authentication?
    2.1: We tried to do this by JAAS () using the two methods bellow and It didn’t work.
    Using:
    * UsernamePasswordLoginModule
    * weblogic.security.services.Authentication.login(handler);
    2.2: Using OIM API to basic authentication. It didn’t work properly too. In develop log file shows that authentication works, but when we try to redirect this to OIM console. It doesn’t pass the login screen and enter the environment.
    Using:
    * ConfigurationClient.ComplexSetting config =  ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    Hashtable env = config.getAllSettings();
    tcUtilityFactory ioUtilityFactory =   new tcUtilityFactory(env, user, password);
    tcUserOperationsIntf userIntf = (tcUserOperationsIntf) ioUtilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    best regards,
    Thiago Leôncio

  • Oracle University Instructor led Training  Feedback Form

    Can anybody forward me the Oracle University Instructor led training feedback form's soft copy ?????
    PLS ?????????

    As with other things, you get out of certification only what you put into it. Those without honor will get the certificate by any means they can, thinking that it is the ticket to a high paying job. I would hope that employers by now have an interview process that will target these people for the frauds that they are. If they do make it past the interview process, well, that is what the probationary period is for. Most companies that I have been involved with have had a hiring policy that says they can let you go in the first ninety days for any reason or for no reason. And lying about your experience is grounds for termination any time. Their phony certifications won't save them if they are unable to do the job.
    It costs a lot of money for a company to hire someone and a credit report, background check, verification of past work history and reference check are all part of the cost of that hiring. If a security clearance is required as a condition of employment, it can cost tens of thousands of dollars to complete. Companies are willing to spend the time and money to accomplish these things to eliminate the liars and frauds. I would not hesitate to report any fraudulent activity that involved the certification process. To not do so cheapens it. Oracle has taken a step in the right direction by instituting the ILT requirement which has probably weeded out a few pretenders. Maybe more steps will be forthcoming.
    Tom

  • Oracle By Example Feedback Address

    On the page http://otn.oracle.com/obe/start/index.html the feedback address [email protected] when e-mailed to comes back with message from [email protected]
    which is
    "The included message could not be delivered to the following invalid mail names. Please verify these names and try them again.
    Bad name: obefeedback_us"

    HI Craig,
    The documentation feedback forum is for issues relating only to the OTN documentation pages at: http://otn.oracle.com/documentation/index.html
    Please try the Member feedback forum instead at:
    Community Feedback (No Product Questions)
    Regards,
    Les

  • Oracle by example bad feedback address

    On the page http://otn.oracle.com/obe/start/index.html the feedback address [email protected] when e-mailed to comes back with message from [email protected]
    which is
    "The included message could not be delivered to the following invalid mail names. Please verify these names and try them again.
    Bad name: obefeedback_us"

    Sorry. There is a typo. It should be obefeedback_ww.
    Thanks!

  • Feedback about official Oracle courses

    This is duplicate thread from Feedback about official Oracle courses
    I've become official Oracle [url http://gplivna.blogspot.com/2007/08/new-experience-ive-completed-my-first.html]course trainer recently. It was nice experence.
    However in my very first course as a trainer I've found at least one incorrectness I'd like to report. The question however is - whom to report?
    Obviously this public forum is not the right place.
    Unfortunately there wasn't any feedback address (except snail mail) on course materials and my course organizer also could not help. I'd prefer some faster (and easier to perform) communication methods than snail mail, for example, some e-mail address... :)
    Gints Plivna
    http://www.gplivna.eu

    Do you have access to OU Resource Center? If yes, check the Readiness Materials > OIG for general corrections that have been sent in already.
    In any case, contact me at fuzzy.greybeard at gmail.com - we have a small 'third party instructor' distribution list that I am trying to expand.
    /Hans

  • Re: Get an Oracle T-Shirt! Give Us Your Feedback.

    company
    John Keellls Computer Services (Pvt) Ltd.
    Voxhall Street,
    Colombo 04
    Sri Lanka
    configurations
    NT/Unix Platform
    Oracle 8i,9i databaes
    Oracle Products : Discoverer, OWB, D2k Forms and Reports (6i)
    favorites
    Oracle 8i,9i databaes
    Discoverer
    features would you like in the future
    Have WAP technology

    I already have an T-Shirt. THX ;-)
    However:
    First of all we would like to know on the future direction of iFS.
    Will it be developed further? A whitepaper from Februaray scheduled a new release for June.
    Where is it? Will it come?
    Our company relies heavily on iFS as a development platform. The API is appealing, which is not necessarily true for the protocol stack. Especially the WebUI. Should our decision have been wrong?!
    Our feature wish list comes right here:
    1) Better documentation, especiallay the javadocs
    2) LDAP credential manager (not only OID please - I know nobody who succesfully got OID running on LINUX)
    3) Redesign of the search API - ever tried to search for the MIMETYPE of a document ?
    4) transparent integration with XML-Db, a XML-Mimetype would do
    5) optional audit functionality, trashbin - we are currently dumping daily to a native filesystem for backup purposes, to prevent a database restore on user mistake - not very elegant
    6) optional storage of the context converted documents for low bandwidth preview functionality would be nifty
    7) workflow functionality (we can provide this, just ask ;-)))
    8) upgrade to JDK 1.4 would be nice (it already works, but should be recompiled)
    Current platform
    Oracle 9.0.1, iFS 9.0.1.2 on S.u.s.E. Linux Intel 7.3
    Best regards
    W. Richter
    CEO imphar AG

  • Looking for feedback on Oracle Solaris Studio Express 6/10

    Just a reminder that if you encounter bugs or have request for enhancements (RFEs), please submit them at:
    [http://bugs.sun.com|http://bugreport.sun.com/bugreport/]
    In addition, please take 5 minutes to fill out a short survey about your experience with Solaris Studio Express 6/10:
    [OSSX 6/10 Survey Link|http://bit.ly/c9poXo]
    The development teams do closely review these submissions and it is used by teams, and management, to prioritize development for future releases.
    Thank you!
    /kso

    I know you have a more general concern, but here is the answer on SBR.
    SBR - beyond Stack Bounds Read
    foo () {
    int a[5] = {0, 1, 2, 3, 4};
    int i = a[-100]; // Read is beyond stack frame bounds
    Possible causes: Reading a local array past the end or before the start.

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

Maybe you are looking for

  • HT1933 I want to cancel my purchase, how?

    my brother purchased an application that costs 25 dollars and my bank account is empty, so i can not do furthur purchases without paying for this one. I do not want this application anymore, how can I deleted it without it being downloaded? In need o

  • EREC - Attachement Appl Failure: CL_HRRCF_ABSTRACT_CONTROLLER==CM001

    HI, We are using the BSP application for the requestor role. Requestor is unable to use attachements application in requisition creation process. We are getting the internal error message when trying to do so. Please find below the SLG1 log. Serious

  • Unable to create reference-org.omg.CORBA.OBJ_ADAPTER(Session- BMPEntityEJB)

    Hi All I am having following senerio with Sun One Application Server 7 on Win 2000. UserRegistrationBean (Java Client) -> RegistrationBean (Session EJB) -> UserBean (Entity EJB) The Java Client lookup and invokes Session EJB. It works fine. Further,

  • After blend update doesn't connect win8.1 desktop

    after blend updated on passport, says desktop software update required but none is shown... was working fine before update 10.3.1 SW .1779 OS .2726 WLAN .1.1 Radio .2727 Solved! Go to Solution.

  • Error 78 - Function not implemented.

    im trying to unzip a folder, i was told i didnt need an unzipping programme (winrar) and that all i needed to do was double click it to extract the files when i double click it a STOP message appears which reads: 'Unable to unarchive "file name.zip"