PLS files please help

How can I access, edit or create table handlers located in the XX_TOP directory admin/sql of Oracle apps. These files are of the extention .PLS.
I am using Forms 6i.
Thanks

OK - now it's great that you got into the Recovery partition. When you hold down the option key, do you see your internal hard drive as well? If so, try booting into it and making sure that you set it as your start-up volume in System Preferences.
If you don't see your hard drive...
What you should do now is open Disk Utility. You want to see if it recognizes "Macintosh HD" (or whatever you've named your hard drive). If it does, select it and select "Verify Disk". It is likely that you will find some errors - if you do, select "Repair Disk". If the disk repairs successfully, you might want to just reboot and see if you can boot into your normal disk.
If there are no repairs needed after you verify your disk, try repairing permissions. You'll usually always have some permissions that need to be repaired. After this, try booting into your regular disk.
Good luck - call back - I'll be up for quite some time.
Clinton

Similar Messages

  • I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can

    I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can this is all new to me.

    Read this: iOS 4: Updating your device to iOS 5 or later
    ... oh I think it is a 3gs or a 3
    This makes a difference. What does it say in Settings > General > About?

  • HOW TO - Create new from clipboard and process multiple files - please help

    Need help - have new version of photoshop on trial only ATM...
    Want to know - HOW TO:
    1. Create new from clipbaord
    2. Process multiple files
    Please help.

    For clipboard copy, I start with File > New and the size will be set to what's in the clipboard. Then once the new file is opened, Edit > Paste will place the clipboard contents as a layer in the new document.
    You must remember to use the command Layer > Flatten Image of you want to save as jpeg or any other file format that doesn't support layers.
    For processing multiple files,
    File > Automate > Batch or
    File > Scripts > Image Processor...
    Check the User guide or google information for those commands if you have specific needs.
    Gene

  • Illustrator CS4 wont save files, please help?

    You can edit a file, go to save, close it down, then when you re-open it the changes made have not been saved?? No error message or warning pops up, and it all looks ok like it has saved properly, until you open it up again. This also happens when you use 'save as' command if you use the original file name. If however you type in a different file name - it saves ok. But obviously that is not great as you cant now trust or rely on the save mechanism of the programme, to make sure any changes to artwork have been stored!! I have never seen an issue like this, it is worrying, I hope somebody can help?
    Thanks.
    We are running CS4 on windows7 - yes PC!!!

    We save in EPS, and its not just one file, its a variety of different files and it seems to be random as to which files it does it on, some work fine - some don't. And it can be anything from a minor text change to a colour change, it doesnt seem to matter on the change made, it reacts the same.
    The files are saved over a network connection to a large external hard drive.
    Its really puzzling and now starting to cause problems as we do a fair bit of work in it, and can't trust one of the most important features, and that any changes that have been done have been saved and stored!
    Hope maybe you can help with any thoughts at all.
    Cheers.
    Date: Thu, 24 Jun 2010 03:41:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: Illustrator CS4 wont save files, please help?
    What file format do you save it in?
    What kinds of changes did you make in that file?
    Where do you save the file (removable or network media)?
    >

  • How to view corrupted word files, please help?

    Can't view doc corrupted file .How to recover unsaved documents WORD? how to view corrupted word files, please help

    It could be Word or even Windows that is having the problem. Before you start trying to restore a backup or repair a file, try opening other documents.
    Try opening your "corrupt" document from another computer. Also you can try to make a copy of corrupted files. (It could work) : http://www.filerepairforum.com/forum/microsoft/microsoft-aa/word/968-i-would-be-grateful-for-any-help-to-repair-or-the-procedures-word-files
    But if nothing helps, you can try to recover it by using DOCX Viewer Tool Download free demo versions of this software from website: http://www.docx.viewertool.com/ It’s
    gonna help.

  • I try to download abode acrobat xi pro from abode download asssistant,it shows download is completed.but iam not able to get thet downloaded file,please help me

    i try to download abode acrobat xi pro from abode download asssistant,it shows download is completed.but iam not able to get thet downloaded file,please help me

    oatgeo wrote:
    I  checked the proxy and it should be OK. That's mean I have to try and try again until I get it from the slow servers.
    Yes.

  • Lost unsaved Garage Band File - PLEASE HELP

    Lost unsaved Garage Band File - PLEASE HELP
    I had an audio file made on Garage Band but it was unsaved. I left my computer on at night and for some reason this morning my computer had seemed tor restart. I opened the garage band file but nothing came up.
    Is there any way I can recover this 'unsaved file'? It must be stored in cache somewhere.
    Someone please advise.
    Thanks.

    I would just like to say Thanks to HangTime up there. This trick worked 100% ... I had recorded 8 or 9 rather long tracks; for an unexpected reason (first time I've ever seen the "gray screen of death") the popup window came up and in several languages told me I needed to restart the computer; did what it told me to, begrudingly. Came back online, opened the GB file, nothing was there. Yet, when I checked package contents for the file (which I didn't even know existed, compartmentalized "Media", until after reading this), there were the tracks! I owe you both for getting this up and running... album creds just may be in line. ~Matt

  • URLClassLoader - with JAR Files- - - Please Help

    Hi all,
    I have two seperate JAR files which contain same files but different progressive versions.JAR 1 is version V1 and JAR 2 is Version V1.1
    I have a program which loads classes from these two JARS and runs certain comparsions on them.CODE IS SHOWN and SO is ERROR.PLEASE HELP and ADVISE.Im on a UNix box using JDK 1.3.
    CODE:
    ====
    1.In my main i define the TWO JARS PATHS and the item to compare called ENTITYNAME as:
    String jarFile1 = "/xenv/GFINet_Java/6.2_Z1/1.3.X/gfinet_entities.jar";
    String jarFile2 = "/xenv/GFINet_Java/6.1_Y1/1.3.X/gfinet_entities.jar";
    String entityName = "gfinet.entities.GFIBasketEntity";
    2.Then i call the function
    EntityVersionComparator evc = new EntityVersionComparator();
    evc.test(jarFile1, jarFile2, entityName);
    3.Test function loads the JARS
    private void test(String jarFile1, String jarFile2, String entityName) throws Exception {
    URLClassLoader jar1 =
    (URLClassLoader)newClassLoader(jarFile1);
    URLClassLoader jar2 =
    (URLClassLoader)newClassLoader(jarFile2);
    4. Load that item ENTITYNAME FROM JAR.
    // load GFIBasketEntity from Jar1
    GFIBaseEntity ent1 =
         (GFIBaseEntity)loadClass(jar1, entityName).newInstance();
    PROBLEM ERRORS:
    ==============
    Exception in thread "main" java.net.MalformedURLException : no
    protocol :/xenv/GFINet_Java/sun4/6.2.Z2/Solaris8/3.3.2/1.3.X/lib/gfinet_entities.jar
    at java.net.URL.<init>(URL.java:473)
    at java.net.URL.<init>(URL.java:376)
    at java.net.URL.<init>(URL.java:330)
    at EntityVersionComparator.newClassLoader(EntityVersionComparator.java:143)
    at EntityVersionComparator.test(EntityVersionComparator.java:88)
    at EntityVersionComparator.main(EntityVersionComparator.java:74)
    WHATS GOING ON..Is there something wrong with the path?Pls advise
    jason

    I also in my CODE have:
    private ClassLoader newClassLoader(String path)
    throws MalformedURLException
    { URL url = new URL(path);
    return new URLClassLoader(new URL[]url);

  • How To Edit a .pdf file - Please Help!

    When I Googled the above question, I was told to download the Adobe Acrobat XI.
    I tried downloading the trial version. I was then told to download the Creative Cloud to  be able to download Acrobat XI.
    I downloaded Creative Cloud, then I was taken to the Adobe Applications Manager Page which show a bunch of apps to download.
    I don't  know which app I will need for the editing.  I was looking for Acrobat XI, but it's not showing anywhere.
    I tried downloading Photoshop. This took more than 2 hours. After the download was complete, I tried launching it, but nothing happened.
    I went back & double-checked the instructions, & I'm directed & got stumped at the Applications Manager page once more.
    I find this very frustrating. I wish it were not this complicated.
    I just want to edit a .pdf file, and nothing else. I'm not sure if I want to go through all these maze, or just use FIVVER, pay $5.00 & AVOID all these hassles.@nikoledeon.
    PLEASE HELP!

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Can't open my pdf after scanning file please help!!!

    this scanner is connected to a PC and is shared so we can see all documents, great but here begins the problem:
    1- scan documents
    2-select format type
    3-select PDF
    Everything´s OK until that point, but when i try to see the documents scanned
    This is what comes up when i try to see with adobe reader(no matter the versions):
    ADOBE READER COULD NOT OPEN (name of the file) BECAUSE IT´S EITHER NOT A SUPPORTED FILE TYPE OR BECAUSE THE FILE HAS BEEN DAMAGED (IT WAS SENT AS A E-MAIL ATTACHMENT AND WASN´T CORRECTLY DECODED.
    NOTE 1:
    If i save the file with only 1 page the file opens and i can see the documents but when i try more than one page comes up the error!!! And if try to send it over the net the receptor can not see it due to the same error!!!
    NOTE 2:
    Rarely when i try to open the file with foxy reader it opens!!! without any problems.
    I don´t know what´s the problem please help!!! It could be the way i´m saving the file? I just reinstalled the drivers and nothing!!! same old same
    Please answer!!!
    This is the file:
    https://acrobat.com/#d=poQX7k*KL9fRulu2S8nMPQ

    Please don't start a new topic if you already have a topic open with the same problem.

  • DW CS3 conflict with server & uploading files (please help?!?!)

    I work with one other person and although we work on files locally, when one of us tries to push a file up to the remote server we get an error that reads:
    "name of person" is currently working on that file (Please enable Check In/Out in the Site Definiteion dialog box to avoid overwirting changes made by otehr users.) Do you want to upload the file anyway?
    Neither one of us has enabled Check in Check out feature either. My question is that I know this person isn't even in Dreamweaver or connected to the server. Two strange things:
    1) Dreamweaver gives the actual person who is trying to upload the error saying that they are currently working on the file.
    2) Dreamweaver actually gives me that error message but it's telling me that someone who left the office over two years ago and who I know no longer has an account on the server. How can she currently be working on a file or even linked to that file name???
    We thought this glitch would go away when we got new PCs and loaded CS3 but it hasn't. Does anyone have any suggestions to help me figure out why we keep getting these issues.
    THANKS!!!

    That's a server side issue. Either its timeouts are set way too liberally (to the server, your FTP connections never seem to end) or it creates a new session for every time you log on. Both are fundamentally wrong and from your description I get the impression that the machine is also otherwise not being maintained properly. Time to fly in the admin, I'd say.
    Mylenium

  • Error message on Illustrator when trying to open a file - please help!

    Cant open the illustration.  There is not enough room for the window.  Increase document area and try again. Please help me open my files......

    Francesca,
    If the solution linked to by Jay fails, you may try the ones described in posts #12 & 15 in this thread from 2010:
    http://forums.adobe.com/message/2720273#2720273
    There seems to be a rather evasive bug.

  • HT5004 i nedd itunes 64 file i don't know what to do with my  iphone4 has all it's data in this computer and i cant sync my iphone now cuz its need the itunes64 file please help me if you can thank you

    hello sir
    my system needs itunes64 file i don't know from where i should get this file cuz my iphone 4 is all the time synced with this computer all the back up are in this computer i dont want to lose it coz i did restore once so i dont have all the data in my phone i have it in itunes please help me with itunes 64
    thank you

    Back up all data to at least two different storage devices, if you haven't already done so. One backup is not enough to be safe. The backups can be made with Time Machine or with a mirroring tool such as "Carbon Copy Cloner." Preferably both.
    Boot into Recovery mode, launch Disk Utility, and erase the startup volume with the default options. This operation will destroy all data on the volume, so you had be better be sure of your backups. Quit Disk Utility and install OS X. When you reboot, you'll be prompted to go through the initial setup process. That’s when you transfer the data from one of your backups.
    Transfer only "Users" and "Settings" – not "Applications" or "Other files." Don't transfer the Guest account, if it was enabled on the old system. Test. If the problem is still there, the cause is external to the machine, or else you're dealing with a bug or a hardware fault.
    If the problem is resolved, reinstall your third-party software cautiously. Self-contained applications that install into the Applications folder by drag-and-drop or download from the App Store are safe. Anything that comes packaged as an installer or that prompts for an administrator password is suspect, and you must test thoroughly after reinstalling each such item to make sure you haven't restored the problem.

  • Problem displaying an Excel File: Please Help

    Hello,
    I spent 3 hours this morning reading the forum on how to display an Excel file in the browser using JSP and I apologize in advance if the answer is in the forum.
    I cut and paste many examples: My goal is to display an excel file on the browser.
    Below is the code but the result is a disaster (please se after the code the result).
    My question is how can I display an excel file using the browser. What's wrong with my code. Apparently it worked for many people on the forum.
    Please help. I must do that by tomorrow and I had spent already so many hours.
    THANK YOU SO MUCH IN ADVANCE.
    So far the forum had helped me a lot.
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.xls");
    File fileName = new File(myfile);
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    // Set content type and other response header
    response.setContentType(getServletContext().getMimeType(fileName.getName()));
    //response.setContentType("application/excel-document");
    //response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition","attachment; filename=\"" + fileName.getName());
    response.setContentLength((int) fileName.length());
    // Read in the file from the correct place and stream it to the user
    int iRead;
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1)
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>
    RESULT:
    ������>�� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���@����\p Yahel Malkin B�a�=���=��@�7 �������Oh��+'��0p08 P \h� Yahel Malkinn@�|�$�+�@�|�$�+�������.��+,��0�HP X`hp x ��� competitivePricingReportSave Worksheets���� ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Root Entry�������� �F��T�+�����Workbook������������SummaryInformation(����DocumentSummaryInformation8������������

    For those who are having the same problem than me here the solution:
    In fact I was only interested in saving the file
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.csv");
    response.setContentType ("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "attachment; filename=\""+myfile+"\"");
    int iRead;
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1) {
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>

  • Creative Cloud Lost My Story File - Please Help

    I can not access a five-page file I created yesterday on Adobe Story. Please help - this is beyond irritating. Here are the details:
    I am a Creative Cloud member.
    Yesterday, I signed in to Adobe Story for the first time, entering after I'd signed in to my Cloud membership.
    I don't know if I was in Adobe Story free or Plus, but I did NOT install any apps on my PC.
    The browser window for Adobe Story had a bunch of sample files for Paladin - it looks like an example project.
    Since I could not figure out how to add a new project, I just started my file (a character bio) within the Paladin example set of files.
    I saved my file as I worked - and to make sure it would persist, I signed out and signed back in, to verify it was still there. It was there all afternoon, each time I signed out and signed in
    Then I went home and tried logging in to the Creative Cloud and Adobe Story from home, to continue working on the file -- Poof, it was gone, and the Adobe Story window I saw from home had no files at all, and no Paladin project.
    I thought it was just some wierd local PC issue, and hoped I'd fine the files when I logged in from my office PC, which I did today. No luck - there are no files showing today (none at all, no Paladin stuff, no sign of my personal doc) when I sign in to Adobe Story from work.
    This is ridiculous - I pay for Creative Cloud, I signed in, it killed my work.
    Please help me fix this. I will send my Adobe ID asap if you tell me where.

    Hi Austinbirdman,
    We are extremely sorry to hear about the inconvenience you faced but Story is a web service and should work with all the browsers.
    In case you face similar issue please clear the browser cache and try again.
    Happy writing!!
    Regards,
    Anjali

Maybe you are looking for

  • How to Edit work item in Workflow

    Hi all, I have a requirement like this ..... I have to process the Error Idoc  to the respective Sap Business workplace based on the Position assgigned. Now my question is...I am able to send the IDOC to the Business workplace as work item. But the U

  • Tax condition types maintanance reg

    Dear all, In my business scenario i have only trading goods means( no mfg parts). only procured from other countries and sales it. however we have rg23d updation after the exsice  invoice. pls clarify the what excise conditions shall i maintaned and

  • How to install a network print on solaris 10

    How to install a network print on solaris 10? Thank You!

  • Is there a way to turn on Closed Captioning by default?

    Just wondering if it can be turned on by default? Thanks much, Dee

  • Doubt about  CSB 58  Normative

    Hello , the doubt is : Is it used  58 Normative  only  for efects discounting  , or also  for  efects charging ? Thank you very much Olga. Edited by: Olga Acedo on Mar 17, 2009 12:04 PM Edited by: Olga Acedo on Mar 17, 2009 1:06 PM