Control/file references closed and reused

See attached example.  I realized that you can reuse a control reference even after it is closed, and this does not applied to file reference.  Why is that?  
Kudos and Accepted as Solution are welcome!
Solved!
Go to Solution.
Attachments:
refclose.vi ‏14 KB

I didn't look at the example, but the general answer is simple - a control reference simply points to an existing control. As long as the control is still around (because LV keeps it around), closing the reference does nothing, because LV still needs it and it knows that.
A file reference, on the other hand, is something that you create yourself. Closing the reference also releases all the resources used by that reference, making it invalid. The same would apply to other type of references, such as DVRs, queues, TCP refnums, etc.
Try to take over the world!

Similar Messages

  • Adobe flash error when opening a file is closed and leaves open the file

    the problem is this I try to open a file FlippingBook Publication and try to open it immediately closes and says there are problems with adobe flash player 10.1 r102 you uninstall and reinstall the latest version adobe the problem continues, anyone know how to fix it?

    adobe flash player 10.1 r102
    Is there a specific reason you're using a five-year-old Flash Player version?

  • Insert Images File keeps closing and does nothing

    I'm fairly new to dreamweaver but I know the basics. Today was the first day I was adding images.  I'd do insert/images, the files folder would open but no matter what I clicked on in the file folder, the file folder would just close and do nothing, not letting me even select an image. It didn't matter whether I used the panel or insert menu at top it still wouldn't work. I tried this about 30 times same thing. Finally managed to get 1 image in and then it kept doing it again. I already tried uninstalling dreamweaver, rebooting then reinstalling, issue is still there. Any body know whats happening?
    My OS is Windows 8.1 and using Dreamweaver CC 2014 Build 6981

    When Dreamweaver acts strange, it's often the result of a corrupt cache file. You can find details of how to delete the file here: Deleting a corrupted cache file.
    If that doesn't work, it's sometimes necessary to delete your personal configuration folder. The article I pointed to also explains about deleting the folder. You might also find the following article helpful: Reinstalling Dreamweaver (or Extension Manager) fails to solve problems.

  • PMS color changes to CMYK when file is closed and reopened

    I got a .psb-document with a adjustmentlayer>solid color as a background. The color is a Pantone 354-C. When I save my document (CMYK), and then reopen it, I no longer get the Pantone color library but the default color picker box. I see no visible change in color though so I'm not sure if the color changes. If I click the color library button in my adjustment layer, it automatically pics the PMS color beneth the 354-C (that is 355 C) and I see a change in color. So I have to repick 354-C again.
    Anyone knows what's going on here?

    Spot Colors have no real connection to individual Layers in Photoshop (as of CS6).
    If you want to use them you need to employ Spot Channels.
    Edit: And your intended color is probably simply out of gamut for that color space.

  • Creating a control file copy with ASM

    Configuration is Oracle 10.2, RAC, and ASM (Automatic Storage Management). I would like to create a second copy of the control file.
    If this wasn't ASM, I could just bring down the database, copy the control file using an operating system command, modify the pfile to reference both the original and new copy, and then restart the database.
    Since this is ASM, I cannot use an operating system command to copy the control file, and RMAN "BACKUP" (which is the only way I know to make a copy of the control file) will only work if the database is up. When I "restore" the control file using RMAN and change the pfile to reference both control files I get a message like the following when attempting to start the database:
    ORA-00214: control file '+ASMGROUP1/db1/controlfile/current.271.566646845'
    version 2241 inconsistent with file
    '+ASMGROUP1/db1/controlfile/current.268.566661765' version 2236
    Soooooo, how do I make and implement a second copy of a control file using ASM.
    Thanks

    Hi.
    This is not testet so presede with caution as it is meant as a discussion ;-)
    As I see it there is no logical way to extend the instance by adding a controlfile.
    The following procedure might work (has not been tested)
    I think you have to make a controlfilebackup with the database closed in normal mode using RMAN.
    Further you might be able to edit the pfile with create pfile from spfile and further create spfile from pfile. Extending the controlfile parameter to represent number and names of controlfile needed.
    With this done, the database is closed normal with a controlfile copy presented somewhere on the filesystem.
    startup mount;
    restore controlfile from '<backup controlfile location>'
    alter database mount;
    alter database open;
    Any thoughts about this procedure guys?
    Rgds
    Kjell Ove

  • CREATE DATABASE cannot create a control file

    I know, it's not supported. Please refrain from reminding me.
    I am trying to install a second database on an Oracle 8i installation (8.1.7.4) on a Windows 2003 server. I cannot use DBCA because it doesn't work, so I create the databases manually using the script produced by DBCA.
    So I run the following:
    connect INTERNAL@TEST
    startup nomount pfile="C:\oracle\admin\COHPTEST\pfile\initTEST.ora"
    CREATE DATABASE TEST
    LOGFILE 'D:\oracle\oradata\TEST\redo01.log' SIZE 1024K,
    'D:\oracle\oradata\TEST\redo02.log' SIZE 1024K,
    'D:\oracle\oradata\TEST\redo03.log' SIZE 1024K
    MAXLOGFILES 32
    MAXLOGMEMBERS 2
    MAXLOGHISTORY 1
    DATAFILE 'D:\oracle\oradata\TEST\system01.dbf' SIZE 264M REUSE AUTOEXTEND ON NEXT 10240K
    MAXDATAFILES 254
    MAXINSTANCES 1
    CHARACTER SET WE8ISO8859P1
    NATIONAL CHARACTER SET WE8ISO8859P1;
    I receive the following error:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: controlfile could not be created
    ORA-00202: controlfile: 'D:\oracle\oradata\TEST\ctrl01.ctl'
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    More information:
    1) Added the "Everyone" account to full control on the D: drive, to eliminate the possibility of access issues.
    2) The control files, the alertLog, and just about every other file do not exist before, or after the error.
    3) I cannot produce more detailed information other than what you see. I do not know of a trace that will track this, which would be helpful.
    4) I've tried from both SQLPLUS and SVRMGRL, as well as using INTERNAL, SYS accounts as well as adding sysdba privileges.
    I would love to upgrade this instance, but it has other databases on it, and only one box to run this DB on.
    SO, just to be sure, telling me to upgrade isn't what I am hoping to learn. I would appreciate some insight on how to display the account svrmgrl runs under, or how to get it to run under another user ID that would be great, or why it can't create the file, or a manual way to create the file (CREATE CONTROLFILE is for existing db's only right? )

    Hello, my name is stupid.
    I was using a remote file in my TNS_ADMIN environment value. It was pointing to the old database the whole time. The old database was up and down all day, but no one was on it to notice.
    Answer: Please check your TNS_ADMIN file, to make sure that you do not have any naming conflicts with the database you are creating, and another database with the same name in your collection of databases.
    What happened:
    The reason it could not create the files: There was another TEST database, which was what was connected to, and I tried to create the files on another server which did not have a D: Drive.
    When I switched to C: it stated the files were already in existence, which I knew wasn't true, and what led me to look at what I was connecting to.
    When I checked my TNSNames.Ora file, I noticed the 2nd entry for a database also named "TEST" that a previous DBA had left in there, I realized I was working on the wrong database because it connected to the first database in the TNSNames listed for that SID.
    I removed the entry from the TNSNames file, and the database was created successfully (Manually, DBCA still doesn't work).
    Thanks for all that tried to help, but introspection was the only solution.

  • Control file for the sql*loader

    hi
    i'm doing my project in database management as the part of my project i have to write the control file for the sql*loader so, any one please clear the funda...so that i can get back to my project work...help me with sample code ..

    Refer chapter 3 and 5 on this url for sql loader and its control file references :
    http://download-west.oracle.com/docs/cd/A91202_01/901_doc/server.901/a90192/toc.htm
    or
    http://download-east.oracle.com/docs/cd/A91202_01/901_doc/server.901/a90192/toc.htm
    You may also refer sql loader examples on this page:
    http://otn.oracle.com/sample_code/products/intermedia/htdocs/avi_bulk_loading.html
    Chandar

  • Creation of control file in Oracle 10g

    Hi,
    I had taken the backup of control file(backup control file to trace) and edited it to change the new location of the datafile.But when i try to create the Control file(Startup nomount,@cntrl.sql) it fails with the following error
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01276: Cannot add file
    /oracle/DBS/redolog/DBS/controlfile/o1_mf_2s4ho2n8_.ctl. File has an Oracle
    Managed Files file name.
    how can i recreate it?
    Regards,
    Cherry

    HI,
    what are you actually trying to do...
    relocation of datafile or control file.
    if you want to relocation of data file then go through below link
    http://download-uk.oracle.com/docs/cd/B14117_01/server.101/b10739/dfiles.htm#i1006457
    ORA-01276
    http://www.idevelopment.info/data/Oracle/DBA_tips/Tablespaces/TBS_8.shtml
    hope this helps
    Taj

  • Issue in Printing, using Bursting control file

    Hello All,
    We are using bursting control file to print and email. Email option is working fine. But when it comes to printing, it is printing "PDF file not printed. 128MB of memory is required to enable direct PDF printing" in the printout.
    We are using CUPS and below is the path we are using for printing,
    ipp://localhost:631/printers/YG_MAIN
    When we try to run the same program manually, by giving the printer name and number of copies to 1, then we are able to see the pdf output. Other normal bi publisher reports are also working fine, w.r.t that printer. We are facing this issue only when we are running xml bursting program, with print option.
    Any suggestions please..
    Here is the full bursting control file,
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/XX_IMB/LIST_G_PAT/G_PAT">
    <xapi:delivery>
    <xapi:email id="123" server="XXXXXX.com" port="25" from="[email protected]">
    <xapi:message id="123" to="${DESTINATION}" attachment="true" content-type = "text/html" subject="Test email"> Please find the attachement</xapi:message>
    </xapi:email>
    <xapi:print id="print1" printer="ipp://localhost:631/printers/${DESTINATION}" copies="1"/>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="xsl-fo" location="xdo://XXCUS.XX_MAIN.en.US" filter=".//G_PAT[DESTINATION_TYPE='Email']">
    </xapi:template>
    </xapi:document>
    <xapi:document output-type="pdf" delivery="print1">
    <xapi:template type="xsl-fo" location="xdo://XXCUS.XX_MAIN.en.US" filter=".//G_PAT[DESTINATION_TYPE='Print']">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>

    BI Publisher bursting to CUPS printer doesn't use PASTA, so output doesn't get converted from PDF to Postscript which it does when you run it through concurrent manager.
    You can put an entry in the $XDO_TOP/resource/xdodelivery.cfg as follows (replace for your printer):
    <pre>
    <server name="MYPRINTER" type="ipp_printer" default="true">
    <uri>ipp://mycupsserver.mydomain:631/printers/MYPRINTER</uri>
    <filter>/usr/local/bin/pdf2ps -paper A4 {infile} {outfile}</filter>
    </server>
    </pre>
    Regards,
    Gareth

  • Lost all Control files (Want to Recover)

    Hi
    I have a database in archive log mode and we take a rman hot backup everyday. We are not using the recovery catalog. I lost all the control files
    few days ago. I have a control file to trace and that was generated 20 days ago. This is our test database. I want to recover it. I don't know if we have
    done any physical changes or not after the creation of this text file to create a control file. Database is still up and running.
    Any help will be appreciated?
    Thanks in Advance

    If the control is restored from the rman backup lets say it is 3 days old, then how to update the same control file with the current database statistics.
    --Luckys.                                                                                                                                                                                                                                                                                                                                           

  • CONTROL FILE RECOVERY

    HI
    CAN anyone tell me
    how can i perform recovery if all my control files get lost,and i have cold backup datafiles and control files of last week. so pls suggest me how recovery will
    be performed i.e datfile header is showing me scn 102346
    and control file contains older scns .
    and my database is in archive log mode.

    If you do not have a backup of current control file, you cannot restore your database to the time when the failure occurred.
    In simple words, the old control file would not know anything about the new archive logs.Satish,
    Think about what you said. If you backup at 1am every night and archivelogs every 4 hours and you lose the storage volumes holding the database and controlfiles and redo logs at 6pm ... how would you recover the database ? The controlfile backup of 1am "does not know anything about the new archive logs" from 1am to 6pm, and yet you have ArchiveLog backups upto 4pm.
    Would you tell your manager that you can't recover the database as of upto 4pm ?
    (whether you use RMAN or do not use RMAN , whether you use a Catalog or do not use a Catalog with RMAN, those questiosn are irrelevant).

  • Functioning of control file when re-created

    Hi friends,
    we can recover database without data loss when there is a situation to re-create control file(for suppose control file is lost and no multiplexed copies are available) using NORESETLOGS option in controlfile script.
    when we re-create controlfile, no SCN and checkpoint information will be there in controlfile. Then how controlfile will get the latest SCN and how it allows DB to be up and running.
    please explain. thanks in advance

    Hi,
    As per my knowledge I am explaning what will happen at Background.
    As you said that control File is lost and no mutiplexed, In that scenario you are going to recreate the Controlfile. As we know that control file will be in Sync with All DataFiles (System etc.,) , which will hold the SCN numbers, When the Instance is UP with the newly Created ControlFile (Since scn is not available), it will get the Highest SCN Number from Current DataFiles and Check for in Sync with other Datafiles, whether SCN is in Sync with the Other data files or not.
    And further proceed with Recovery Process Based on the Redo Logs.
    As you said if the required SCN is not available in the Redo Logs it will Check for the Archive Redo Logs Based on the SCN i.e., (If Req SCN is < SCN in Redo Logs) It will Check for Archive Logs files.
    Let me know in case If I am not clear or some where wrong in concept so that I can learn some thing inturn from others.!!
    Thanks & Regards,
    Pavan Kumar N

  • HT3275 What do i do when, having reconnected my Time-Machine Backup disk, i'm told that there is not sufficient space to do a backup ? it seems somehow that my previous backup was "closed" and i cannot continue using it, so Time machine appears to start a

    I use an external 500 GB WD hard drive for my Time-Machine backup.
    Sometimes - several times - after i've disconnected the drive to go travelling, when i reconnect the external drive, Time Machine tries to resume but tells me there is not enough space on the drive, and to chose a bigger disk.
    It is as if the previous backup file is "closed' and cannot be written to again.
    The only fix i can find is to erase, start again from scratch and do a full backup from scratch - which totally defeats the purpose of Time Machine.
    I've tried repairing the disk, nothing appears to allow the previous backup to be continued.
    Suggestions please ??
    Jean-Noel Cozon

    Hi Linc,
    Thanks for getting back - if i understood correctly, the info you suggested i collect is hereunder ...
    Jan 22 06:08:09 MBP-15 com.apple.backupd[4353]: Starting standard backup
    Jan 22 06:08:10 MBP-15 com.apple.backupd[4353]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 06:10:54 MBP-15 com.apple.backupd[4353]: No pre-backup thinning needed: 3.12 GB requested (including padding), 234.07 GB available
    Jan 22 06:18:20 MBP-15 com.apple.backupd[4353]: Copied 28083 files (2.2 GB) from volume MBP-15.
    Jan 22 06:21:57 MBP-15 com.apple.backupd[4353]: No pre-backup thinning needed: 3.13 GB requested (including padding), 231.88 GB available
    Jan 22 06:29:10 MBP-15 com.apple.backupd[4353]: Copied 23509 files (2.2 GB) from volume MBP-15.
    Jan 22 06:32:01 MBP-15 com.apple.backupd[4353]: Starting post-backup thinning
    Jan 22 06:32:01 MBP-15 com.apple.backupd[4353]: No post-back up thinning needed: no expired backups exist
    Jan 22 06:32:02 MBP-15 com.apple.backupd[4353]: Backup completed successfully.
    Jan 22 07:08:09 MBP-15 com.apple.backupd[4474]: Starting standard backup
    Jan 22 07:08:10 MBP-15 com.apple.backupd[4474]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 07:10:52 MBP-15 com.apple.backupd[4474]: No pre-backup thinning needed: 3.13 GB requested (including padding), 231.88 GB available
    Jan 22 07:18:26 MBP-15 com.apple.backupd[4474]: Copied 28091 files (2.2 GB) from volume MBP-15.
    Jan 22 07:22:02 MBP-15 com.apple.backupd[4474]: No pre-backup thinning needed: 3.13 GB requested (including padding), 229.69 GB available
    Jan 22 07:29:22 MBP-15 com.apple.backupd[4474]: Copied 23517 files (2.2 GB) from volume MBP-15.
    Jan 22 07:32:14 MBP-15 com.apple.backupd[4474]: Starting post-backup thinning
    Jan 22 07:32:14 MBP-15 com.apple.backupd[4474]: No post-back up thinning needed: no expired backups exist
    Jan 22 07:32:15 MBP-15 com.apple.backupd[4474]: Backup completed successfully.
    Jan 22 08:08:10 MBP-15 com.apple.backupd[4595]: Starting standard backup
    Jan 22 08:08:10 MBP-15 com.apple.backupd[4595]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 08:10:56 MBP-15 com.apple.backupd[4595]: No pre-backup thinning needed: 3.13 GB requested (including padding), 229.68 GB available
    Jan 22 08:18:19 MBP-15 com.apple.backupd[4595]: Copied 28099 files (2.2 GB) from volume MBP-15.
    Jan 22 08:21:50 MBP-15 com.apple.backupd[4595]: No pre-backup thinning needed: 3.14 GB requested (including padding), 227.49 GB available
    Jan 22 08:29:18 MBP-15 com.apple.backupd[4595]: Copied 23525 files (2.2 GB) from volume MBP-15.
    Jan 22 08:32:09 MBP-15 com.apple.backupd[4595]: Starting post-backup thinning
    Jan 22 08:32:09 MBP-15 com.apple.backupd[4595]: No post-back up thinning needed: no expired backups exist
    Jan 22 08:32:10 MBP-15 com.apple.backupd[4595]: Backup completed successfully.
    Jan 22 09:08:09 MBP-15 com.apple.backupd[4716]: Starting standard backup
    Jan 22 09:08:10 MBP-15 com.apple.backupd[4716]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 09:10:55 MBP-15 com.apple.backupd[4716]: No pre-backup thinning needed: 3.13 GB requested (including padding), 227.49 GB available
    Jan 22 09:18:48 MBP-15 com.apple.backupd[4716]: Copied 28107 files (2.2 GB) from volume MBP-15.
    Jan 22 09:22:40 MBP-15 com.apple.backupd[4716]: No pre-backup thinning needed: 3.27 GB requested (including padding), 225.30 GB available
    Jan 22 09:32:35 MBP-15 com.apple.backupd[4716]: Copied 23533 files (2.3 GB) from volume MBP-15.
    Jan 22 09:35:25 MBP-15 com.apple.backupd[4716]: Starting post-backup thinning
    Jan 22 09:35:25 MBP-15 com.apple.backupd[4716]: No post-back up thinning needed: no expired backups exist
    Jan 22 09:35:26 MBP-15 com.apple.backupd[4716]: Backup completed successfully.
    Jan 22 10:08:09 MBP-15 com.apple.backupd[4840]: Starting standard backup
    Jan 22 10:08:10 MBP-15 com.apple.backupd[4840]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 10:10:51 MBP-15 com.apple.backupd[4840]: No pre-backup thinning needed: 3.14 GB requested (including padding), 225.18 GB available
    Jan 22 10:18:12 MBP-15 com.apple.backupd[4840]: Copied 28115 files (2.2 GB) from volume MBP-15.
    Jan 22 10:21:49 MBP-15 com.apple.backupd[4840]: No pre-backup thinning needed: 3.14 GB requested (including padding), 222.99 GB available
    Jan 22 10:29:05 MBP-15 com.apple.backupd[4840]: Copied 23541 files (2.2 GB) from volume MBP-15.
    Jan 22 10:32:00 MBP-15 com.apple.backupd[4840]: Starting post-backup thinning
    Jan 22 10:32:00 MBP-15 com.apple.backupd[4840]: No post-back up thinning needed: no expired backups exist
    Jan 22 10:32:01 MBP-15 com.apple.backupd[4840]: Backup completed successfully.
    Jan 22 11:08:09 MBP-15 com.apple.backupd[4963]: Starting standard backup
    Jan 22 11:08:10 MBP-15 com.apple.backupd[4963]: Backing up to: /Volumes/Time-Machine MBP15 Backup/Backups.backupdb
    Jan 22 11:10:53 MBP-15 com.apple.backupd[4963]: No pre-backup thinning needed: 3.14 GB requested (including padding), 222.82 GB available
    Jan 22 11:18:10 MBP-15 com.apple.backupd[4963]: Copied 28123 files (2.2 GB) from volume MBP-15.
    Jan 22 11:21:46 MBP-15 com.apple.backupd[4963]: No pre-backup thinning needed: 3.14 GB requested (including padding), 220.63 GB available
    Jan 22 11:30:13 MBP-15 com.apple.backupd[4963]: Copied 23553 files (2.2 GB) from volume MBP-15.
    Jan 22 11:33:03 MBP-15 com.apple.backupd[4963]: Starting post-backup thinning
    Jan 22 11:33:03 MBP-15 com.apple.backupd[4963]: No post-back up thinning needed: no expired backups exist
    Jan 22 11:33:04 MBP-15 com.apple.backupd[4963]: Backup completed successfully.
    Currently, having once again yesterday flattened and restarted my T-M from scratch i probably overwrote all the backups since the last time i had to do that - and as long as i don't disconnect my external backup drive it seems OK now.
    I'm a bit paranoid as i use my MBP both as my Mac, but also as my Virtual PC so i have a lot of technical and commercial data which i need to keep properly backed up.
    Is it possible when i've ejected my TM backup disck, gone travelling, and then reconnected it some days later - that i am causing a new backup to start by hitting the 'Backup Now' command on the menu bar.... should i let TM pickup by itself automaticvally without porvoking a Backup Now command ?
    Thanks in advance for any futher advice

  • Save Report to File.vi closing file problems

    I have a while loop running in which I generate data. At the end of a sequence in the while loop, I create an HTML report and save the report file to disk. My problem is that the next time the while loop generates data and goes to save the new HTML report, I get a file permission error (Error 8) in the delete file subvi. I use the delete file subvi so that I can programmatically replace the HTML report file. I believe that the problem is in the "Save Report to File.vi" in that it does not close the file after it writes it. Any comments?

    Unfortunately i couldn't open your example as i only have LV 6.0, but i looked at the 'Save report to File.vi' in LV 6.0 and it basically only contains a 'Write characters to file.vi' for file handling. In LV 6.0 this vi does contain a 'Close file+.vi' which has an input called 'close when? (now:T)'. Make sure this is wired as True (default) and the file will close, and you should be able to delete the file (as long as the delete event occurs afterwards (make sure it is wired in sequence). In the LV help, it says the reason for the 'Write characters to file.vi' only closing if you tell it to (set as default) or if there is an error is so you can continually use it in a loop, writing characters to file, without closing, and then send a command to close
    it only on the last loop, or if there is an error. Therefore i dont think it is a bug, but i think there should be a wire for it on the 'Write characters to file.vi'.
    I hope this helps you..
    Kim

  • SQL Loader Username in control file

    Hi,
    Im using SQL Loader to load data. Im going to execute this from a UNIX shell script.
    Here, I have to pass UNIX user name and Oracle user name in the control file.
    How and I do it?.
    Thanks,
    Kannan

    Prashant Tejwani wrote:
    Yup.
    Now i get it.
    You want to load the username of the person who is executing sql loader to load the data in table.
    Right?
    Well, for Oracle Username you can use:
    EMP_ID CHAR(10),
    EMP_NAME CHAR(40),
    UPD_DATE "SYSDATE",
    ORACLE_USER_NAME "user",
    UNIX_USER_NAME "????????"
    I am not sure if we can pass UNIX username because once we execute SQL loader, control file will be executed in Database environment and i dont think any unix syntaxes will hold good there.To achieve the unix username would require the unix script to generate the control file on-the-fly providing the unix username as a fixed value in the control file before it calls sql*loader with that generated control file.

Maybe you are looking for

  • Problem with creation of IDOC Segment Type

    Hi, I tried to create IDOC Segment Type Z1LFA1 but error prompted "Structure Z1LFA1 already exist.". I tried deleting it at se11  but prompted "You cannot edit object R3TR TABL Z1LFA1 with the standard editor"                           and at sm30-TA

  • Miro transaction

    hi all , i have created a PO order with one line item having 10 quantities. then i created a GR. now when i run MIRO, Under the PO reference TAb i enter the PO number. a new invoice is created. now again i run miro transaction wherin i again specify

  • Shall we fix rendering order?

    Hi all, I am using one custom component inside UIComponent like the following way. <h:inputText id="a" value="abc"> <myTld:myCustom/> </h:inputText> At the time of rendering: <myTld:myCustom/> is rendering first and then <h:inputText/>. I wanted in a

  • Data Migration Basics

    Hi Group, Could anybody just explain me the basic conditions for IDOCs and BAPIs for data transfer.... What i know we can use IDOCs in a distributed R/3 system... If we are transfering data from a non-sap(in case of LSMW)  system then we cant use an

  • Can't Pick Up Package

    I was really apalled to find that best buy has not addressed this issue, i sadly bought a best buy item and now am unable to collect my laptop at the local UPS Customer Service Center because best buy does not allow it. I now will have to find someon