Database installation time JAVA (text file busy)

while installation database 10g show error : jdk/bin/java (text file busy)

Hi;
1. What is db version
2. WHat is EBS version
3. WHat is OS version
4. How you get this error, what is compliate error message
See:
OTM 5.5 Issue with OTM 5.5 CU5 Installation - ZeroGpf: /opt/otm55prod/jdk/bin/java (Text file busy) [ID 758257.1]
Regard
Helios

Similar Messages

  • How to load date and time from text file to oracle table through sqlloader

    hi friends
    i need you to show me what i miss to load date and time from text file to oracle table through sqlloader
    this is my data in this path (c:\external\my_data.txt)
    7369,SMITH,17-NOV-81,09:14:04,CLERK,20
    7499,ALLEN,01-MAY-81,17:06:08,SALESMAN,30
    7521,WARD,09-JUN-81,17:06:30,SALESMAN,30
    7566,JONES,02-APR-81,09:24:10,MANAGER,20
    7654,MARTIN,28-SEP-81,17:24:10,SALESMAN,30my table in database emp2
    create table emp2 (empno number,
                      ename varchar2(20),
                      hiredate date,
                      etime date,
                      ejob varchar2(20),
                      deptno number);the control file code in this path (c:\external\ctrl.ctl)
    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime, ejob, deptno)this is the error :
    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Commit point reached - logical record count 5
    C:\>any help i greatly appreciated
    thanks
    Edited by: user10947262 on May 31, 2010 9:47 AM

    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime, ejob, deptno)Try
    load data
    infile 'C:\external\my_data.txt'
    into table emp2
    fields terminated by ','
    (empno, ename, hiredate, etime "to_date(:etime,'hh24:mi:ss')", ejob, deptno)
    this is the error :
    C:\>sqlldr scott/tiger control=C:\external\ctrl.ctl
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon May 31 09:45:10 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Commit point reached - logical record count 5
    C:\>
    That's not an error, you can see errors within log and bad files.

  • When installing mission control on rhel64bit - "text file busy" message

    Dear gurus,
    I am trying to run jrmc-3.1.2-1.6.0-linux-x64.bin as
    ./jrmc-3.1.2-1.6.0-linux-x64.bin
    on rhel5.4 64 bit, but I am getting
    cannot execute [Text file busy]
    Anybody has an idea?
    Thank you
    Anatoliy

    Anatoliy,
    Could you please verify that the installer is downloaded correctly and that you have made it executable before trying to execute it, using chmod +x <installer-name>.bin. If the error still occurs then please post the full error output and the steps to reproduce the problem.
    Thanks
    /Robert

  • Perl script running - "text file busy" error?

    Hiya--
    Recently, whenever I try to run a perl script, I get the following error:
    tcsh: nameofscript.pl: Text file busy.
    The permissions on the perl script are set to 755, and this error message occurs whether I type "nameofscript.pl" or "./nameofscript.pl" at the prompt. The initial line is of the script is
    #!/usr/bin/perl
    Has anyone else encountered this problem? I can't for the life of me figure out why it's occurring now. (I've run this script before without any problems. It's only within the last 2-3 weeks that this error pops up and won't go away, and only for .pl scripts.)
    Advice much appreciated.
    iBook Mac OS X (10.4)
    iBook   Mac OS X (10.4)  

    Hi Mahesh,
    I could suggest you some services that you may stop in Windows platform.. If not You may look into some services
    with analogous names and stop them. But you may go about stopping all database and SAP J2E services.
    The services are
    saposcols
    sapj2e00
    sapj2e01
    Hope this helps.
    Deepa

  • Text file busy

    What stops Solaris from copying over a running executeable file? Some Unix systems give "Text File Busy" errno, but
    Solaris lets you, and the running exe eventually core dumps.

    Hi Mahesh,
    I could suggest you some services that you may stop in Windows platform.. If not You may look into some services
    with analogous names and stop them. But you may go about stopping all database and SAP J2E services.
    The services are
    saposcols
    sapj2e00
    sapj2e01
    Hope this helps.
    Deepa

  • SAPCAR: could not open for writing SAPCAR (error 28). Text file busy

    Hi,
    I´m trying to decompress this file( is for a kernel upgrade):
    SAPEXE_15-10006264.SAR
    And when I do SAPCAR u2013xvf SAPEXE_15-10006264.SAR, SAPCAR only decompress a few files and I´ve this error:
    SAPCAR: could not open for writing SAPCAR (error 28). Text file busy
    Instead when I decompress the SAPEXEDB_15-10006263.SAR, SAPCAR does this correctly. I´ve tried to download again the file but the error is always the same.Could someone help me?
    Best regards,

    Hi,
    Now, I´ve unpacked the files but when I do the file copy (in order to upgrade the kernel), I´ve these errors:
    cp: cannot create /usr/sap/SMD/exe/jcontrol: Text file busy
    cp: cannot create /usr/sap/SMD/exe/jlaunch: Text file busy
    cp: cannot create /usr/sap/SMD/exe/libicudata.sl.30: Text file busy
    cp: cannot create /usr/sap/SMD/exe/libicui18n.sl.30: Text file busy
    cp: cannot create /usr/sap/SMD/exe/libicuuc.sl.30: Text file busy
    cp: cannot create /usr/sap/SMD/exe/sapstart: Text file busy
    cp: cannot create /usr/sap/SMD/exe/sapstartsrv: Text file busy
    So could you help me?
    Best regards,

  • Upload time data text file in ztable for HR module

    dear all SAP guru's
    text file is like that
    260807300001
    270815480001
    270812210002.
    1st  4 char is date&month .
    2nd 4 char is time.
    3rd 4 char is employee no.
    i want to upload this file in z table.
    when i m uploading the time is not uploading correctly.my condition is like that
    already 1 condition is in Z table after that when i upload 2nd entry that time what 1st time is  time in and 2nd is  time out.
    coding as fallows . give any solution for that.
    LOOP AT it_out.
       CONCATENATE sy-datum0(4) it_out-text2(2) it_out-text+0(2) INTO itab1-val1.
       CONCATENATE it_out-text+4(4) '00' INTO itab1-val2.
       MOVE it_out-text+8(4) TO itab1-val3.
       APPEND itab1.
       CLEAR itab1.
    ENDLOOP.
    SELECT *
             FROM ztimedata
             INTO TABLE it_ztimedata.
    DESCRIBE TABLE it_ztimedata LINES cnt.
    LOOP AT it_out.
      CLEAR cnt.
        LOOP AT itab1.
          itab1-date1 = itab1-val1.
          itab1-timein = itab1-val2.
          itab1-pernr = itab1-val3.
            cnt = cnt + 1.
          itab1-counter = cnt.
          MODIFY itab1.
        ENDLOOP.
    ENDLOOP.
    SORT itab1 BY pernr date1 timein.
    DATA cnt1 TYPE i.
    DATA p_date LIKE sy-datum.
      SELECT SINGLE  * FROM ztimedata
                     INTO CORRESPONDING FIELDS OF  it_ztimedata.
    LOOP AT itab1.
              ztimedata-counter    = itab1-counter.
              ztimedata-date1      = itab1-val1.
              ztimedata-pernr      = itab1-val3.
              ztimedata-shift      = itab1-shift.
              ztimedata-attendance = itab1-attendance.
              CLEAR IT_ZTIMEDATA-TIMEIN.
           IF ztimedata-timein IS INITIAL.
              it_ztimedata-timein     = itab1-val2.
              ztimedata-timein     = itab1-val2.
              CLEAR it_ztimedata-timeout .
           ELSEIF ztimedata-timein IS NOT INITIAL.
              it_ztimedata-timeout     = itab1-val2.
              ztimedata-timeout    = itab1-val2.
           ENDIF.
              append it_ztimedata.
              MODIFY ztimedata from it_ztimedata.
           COMMIT WORK.
      ENDLOOP.
    in that coding if any correction pls correct me.
    Nikhil Narkhede

    Hi,
    You just try like this..Move date field into one Variable Year field into one variable and
    Time field into one variable..Then Pass this field to your screen fields.
    Rgs,
    Priya.

  • Query on static text files upload ? Please reply

    Hi all,
    We have some doubts in uploading static text files in RAR 5.3 version. Can anybody please clarify at the earliest?
    1) Can we prepare the SoD rule set in the static text files (as provided by SAP during installation)
    till Action (t- code) level conflicts and upload the same. After that cam we add/change the
    authorization objects manually as per the business requirement? Whether this is possible?
    Does a small SPACE in the text file will impact the rule set uploading?
    2) If we are configuring the rule set manually i.e when we are assigning t-codes to the functions,
    we believe the authorization objects will gets picked up automatically from the back end system for that particular t-code and the object values can be edited as per the SoDs of the business requirement? Is our understanding correct?
    If this is true, refer to question 1 whether we will get the authorization objects in case of
    uploading the text files (Business process, Funcitons, rule set,action level) only at action
    level?
    3) Once if we have used the text files for uploading the rule set can we edit them manually i..e disabling the t-codes from function, deleting the risk ids etc.,. ORELSE even the changes has to be made in the text files and upload again replacing the existing rule set whenever there are changes in the SoD rule set?
    Thanks and Best Regards,
    Srihari.K

    Dear Srihari,
    1) Can we prepare the SoD rule set in the static text files (as provided by SAP during installation)
    till Action (t- code) level conflicts and upload the same. After that cam we add/change the
    authorization objects manually as per the business requirement? Whether this is possible?
    Ans - Theoratically we can prepare our own text files in the same format as provided by SAP. Till action level it is not so difficult. Difficulty rises when we create permission files. This is near to impossible to create exact copy of SPA authorization objects and values due to human error. So it is advisable to upload SAP standard for sap specific analysis and at the same time we can keep org levle ruleset and risks. We do it by doing it in GRC manually( Create business process, function id, risks and generate rul sets) - that is better practice.
    Does a small SPACE in the text file will impact the rule set uploading?
    2) If we are configuring the rule set manually i.e when we are assigning t-codes to the functions,
    we believe the authorization objects will gets picked up automatically from the back end system for that particular t-code and the object values can be edited as per the SoDs of the business requirement? Is our understanding correct?
    If this is true, refer to question 1 whether we will get the authorization objects in case of
    uploading the text files (Business process, Funcitons, rule set,action level) only at action
    level?
    Ans - As far I know the text file should be in exact format if we want to create custom files.
    3) Once if we have used the text files for uploading the rule set can we edit them manually i..e disabling the t-codes from function, deleting the risk ids etc.,. ORELSE even the changes has to be made in the text files and upload again replacing the existing rule set whenever there are changes in the SoD rule set?
    We have to change it in GRC manually.
    From your question what I could get is that you want to do it according to your business scenario. Better if you collect data(as you will even do in case of text files) and configure it manually.
    Regards,
    Sabita Das

  • MORE HELP ON TEXT FILES - URGENT

    I'm Writing a Business Professionals Of America Database for the High School I attend and I need to know about some input and output to text files
    Suppose I have a String called 'line1'
    I also have a textfile called 'C:/......../info.txt'
    In that text file I have the line '34865-M-J-101'
    Can someone show me how to take that line out of the text file and place it into 'line1'???
    The second thing I need to know is.............
    I have a TextField in my java program, once the user enters something into the textfield and clicks a button I made, I need to take that information and output it to a text file. I know how to take the information OUT of the textfield and into a variable, I just need the code on how to output the variable's information to a textfile.

    I'm Writing a Business Professionals Of America
    Database for the High School I attend and I need to
    know about some input and output to text filesHow much information do you have. If there is a lot of information I would recommend using an actual database instead of a text file.
    Suppose I have a String called 'line1'
    I also have a textfile called 'C:/......../info.txt'
    In that text file I have the line '34865-M-J-101'
    Can someone show me how to take that line out of the
    text file and place it into 'line1'???That looks like some kind of ID. What you could do (also I'm assuming you don't have a tremendous amount of data, otherwise use an actual database) is use the java.util.Properties class and setup your data as lines with "34865-M-J-101=some entry for that". Then you could use code like:
    Properties props=new Properties();
    props.load(new FileInputStream("C:/....../info.txt"));
    String line=props.getProperty("34865-M-J-101");The line would then have "some entry for that".
    The second thing I need to know is.............
    I have a TextField in my java program, once the user
    enters something into the textfield and clicks a
    button I made, I need to take that information and
    output it to a text file. I know how to take the
    information OUT of the textfield and into a variable,
    I just need the code on how to output the variable's
    information to a textfile.Assuming you took the approach above something like:
    props.store(new FileOutputStream("C:/....../info.txt", null));The best way to do this really depends on how much information there is and what you need to do with it. For example, if you do not have some unique key for each entry, you probably don't want to use properties.

  • How to sort this text file ?

    hi all
    i have a text file that contains archlinux package information int he following formate:
    File:alpine-2.00-1-i686.pkg.tar.gz     3623 KB     09/05/2008     10:53:00 PM
    File:alsa-lib-1.0.18-1-i686.pkg.tar.gz     474 KB     11/08/2008     04:46:00 PM
    File:alsa-oss-1.0.17-1-i686.pkg.tar.gz     50 KB     09/28/2008     04:25:00 PM
    File:alsa-utils-1.0.18-1-i686.pkg.tar.gz     1047 KB     11/08/2008     04:46:00 PM
    what is the easiest way to sort the order according to different criteria such as file size, creation time, name etc
    i'm thinking of using a database software such as sqlite.
    if this is the correct direction to go, can anyone show me some hints on how i should go about to accomplish this task ?
    thanks in advance

    after some digging
    it seems awk can do the trick
    i found some code snippets
    i'll try it later
    but i'm still curious about doing this using sqlite and the SQL language
    like can i create a database from a formated text file? etc
    so anyone has some comments on this, you are still welcome
    Last edited by elflord (2008-11-15 17:56:18)

  • Using java to call a text file

    I am new to java and was wondering if there is a way of using java to call a text file on my server and use it to create a webpage using a template. Namely to click a link to a poem, and have the java automatically create a page from a text file of the poetry. I need to know if this is even possible, what I would need to look into, (IE: which software or applet to look for), and if there are any sites that anyone knows about that I could learn how to do this. currently I am having to create a page for every poem posted on my site, which takes a great deal of time, and I would like to speed the process up a bit if it is possible. Any suggestions would be greatly appreciated.

    Why a text file? I don't think it is a best practice of doing that. Just use a database, keep your poem collections there, and set up a jsp page that seek the database, and then display it on another jsp page. I guess you can find similar application in the sample projects provided by JSC.

  • Text File Database

    Hello,
    i am a student at The Open University "APEIRON" Travnik (www.out.edu.ba), i am pursuing a Masters degree in IT, we have one Exam called Java programming.
    My practical exam part is to create a program that should enable user to manipulate students grades. The app should allow these options:
    - Read students data,
    Read students data, needs to ask a user for students name and some ID (Surname etc.), and after that lists students grades and Courses.
    - Inserting of new grades,
    Inserting of new grades should have option to insert a new Course name, students name and grade for that Course.
    - Change of existing grades.
    Change of existing grades needs to ask for students name and/or ID, surname and the name of a Course and shows his present grade, Then it should have an option to change students grade for that Course.
    For this App all of validations should be done.
    All of the data (students names, Course names, Grades etc.), needs to be stored in text file database?! Now, i am a newb to Java, but i worked before with VB, and SQL, and i saw there are some similarities to acces and modify data in SQL database. But the problem is, i never worked with Flat text file databases and now i am stuck, i do not even know how to create a text database or even to connect Java to that database.
    Please, if anyone can help me i would be very grateful!?

    HaloOo wrote:
    i am pursuing a Masters degree in ITPursuing as in commencing, or pursuing as in first/second year undergraduate student. If the former then I am abit worried at your lack of prior research (or is this how you research).
    Please, if anyone can help me i would be very grateful!?You will need to invest some time in the basics of programming in Java and OOL. There are multiple tutorials available on reading/writing to text files. One thing to note: a text file is treated in the majority of cases like a wipe board. You can write a whole bunch of stuff on it, but if you decide you want to write a line in the middle, then unfortunately you need to read what is currently on the whiteboard, rewrite it, append your new message, then append the remainding text from the white board. IMHO a (RAF) is not applicable in this situation.
    Task1: Java: hello world
    Task2: Introductory tutorials
    Task3: Read a text file/write a text file/display contents of file
    You choose,
    Mel

  • Save Appleworks Database as Text File

    I'm trying to save an Appleworks 6 database as a text file so that I can import into Microsoft Access on my PC. When I go to file>save as in Appleworks it only lists Appleworks 6, 5 and ClarisWorks as file format options. Can anyone tell me how to do this? Any tips on how to convert this to PC Access database would be awesome as well. Thanks!

    Welcome to Apple Discussions
    The "has been deleted" error isn't actually related to saving. AppleWorks doesn't "understand" OS X well & can give some strange error messages. Although I've only gotten this message when I've had AppleWorks 6 open in both Classic & OS X at the same time on previous Macs, others get it like you with no specific cause. It usually is fixed by using Disk Utility to repair permissions and deleting the AppleWorks 6 preferences. See my user tip, AppleWorks has stopped working correctly, for more on the preferences. Neither permissions or preferences are replaced or fixed with installation.
    It would have been best for you to have started a new topic as your problem isn't not having the option to save as text, but not being able to save in any format.

  • Database or text file

    Since I was able to get my first question answered so quicky (thanks again), I wonder if I could get an opinion from the experienced programmers here.
    I am creating a computer forensics application to verify file signatures found in the header , to the extension. For example, a .pdf file has a hex file signature of 25 50 44 46, a .com file has a signature of 4d 5a, etc. Each file type has it's own file signature.
    My question is two-fold. First, what would be considered an optimal means of storing and accessing the data for each file type? Second, what would be the optimal means for adding new data?
    With my limited knowledge, I have two means avaialable. One would be to create a text file with the necessary information. Then all I would need to do is find the correct string, and parse the information necessary to make the correction. My other thought was to make an individual class for each type of file, and add classes as necessary. Since each type of file has a differnt signature, and it's found in different places in the header, and even sometimes skips spaces, essentially each type has to be handled a little differently. Then I would just need to constructors to access the proper class.
    Any thoughts?

    database seems as too much for your problem, serarching the
    text file for each entry seems very resource/time consuming.
    I would propouse making a Hashtable with the extension
    as a key, and the signature as the value, and then having a
    loadHashtable and a saveHashtable method so you would just have to
    create the hashtable when you start your app and save it when you end it:
    class FileHeader{
    String extension,hex_signature;
    public FileHeader(String ext,String hex_sig){
    extension = ext;
    hex_sig = hex_signature;
    //other methods
    public String getExtension(){
    return extension;
    public String getSignature(){
    return hex_signature;
    public class MyApp{
    java.util.Hashtable files_hash;
    public MyApp(){
    files_hash=new java.util.Hashtable();
    loadHashtable();
    public void loadHashtable(){
    //load the hashtable with FileHeader objects containing every filetype
    public void saveHashtable(){
    //save all the extension,signature pairs in a file
    public boolean checkSignature(String extension,String proposed_signature){
    FileHeader file = (FileHeader) files_hash.get(extension);
    return file.getSignature().equals(proposed_signature);

  • Reading and Writing from a text file at the same time

    I know who to use the Scanner and PrintWriter to read from and write to a .txt file. But these are limited. How can I read and write at the same time? Such as open a file and change every third character or change every second word to something else and then write it back. I found this [http://java.sun.com/docs/books/tutorial/essential/io/|http://java.sun.com/docs/books/tutorial/essential/io/] but its a little over my head. Is this the only way to do it?

    wrote:
    You are using buffered reads and writes I would assume, right? Also, how do you think most programs handle this sort of thing? I don't believe I'm using buffering.
    My code looks something like this
    //...necessary imports
    //then
    Scanner inFile = new Scanner (new file("filename1.txt"));
    PrintWriter outFile = new PrintWriter ("filename2.txt");
    //then stuff like
    int x = inFile.hasNextInt();
    outFile.println(x);
    camickr wrote:If you are changing the data "in place", that is none of the data in the file is shifted, then you can use a RandomAccessFile.
    Otherwise, you've been given the answer above.What is RandomAccessFile? Is it what I have a link to? Basically what I do is I write a bunch of numbers to a txt file and then change the numbers I don't need anymore to 0. So say I had 0 1 2 3 4 5 6 7 etc. I would like to to open the txt file and change every second one to 0 so then I'd have only odd numbers and 0s.
    I looked at the documentation for RandomAccessFile and it seems like it might be what I need.
    Thankyou both for your help so far. I took a java course in high school and they only taught me one way to get data from text files and that is what I just showed you. So maybe this questions are really stupid. lol
    Edited by: qw3n on Jun 13, 2009 7:46 PM

Maybe you are looking for