Export command?

Hello - My installation of 8.1.7(development ver) does not recognize the exp command(when invoked from SQLplus). Is this on purpose, or did I neglect to install some tools? Or more likely, I don't have my head on and I shouldn't epxect it to work from within SQLplus!
Thanks
Richard

Dear Richard,
Oracle's Export (exp) utility is a fully-functional executable available in the <ORACLE_HOME>/bin directory. It should be used directly run from the command prompt and not called from within SQL*Plus.
Best of luck.
null

Similar Messages

  • Could not complete the export command because of an application error

    Every once in awhile I get the error, "Could not complete the export command because of an application error" when using the Save for Web option. It's really confusing because the error is not consistent. I don't get it all the time. In fact, 99% of the time I can save with no problems. When I quit Photoshop and reopen my files they seem to save just fine. Does anyone know why this happens, and how to prevent it from happening in the future?
    Here are my specs:
    Macintosh: iMac
    OS: 10.6.8
    Photoshop: CS3 (v10.0.1)
    Any help is greatly appreciated!

    No idea about the specific issue, but I like to pass on some general advice I have received myself here over time:
    Boilerplate-text:
    Are Photoshop and OS fully updated?
    As with all unexplainable Photoshop-problems you might try trashing the prefs (after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed) by pressing command-alt-shift on starting the program or starting from a new user-account.
    System Maintenance (repairing permissions, purging PRAM, running cron-scripts, cleaning caches, etc.) might also be beneficial, Onyx has been recommended for such tasks.
    http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html
    Weeding out bad fonts never seems to be a bad idea, either. (Validate your fonts in Font Book and remove the bad ones.)
    If 3rd party plug-ins are installed try disabling them to verify if one of those may be responsible for the problem.

  • Could not complete the export command because the file could not be found

    When I try to save for web, Photoshop pops up a dialog box that says "could not complete the export command because the file could not be found".
    What is the solution for this?

    Please provide more information (Photoshop version, OS, target volume, …).
    Does the file’s or one of the folders’ name contain problematic letters (slash etc.)?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?

  • Export to PDF - Can a single report (rpt file) create multiple PDF files using the export command?

    Post Author: markeyjd2
    CA Forum: Exporting
    Greetings forum members,
    My question is, in its entirety: Can a single report (rpt file) create multiple PDF files using the export command, ideally one PDF file per DB record?
    In my case; I have a Crystal Report that reads data from a DB table containing ~ 500 records.  When I export the report to a PDF file, I get one PDF file, with ~ 500 pages.
    What I would like to do is export the report to ~ 500 individual PDF files; One file per DB record.  The file names would be based on the table's primary key.
    Is this possible?

    Post Author: Micha
    CA Forum: Exporting
    Hi,
    you need some lines of code, but its easy. Dependend on how to start the generation of your 500 PDFs, you can write an ASP page and start it via Web Browser, or a Windows Script and start it via scheduled job...
    Here's an abstract of the ASP code I use:
    First, you create a recordset (here: "rsc") which gives you the list of ID fields you want to export, then you create CrystalRuntime.Application object, then you loop through the recordset, open your report (here: "oRpt") and set login info. Then set the selectionformula, so that the report displays only the data of the current ID, e.g.:
      oRpt.RecordSelectionFormula = "(" & oRpt.RecordSelectionFormula & ") AND {myTab.myVal}=" & rsc("myVal")
    Then you export the report, move to the next record in recordset, and repeat the loop until recordset.EOF. Then you close recordset and connection.
    Micha

  • Unable to run export command invalid username and password

    i am trying to run export command to export the complete database but i am getting error of invalid user name and password
    command
    from root i am switching to
    su- oracle
    exp oracle/12345 file=03-2-2013BackupDB.dmp log=backuplog.log
    ORA-01017: invalid username/password; logon denied
    but when i use to login through putty it gives no error
    oracle
    12345
    maybe i am doing something wrong sorry as i am newbie in oracle world
    oracle 11gR2
    Suselinux
    Please help..................

    to make your database in archive log mode you need to give a downtime of your database for this you can do following steps.
    if you are using spfile
    1. shutdown the database.
    2. startup in mount mode
    3. use command 'alter database archivelog';
    4. specify the archive log location using command
    ' alter system set log_archive_dest_1='LOCATION=location_path';'
    5. specify archive log format as
    'alter system set archive_log_format=your choice;'
    6. enable the archive log dest using ' alter system set log_archive_dest_state_1=enable;'

  • Export command throws error?

    Hi All,
    Greeting to all,
    As i try to extract whole repository by export command,it throws error las below and doesn't export all xml files under repository.Although it exports many of files but not all.
    So,can anyone give some suggestion why it comes and how to solve it?
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.waveset.session.Exporter.exportObjects(Exporter.java:481)
    at com.waveset.session.Exporter.exportObjects(Exporter.java:177)
    at com.waveset.session.Exporter.exportObjects(Exporter.java:291)
    at com.waveset.session.LocalSession.exportObjects(LocalSession.java:4567)
    at com.waveset.session.WavesetConsole.cmdExport(WavesetConsole.java:1459)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Console.callMethod(Console.java:555)
    at com.waveset.util.Console.doCommand(Console.java:345)
    at com.waveset.util.Console.interactiveConsole(Console.java:239)
    at com.waveset.util.Console.run(Console.java:95)
    at com.waveset.session.WavesetConsole.start(WavesetConsole.java:323)
    at com.waveset.session.WavesetConsole.main(WavesetConsole.java:209)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Command.runMain(Command.java:196)
    at com.waveset.util.Command.launch(Command.java:175)
    at com.waveset.util.Command.main(Command.java:303)
    Thanks,
    Nadeeb

    1. where is my tcsh history file?
    You need to configure tcsh to save history. Something like this in .tcshrc or .login
    set histdup=erase
    set history=500
    set savehist=500
    The file .history will be created by the shell.
    2. How to hinder the grayed out history in my tcsh window at start up?
    I'm guessing that sourcing perlbrew's bashrc is screwing up tcsh when it attempts to read it. The path of least resistance would be to change your shell to bash so you can use perlbrew. If you want to keep tcsh as your interactive shell then source perlbrew's bashrc in the .bashrc in your home directory. Create a bash sub-shell by typing bash in your tcsh shell.

  • Export: command not found

    I have been trying to install something via MacPorts and was following a blog that described setting the PATH appropriately so that the port command would work, however when I updated .bash_profile as described in the blog and tried to source it, it gives me the error, "export: command not found."
    currently echo $PATH returns: /Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/bin:/usr/sbin:/ sbin:/usr/local/bin:/usr/X11/bin
    Any thoughts on how to proceed?

    Please post the actual code.
    Also are you sure you are using the 'bash' shell (or sh, ksh, zsh shells)?  With all these shells 'export' is a built-in command and should never be "not found".
    Could you be using the csh or tcsh shell?  If you are using one of these shells, then setting environment variables is done using the 'setenv' command, which is also a csh/tcsh built-in.
    Use the following command to see what your default shell is:
    dscl . -read $HOME shell
    If you have csh or tcsh as your shell, then use something like the following to set your PATH environment variable:
    setenv PATH "$PATH:/the/stuff/you/are/adding"

  • Export command to back up data

    Dear All
    I am developing a system for a store system, and I want to use the export command to let the user back up the data , but I have those four questions:-
    1. Is using the export command a good practice for doing the back up process?
    2. At what time in the day the customer should do the back up for his system?
    3. let say he will do the back up at the end of each working day , then could he only back up the new data that have not been backed up before, or he always should back up all the data in the database regardless if this data were backed up before.
    4. And if the user do a back up for his work at the end of each day then what will happen if the system crashed during a working day, will he lose the data that have been updated and not backed up before?

    An export backs up the data, not the database. That's the fundamental difference between a 'logical' and a 'physical' export. Instead of copying files (from disk to disk or disk to tape), you are selecting out the data that has been previously inserted into the database.
    There's nothing wrong with that as such, but it doesn't scale: selecting out 100 million rows is going to take about 100 times as long as selection out just 1 million. That's why you heard that export was OK as a backup mechanism for small databases: for large databases, it's a non-starter, simply because it would take days to select all the data out (and even longer to insert it all back again). On the other hand, physical backups do scale to a certain extent, because a lot of data files are mostly empty space for a lot of the time. So a 100GB database could probably be storing 1 million rows or 10 million rows or even (at a pinch) 100 million rows: data files don't grow every time you insert a new row, in other words. So almost regardless of how much data you are storing in the database, the time taken to back it up isn't going to vary that much. (There will be periodic points, of course, where you fill all available space and make the database jump in size by an increment... but between two of those points, you can keep piling the records in and the database size won't change).
    So that's one thing: export doesn't scale.
    Second big thing is that once you start dealing with rows of data, you've completely lost the ability to recover things using Oracle's entirely physical recovery mechanism. That is, with a physical backup of a datafile made on Sunday night, and a record of all the changes done to data on Monday, Tuesday and Wednesday (called redo), if I lose a datafile on Thursday morning, I can restore that one file from Sunday's backup, replay all the data changes in the redo stream and get my entire database back up and running exactly at the point it had gotten to when the datafile was damaged. That's called a complete recovery and it is such a reliable and robust mechanism that you are guaranteed not to lose any committed data using it: you get everything back (so long as you keep all your redo since your last backup).
    But that guarantee only applies when you are taking physical copies of data files and storing redo in physical redo logs. If, instead, you are storing rows of data in export dump files, then that mechanism doesn't apply to you at all.
    So, if you export a big table on Sunday, do lots of transactions to it on Monday, Tuesday and Wednesday, and then accidentally drop or damage the table on Thursday, the best you can do is import the table from Sunday's export... and that is it. You cannot apply the Monday, Tuesday and Wednesday redo to that restored table data. You cannot roll the table forward in time. Therefore, you lose all the committed data that was entered into that table on those three days.
    Export is, in other words, a snapshot technology: you have replicas of your data as they were at some point in the past. You can always "restore" that snapshot, but that is as good as the recovery gets.
    That's a big issue. It means that if you care about your data at all, or at least value it enough not to want to lose any of it, you cannot rely on export as a way of backing it up. If export is your only backup mechanism, you will lose data. That's a promise, incidentally: it absolutely will happen one day. It's not a 'maybe', just a question of time.
    If you only did physical file copies, though, you would not lose data (again, always assuming you look after that stream of redo).
    On the other hand, there are times when you positively want to extract data out of one database and re-insert it into another -such as when you decide your database was created using the wrong block size, for example. In those circumstances, physical backups don't help (because they simply copy the 'wrong' block size around the place). But an export does exactly what's required: separating the data from the physical files its normally stored in, and so is very handy for that sort of situation. Similarly, if I need to preserve one table for audit purposes, copying the entire 16GB data file in which it's 1000 records are stored is not a very efficient way of doing that! The fact that export works on an object-by-object basis, rather than a file-by-file one, means it's perfect for that sort of data extraction job.
    Think of export, therefore, more as a system utility that happens to involve copying data. Yes, a copy can come in handy when disaster strikes and all else fails, but that's not its principle purpose. It might be sufficient functionality to provide the level of data protection you need, but it doesn't and cannot provide complete data protection, because it lacks that essential 'roll-forwardability' that physical backups (datafile copies) have.

  • Export command syntax for OA page in R12

    Hi,
    Can any one let me know the syntax for export command for an OA page in R12.
    I have tried with the 11i export command, but could not get the page.
    Thanks,
    Divya

    Hi,
    sorry, wrong forum (its about JDeveloper and ADF) - See: OA Framework
    Frank

  • Export Command To Create FDF, In Adobe Pro 8

    I can't seem to find the export command to create a fdf in adobe pro 8. It works in adobe pro 6 when using the 'Execute a menu item' command.
    I can import fdf information within a JavaScript using the following code:
    this.importAnFDF("../Setup/Forms Setup Information.fdf");
    Is there a JavaScript that I can use to export fdf information similar to the code in the above line?

    Use the method exportAsFDF. Read the documentation in the JavaScript for Acrobat API Reference.

  • No export command in Nexus 1010

    Hi all,
    We want to do a backup of a virtual-service-blade in a Nexus 1010. The document we are following is:
    http://www.cisco.com/en/US/docs/switches/datacenter/nexus1000/sw/4_2_1_s_p_1_3/software/configuration/guide/n1010_vsvcs_cfg_7backup.html
    What we are supposed to do fron this document is to create a file named export-import, to shutdown the primary o secondary virtual service blades, and after it, to execute the command "export primary" o "export secondary", depending on which vsb we want to export.
    ========= DETAILED STEP IN THE DOCUMENT ================
    n1010-1(config-vsb-config)# export  secondary
    Note: export started..
    Note: please be patient..
    Note: please be patient..
    Note: please be patient..
    Note: export  completed...n1010-1(config-vsb-config)#
    ====================================================
    The problem is that this "export" command is not available in our nexus 1010.
    =========== NEXUS 1010 ===============================
    N1010-MGMT(config-vsb-config)# export secondary
                                     ^
    % Invalid command at '^' marker.
    N1010-MGMT(config-vsb-config)#
    N1010-MGMT(config-vsb-config)#
    N1010-MGMT(config-vsb-config)# ?
      description                 Virtual service blade description
      disksize                    Configure disk size
      enable                      Deploy/remove the virtual service blade
      interface                   Configure virtual service blade interface vlan
      no                          Negate a command or set its defaults
      numcpu                      Configure numcpu
      ramsize                     Configure ram size
      shutdown                    Start/stop the virtual service blade
      virtual-service-blade-type  Select the virtual service blade type
      end                         Go to exec mode
      exit                        Exit from command interpreter
      pop                         Pop mode from stack or restore from name
      push                        Push current mode to stack or save it under name
      where                       Shows the cli context you are in
    =====================================================
    The version of the nexus is the same than the document's one.
    Document: 4.2(1)SP1(3) ==> Nexus 1010: version 4.2(1)SP1(2)
    Software
      loader:    version unavailable [last: loader version not available]
      kickstart: version 4.2(1)SP1(2)
      system:    version 4.2(1)SP1(2)
      kickstart image file is: bootflash:/nexus-1010-kickstart-mz.4.2.1.SP1.2.bin
      kickstart compile time:  1/27/2011 14:00:00 [01/28/2011 01:14:35]
      system image file is:    bootflash:/nexus-1010-mz.4.2.1.SP1.2.bin
      system compile time:     1/27/2011 14:00:00 [01/28/2011 04:13:25]
    Hardware
      cisco Nexus 1010 Chassis ("Cisco Nexus1010 Chassis")
       with 14665728 kB of memory.
      Processor Board ID T023D700201
    We don't know which can be the problem, wheter it can be a bug in the software, or we are doing something wrong.
    Thank you

    The export command was a new feature added in the 4.2(1)SP1(3) version of code. Your 1010 is one rev lower.
    You'll need to upgrade the code on the 1010 to the latest code to get the export command.
    The upgrade is pretty straight forward. Just download the code and follow the upgrade guide.
    louis

  • Export Web Application [EXPORT] Command in WAD

    HI Gurus,
    Here is a strange problem. I would like a real solution because I've read just about any documentation there is out there. So, thanks for thoughtful answers in advance.
    We created a custom template ZZANALYSIS_PATTERN off of SAP delivered standard 0ANALYSIS_PATTERN. We have also created a copy of 0ANALYSIS_PATTERN_EXPORT to ZZANALYSIS_PATTERN_EXPORT template in order to modify the look and feel of how reports look once exported to MS Excel.
    Here is the problem. When specifying parameters for Export command, we put ZZANALYSIS_PATTERN_EXPORT in the Internal Display -> Web Template section which forces it to go to that new custom template once user clicks on Export to Excel button vs going through a standard 0ANALYSIS_PATTERN_EXPORT template. The problem is that once that setting is specified when we test an extra pop-up window shows up when clickin on Export to Excel button - http://server/irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher. That window is confusing to the users and it never closes, just blank window stays. Now, if we go back to Export command parameters in WAD and reset/leave the Default parameter setting for Internal Display section, no extra pop-up is showed and the user just gets open Excel file little window, which is what we need. So, that makes me wonder if there is some kind of backend config table where this Default setting could be changed from 0ANALYSIS_PATTERN_EXPORT to ZZANALYSIS_PATTERN_EXPORT, or maybe it is something in the BEx Web Analyzer iView in the portal.
    Thanks for your help.
    Andrei

    Hi Marcio,
    I have done this before long time ago. Yes there is no specific web item available to export as .txt ot TAB delimited file. But, it is possible from hard coding the HTML script in WAD to achieve it.

  • Help me! "Could not complete the export command because of an application error"

    Please, help me!
    I've got the mistake "
    "Could not complete the export command because of an application error" when I save for web in PS3 in win
    thks so much,

    You need to provide much more info about your system or else this is pointless.
    Mylenium

  • ESSCMD "export" command

    While using the ESSCMD "export" command with the option of All data (option: 1) and a .txt file as the output, is it necessary that the .txt file created be greater than the .pag file for that particular database ?

    Necessary, no -- but I've never seen it smaller. The size of the text files vary a lot, but are usually within the ballpark of 3 times the compressed page file. This assumes of couse that you aren't doing a column export (which takes even more). In fact, I've seen them orders of magnitude larger than the page file.-Doug

  • Been getting -bash: [export: command not found

    I have no idea how to fix this. Any help is appreciated. Here is the complete error I get when I open up terminal:
    Last login: Thu Mar 14 15:28:54 on ttys000
    -bash: [export: command not found
    Ways-MacBook-Pro:~ Way$

    In your bash initialization file you have a command
         [export
    however there is no command '[export' (open square bracked export)
    Look for a file by the name
    .bash_profile
    .bash_login
    .profile
    .bashrc
    and see which one of those files has a command that starts with [ followed by the letters e x p o r t
    Chance are it is suppose to be just 'export' without the open square bracket.

  • Is there a way to check the progress the of a export  command?

    We can check the progress and status a import command using a statement in sqlplus using a command like given below. Is there a way we can do that for export as well?
    SELECT
    SUBSTR(sql_text, INSTR(sql_text,'INTO "'),30) table_name
    , rows_processed
    , ROUND( (sysdate-TO_DATE(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60,1) minutes
    , TRUNC(rows_processed/((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60)) rows_per_minute
    FROM sys.v_$sqlarea
    WHERE
    sql_text like 'INSERT %INTO "%'
    AND command_type = 2
    AND open_versions > 0;
    Kunwar.

    Hi Kunwar,
    I am able to see the job and link it on owner_name and user_name when I do a full db export.
    SQL> select * from dba_datapump_jobs where owner_name='MYUSER';
    OWNER_NAME                     JOB_NAME
    OPERATION
    JOB_MODE                                                                                                                 STATE                              DEGREE
    ATTACHED_SESSIONS DATAPUMP_SESSIONS
    MYUSER                         SYS_EXPORT_FULL_01
    EXPORT
    FULL                                                                                                                     EXECUTING                               1
                    1                 3
    SQL> select OPNAME,TARGET_DESC,SOFAR,TOTALWORK,START_TIME,TIME_REMAINING,ELAPSED_SECONDS,MESSAGE,USERNAME from v$session_longops where username='MYUSER';
    OPNAME                                                           TARGET_DESC                           SOFAR  TOTALWORK START_TIM TIME_REMAINING ELAPSED_SECONDS
    MESSAGE                                  USERNAME
    SYS_EXPORT_FULL_01                                               EXPORT                                    0        305 25-OCT-10                            141
    SYS_EXPORT_FULL_01: EXPORT : 0 out of 30 MYUSER
    5 MB doneI currently don't have enough resources available on my test server to create larger tables so won't be able to test this with tables or schemas so I can't say if it will behave differently.
    Hope this helps.

Maybe you are looking for

  • Categoria de nota errada

    Olá pessoal, Está configurado para o movimento 833 a categoria de nota fiscal YC ( spro -> administração de materiais -> administração de estoques e inventário -> nota fiscal -> atualizar derivação tipo de nota fiscal ) Porém as notas fiscais decorre

  • Can I get I cloud on OS 10.6.8?

    I am extremely nervous about all the changes Apple have made recently. I run a business from my Mac at home using Iweb 08 on OS 10.6.8 with mobile me to host the site. I have done some homework- 1. I can get iWeb on Ilife '11 throught he applestoe on

  • Can I add more memory to a MacBook Pro after purchase?

    What can handle the most memory (RAM?) and speed - MacBook Pro or iMac?  I'll be using Adobe Creative Suite 6.  I prefer MacBook Pro because of portability, but don't know how it compares to iMac in memory and speed.  Thank you.

  • Why do imported hyperlinks from Word not show up in Indesign Hyperlinks panel?

    ID CS6 Windows 7 I am able to copy and paste hyperlinked text from Word into ID and everything works ok-- when exported to PDF the links work fine. except now client wants to rename the text of the hyperlink- but there seems to be no way to even see

  • Bypassing Buffer

    What is the advantage of using "Bypassing Buffer" in select statement ? Message was edited by:         tangirala sriram