Need to import via SQL more application advice

Hello


I have a sql file.
I need to import the given in a workspace of some, but I have not access to Apex Builder request to do an import wizard.
Can I please get some directions making this import via SQL Plus, where can I find documentation in this regard so that I can import successfully.

Thanks in advance,
Deepa

Hi Deepa,

I understand now, thanks.

To import an application using SQL * Plus, the workspace must exist (with the ID of the same workspace). The best way to ensure that the workspace ID are the same is to export the workspace to one instance and import it in another.

In addition, you cannot change the ID of the app through SQL * more - so, if you import the application via SQL * more, either one) this application ID cannot exist, or b) if exists, it must exist in the same workspace that you import into.

Now - with all these conditions are met, the DBA can only run as a normal SQL through SQL script * more.

Joel

Tags: Database

Similar Questions

  • Special characters could not load DB via SQL * MORE

    Hi, I have a pl as .accidentally sets sql script which will insert data in database. The question is there are some records are missing and these missing records contains a special character: Sansao and Strasse. The strange was if I run the script via F5 (Toad), all data can be inserted successfully but run through SQL * MORE (Toad), all records that contain special characters are not inserted.

    Anyone here know why it didn't load these special characters via SQL * MORE?

    Probably because you have given unicode (multi byte charsets) you read with a customer of standard single-byte character set.

    It's SILLY to loading data using SQL * more. It's the wrong tool used for loading the data. It does not support the bind variable. It doesn't support liaison in bulk. It does not support direct path inserts. It is not SQL * Loader.

  • Pass an array to a procedure stored via SQL more.

    Hi, I want to spend multiple records in a table to a store proc, where inside, I'll do some DML (insert update delete etc...)
    Later the RECS will be forwarded by my application using VB/ASP etc
    Currently, I want to test this backend... I have a package and a proc.
    But when I call the proc, I get a wrong number of aruments to proc.


    CREATE or REPLACE PACKAGE in the UPD_All_TABs
    TYPE Varry_emp IS TABLE EMP % ROWTYPE;
    PROCEDURE UPD_emp (SheikYerbouti in Varry_emp);
    end UPD_All_Tabs;
    /

    Package created.

    CREATE or REPLACE PACKAGE BODY UPD_ALL_Tabs as
    PROCEDURE UPD_emp (SheikYerbouti in Varry_emp) is
    Start
    I'm looping 1.emp_rec.count
    dbms_output.put_line (emp_rec (i) .nvd_zobjdev);
    /If otherwise etc here end if * /.
    end loop;
    END UPD_emp;
    /


    / * I made a copy of the emp table and modified data. Now I'm selecting and passing
    It internal tmy * /.

    declare
    Type add_varray IS TABLE OF THE emp % ROWTYPE;
    var_add_varray add_varray;
    Start
    SELECT * COLLECT LOOSE var_add_varray FROM tab_copy_of_emp;
    UPD_ALL_Tabs.UPD_emp (var_add_varray);
    end;
    /
    / * This call proc does not work as a type of arguments * /.

    / * However this sub work... displays all REBS copy table * /.
    declare
    Type add_varray IS TABLE OF THE emp % ROWTYPE;
    var_add_varray add_varray;
    Start
    SELECT * COLLECT LOOSE var_add_varray FROM copy_of_emp;
    FOR pos IN 1.var_add_varray.count LOOP
    dbms_output.put_line(pos||) e '|| var_add_varray (POS) .emp_name);
    end loop;
    end;
    /

    I have seen 100s of pages & fourms I don't have a simple solution... all use java or speak to the application.
    If someone had used sql in addition, the examples show a list of hard coded values.
    If there is an example of selection in bulk, its inside the proc is stored.
    I want to call the proc as I have used before.
    Please guide me what is the problem by calling the proc,
    If java is necessary, please give me sample for the above code...
    Please please help. I'm totally lost.

    Maybe this will help you. He is little syntax errors in your code corrected too, those.

    CREATE OR REPLACE PACKAGE UPD_All_TABs AS
    TYPE Varry_emp IS TABLE OF EMPLOYEES%ROWTYPE;
    PROCEDURE UPD_emp(emp_rec in Varry_emp);
    end UPD_All_Tabs;
    
    CREATE OR REPLACE PACKAGE BODY UPD_ALL_Tabs AS
    PROCEDURE UPD_emp(emp_rec in Varry_emp) is
    begin
    for i in 1..emp_rec.count loop
    dbms_output.put_line(emp_rec(i).FIRST_NAME);
    end loop;
    /*if else etc here end if*/
    END UPD_emp;
    END UPD_ALL_Tabs;
    
    declare
      -- Non-scalar parameters require additional processing
      emp_rec upd_all_tabs.varry_emp;
    begin
    SELECT * BULK COLLECT INTO emp_rec FROM EMPLOYEES;
      -- Call the procedure
      upd_all_tabs.upd_emp(emp_rec => emp_rec);
    end;
    
  • SQL more unable to connect (computers connected via a DSL router)

    Hello!

    I have two computers connected locally via a DSL router. His IP address is 192.168.1.64 IP of the other is 192.168.1.65.
    "I'm trying to connect to 192.168.1.64 via SQL more 192.168.1.66 by running the following command: sqlplus system@"192.168.1.64/orcl.168.1.100 "and receive this error message:" ORA-12170: TNS: Connect timeout occurred. " I thought it was the default Windows Firewall that has caused this and changed the windows firewall settings in 192.168.1.64 adding port 1521 in the list of windows firewall. Now, I get this error: "ORA-12541: listener TNS:no.»

    Published by: totalnewby on June 12, 2010 10:53

    totalnewby wrote:
    Hello!

    I have two computers connected locally via a DSL router. His IP address is 192.168.1.64 IP of the other is 192.168.1.65.
    "I'm trying to connect to 192.168.1.64 via SQL more 192.168.1.66 by running the following command: sqlplus system@"192.168.1.64/orcl.168.1.100 "and receive this error message:" ORA-12170: TNS: Connect timeout occurred. " I thought it was the default Windows Firewall that has caused this and changed the windows firewall settings in 192.168.1.64 adding port 1521 in the list of windows firewall. Now, I get this error: "ORA-12541: listener TNS:no.»

    Published by: totalnewby on June 12, 2010 10:53

    =================================

    Suppose you have the following in your tnsnames.ora:

    Larry =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myhost) (PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = curley)
    )
    )

    Now, when you issue a connect, say like this:

    $> sqlplus scott/tiger@larry

    TNS will appear in your tnsnames.ora for an entry called "larry". Then, tns sends a request to (PORT = 1521) on (HOST = myhost) to aid (PROTOCOL = TCP), requesting a connection to (SERVICE_NAME = curley).

    Where's (HOST = myhost) on the network? When the request is passed to tns to the next layer in the network stack, the name "myhost" resolves to an IP address, either via a file 'hosts' local, through DNS, or possibly other mechanisms being used less. Alternatively, you can hard-code the IP (HOST = 123.456.789.101) in the tnsnames.ora.

    Then, the request arrives at port 1521 myhost. If all goes well, there is a listener on myhost configured to listen on port 1521, and this listener knows SERVICE_NAME = curley. If so, you'll be connected.

    A few important points.

    First, the listener is a process only the side server. It's all in life seeks applications for reception for connections to the databases and set up these connections. Once the connection is established, the listener is out of the picture. It creates the connection. It does not support the connection. A listener, linking an oracle of the House, listening on a single port, use multiple instances of database in several versions of several houses. It is unnecessary complexity to try to have several headphones. It's like the telephone company, to build a separate table for each customer.

    Secondly, the tnsnames.ora file is a client-side problem. Its purpose is to address resolution - the equivalent of the 'hosts' file tns further to the bottom of the network stack. The only reason it exists on a host computer is because this machine also can run client processes.

    What can go wrong?

    First, there may not be an entry for 'larry' in your tnsnames file. In this case, you get "ORA-12154: TNS: could not resolve the connect identifier specified" no need to go looking for a problem on the host, with the listener, etc.. If you cannot place a phone call because you do not know the number (cannot find your phonebook (tnsnames.ora) or can not find the party looking for listed in it (no entry for larry)) you don't look at problems at the switchboard.

    Perhaps the entry for larry was found, but myhost could not be resolved to an IP address (for example there is no entry for myhost in the local hosts file). This will mean by "ORA-12545: Connect failed because target host or object does not exist.

    Maybe there is an entry for MyServer in the local hosts file, but it specified a bad IP address. This will mean by "ORA-12545: Connect failed because target host or object does not exist.

    Maybe the INVESTIGATION period was good, but there is no listener running: "ORA-12541: TNS:no listener.

    Maybe the INVESTIGATION period was good, there is a listener to myhost, but he is listening on a different port. "ORA-12560: TNS:protocol adapter error.

    Maybe the INVESTIGATION period was good, there is a listener to myhost, listening on the specified port, it's unknown SERVICE_NAME = curley. "ORA-12514: TNS:listener is not currently of service requested in connect descriptor.

    =====================================

  • BECAUSE a node: when to stop through SQL * more...


    Hello

    I installed a CCR node for the first time and playing with it to get better knowledge. The underlying cluster has two nodes, call them the Node_A and node_b.

    The cluster database itself is called upon to DEVELOP, DEVELOP_1 instance is running on the node Node_A, instance DEVELOP_2 is supposed to work on node_b. The preferred node is

    NŒUD_A.

    When testing database online relcation everything works as expected: DEVELOP_1 instance Gets the stop on Node_A node - instance DEVELOP_2 is started on node_b.

    But what closing instance DEVELOP_1 on Node_A with SQL * more I was surprised of the result:

    -C' is not instance DEVELOP_2 which began on node_b - it was DEVELOP_1 for instance!  (Because of this my control sews has changed - but is not the issue of this discussion).

    Now my questions are:

    -is the clusterware responsible for the DEVELOP_1 instance on node_b startup behavior when I stop instance DEVELOP_1 down on Node_A via SQL * more?

    - and if this behavior is documented? I went through the RAC documentation node, but could not find something useful

    Any help will be appreciated.

    Rgds

    Jan

    Hi Jan,

    Yes, its expected behavior in a node of the FCAC, please consult the document below.

    "Oracle Real Application Clusters one node Overview" (Page 1) (relocation of the database online)

    http://www.Oracle.com/technetwork/products/Clustering/overview/TWP-rac1nodev1-1-130698.PDF

  • bad connect to Sql * more via command and cannot log on to the designer (need for connection string)

    I installed Oracle Developer with success, but having bad connect to Sql more than command line, also unable to connect via the developer tools, I get a TNS: Connect timeout occurred. This happens also for the "Plus" Sql for Windows.

    Oracle Forms connect error.png


    However, I can connect via the Sql Plus command window when it is executed from "Start-> all programs", but not when I first run the command window:

    sqlplus error.PNG


    I have a good Oracle 11 g install on Windows 7 and a good developer Sql install so I can connect to databases, but something does not work when you try to connect through these tools. Although Sql Plus works when called from 'Start-> all programs'

    sqlplus scott/tiger - don't use SQL * Net, you can connect like this even with the listener is stopped.

    Developer SQL can ONLY connect using SQL * Net & can be blocked by the firewall

    to connect using sqlplus & SQL * Net, you need to invoke it as below

    sqlplus scott/tiger@orcl

  • limitation in the use of sql * more like a database for applications

    Dear expert;

    I would like to know everything, what are some of the main limitations using sql * more as your database in the application in addition to designing the user interface is pretty nice... and google does not produce answers to my questions also unfortunately

    user13328581 wrote:
    I don't know about the drivers, I just need an IDE that is very similar to the PL/SQL Developer who will give me the opportunity to create the tables and their relationships and other tasks DDL that is why, at the beginning I was just wondering if it is OK to use sql * more for everything that...

    Yes, sqlplus allows you to do what you want

  • Is it possible to download or import new fields of application Web?

    Is it possible to download or import new fields of application Web?  I need to use more than 100 domains and the interface is really slow when you try to rearrange the fields.

    I'm talking about the creation of new areas, not only to import the data.

    Hey ShannonLeighL,

    It is not possible to import real web applications. It is only possible to import content into the existing fields.

  • Unable to connect to the database using SQL * more

    Hi, I have Oracle 10 g XE installed in my labtop, and I can't connect using SQL * more.
    I can connect using the User Interface of navig however, I could do after the following procedure to change the password for the sys account:
    -Open a command prompt
    -type sqlplus
    -On the line "Enter user name", enter the sysdba virtue
    -On the SQL > prompt, type alter user sys identified by NewPassword;

    But the thing is that even if I am able to connect using sys/NewPassword from my browser UI, I don't get the same result when do this using the SQL prompt.

    What I try to do is the following:
    SQL > connect sys/NewPassword
    Can I get first a warming of the planet by saying I should use sysdba or sysoper to connect to the system account, but none of those who work.

    Can anyone advice me on this subject?

    Thanks in advance

    Does make sense at all?

    You really need to Read The Fine Manual
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16508/TOC.htm

    When you log in as USER "SYS" DB must be described as 'AS SYSDBA'

    sqlplus
    / as sysdba
    SHOW USER;
    -line above indicates that you are now connected to the DB as "SYS"!

    SQL > CONNECT SYS / AS SYSDBA

  • Windows system environment variables in "Sql * more»

    Can I use/reference of Windows system environment variables in "Sql * more?
    For example, I want to create sql-script runs in the database server computer that variable is "ORA_HOME", uses this value to perform a few sentences of sql/plsql.

    Oracle 10g personal, Windows 7.

    Edited by: CharlesRoos the 12.11.2010 17:28

    CharlesRoos wrote:
    The business problem:
    I created 2 databases in my computer. The two databases needs storage created by a script. The names of data files (.dbf files) of storage are the same for the two database. The two database has its own directory, where it holds data for the moment files. At the moment the data files for Database1 are in the folder something like '% ORACLE_HOME%"\oradata\%databasename1%\*.dbf and the second base of data has its data files in the other folder, somewhere '' % ORACLE_HOME%"\oradata\%databasename1%\*.dbf'. Now I want the script to create the tablespace called "INDX" with the same data file name "indx1.dbf" in the two database. If in the two documents mentioned the 'indx1.dbf' file must be created by the script. I think the script must do following:

    1. get ORACLE_HOME.
    2. connect to database "databasename1"
    3. EXECUTE IMMEDIATE "Create TableSpace INDX....file=%ORACLE_HOME% || databasename1 || indx1.dbf"
    4. connect to database "databasename2"
    5. EXECUTE IMMEDIATE "Create TableSpace INDX....file=%ORACLE_HOME% || databasename2 || indx1.dbf"
    

    I don't have database Oracle close more, if the code was pseudo-code.

    ---

    I do not understand how to use?-shortcut.

    OK, my first impression is ' why must even be scripted? Creation of new spaces of storage is usually a one-off operation.

    But what side this substitution of sqlplus command line variables. This example is Linux, but works on Windows with the change in the way environment variables are referenced:

    * echo nix - $myvariable
    Windows - echo myvariable %

    First of all, sqlscript to create the TS. Note the use of the substitution variable '& 1 '.
    {code}
    [oracle@vmlnx01 ~] $ cat makets.sql cat
    set echo on the comments on check on trimsp on
    Guest & 1
    --
    CREATE TABLESPACE EDSTEST PETIT_FICHIER
    DATAFILE ' / ora01/oradata/&1/edstest.dbf'
    SIZE 5 M
    REUSE
    AUTOEXTEND ON
    NEXT 1280K
    MAXSIZE 32767M
    LOGGING
    LOCAL MANAGEMENT MEASURE
    SEGMENT SPACE MANAGEMENT AUTO
    ;
    --
    Drop tablespace edstest
    including content and data files
    ;
    output
    {code}

    Thus, the OS invites: note that the @ is separated by a space, which makes a parm from command line instead of the part of the connection string

    {code}
    [oracle@vmlnx01 ~] $ export myparm = vlnxora1
    [oracle@vmlnx01 ~] $ sqlplus system/pswd @makets $myparm

    SQL * more: Release 10.2.0.4.0 - Production on Fri Nov 12 18:13:05 2010

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > prompt & 1
    vlnxora1
    SQL >--
    SQL > CREATE TABLESPACE EDSTEST PETIT_FICHIER
    2 DATAFILE ' / ora01/oradata/&1/edstest.dbf'
    3 SIZE 5 M
    4 REUSE
    5 AUTOEXTEND ON
    6. THE NEXT 1280K
    7 MAXSIZE 32767M
    8 LOGGING
    MEASURE 9 LOCAL MANAGEMENT
    10 SEGMENT SPACE MANAGEMENT AUTO
    11;
    2 old: DATAFILE ' / ora01/oradata/&1/edstest.dbf'
    2 new: DATAFILE ' / ora01/oradata/vlnxora1/edstest.dbf'

    Created tablespace.

    SQL >--
    SQL > drop tablespace edstest
    2 content and data files including
    3;

    Tablespace has fallen.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.4.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnx01 ~] $
    {code}

  • Need help with query SQL Inline views + Group

    Hello gurus,

    I would really appreciate your time and effort on this application. I have the following data set.

    Reference_No---Check_Number---Check_Date---description---Invoice_Number---Invoice_Type---Paid_Amount---Vendor_Number
    1234567 11223 - 05/07/2008 -paid for cleaning- 44345563-I-* 20.00 *---19
    1234567 11223 - 05/07/2008 - 44345563 -a--10,00---19 ofbad quality adjustment
    7654321 11223 - 05/07/2008 - setting the last billing cycle - 23543556 - A - 50.00 - 19
    4653456 11223 - 05/07/2008 - paid for cleaning - 35654765 - I - 30, 00-19

    Please ignore '-' added for clarity

    I'm writing a paid_amount based on Reference_No, Check_Number, Payment_Date, Invoice_Number, aggregate query Invoice_Type, Vendor_Number and display description with Invoice_type 'I' when there are multiple records with the same Reference_No, Check_Number, Payment_Date, Invoice_Type, Invoice_Number, Vendor_Number. When there are no more records I want to display the respective Description.

    The query should return the following data set

    Reference_No---Check_Number---Check_Date---description---Invoice_Number---Invoice_Type---Paid_Amount---Vendor_Number
    1234567 11223 - 05/07/2008 -paid for cleaning- 44345563-I-* 10.00 *---19
    7654321 11223 - 05/07/2008 - setting the last billing cycle - 23543556 - A - 50.00 - 19
    4653456 11223 - 05/07/2008 - paid for cleaning - 35654765 - I - 30, 00-19
    Here's my query. I'm a little lost.

    Select b., A.sequence_id, A.check_date, A.check_number, A.invoice_number, A.amount, A.vendor_number
    de)
    Select sequence_id, check_number, check_date, invoice_number, sum (paid_amount) sum, vendor_number
    of the INVOICE
    Sequence_id group check_date, check_number, invoice_number, vendor_number
    ) A, B OF INVOICE
    where A.sequence_id = B.sequence_id


    Thank you
    Nick

    It seems that this is a duplicate thread - correct me if I am wrong in this case->

    Need help with query SQL Inline views + Group

    Kind regards.

    LOULOU.

  • Do I need to import in order to export my final product as optimized media as media optimized?

    Hello FCPX community!

    Please let me know if my reasoning is correct here:

    When I upload images that the original and proxy, which means that I can see the project in one of these two codec I'm editing. When I export the final result as Apple Pro Res 422 or more, the exported project will be visible as media optimized.

    I do not need to import as media optimized in order to export as optimized media. Import as an optimized media only allows me to see the project as optimized media that I am editing.

    Am I wrong?

    I uploaded a bunch of images in my project as original and proxy, and the project is now nearly complete. The problem here is that if I need to transcode all media optimized, there are a lot of images and will take much time because I recorded several hours in 4 k footage. I have an old Mac here at work...

    Thank you for your time.

    I do not need to import as media optimized in order to export as optimized media.

    That is right. If you export a master file in ProRes, you export what has basically optimized media.

  • Why do I need to import existing photos?

    All my devices are in the same Apple ID, sync all of them via iCloud photo library.

    Backups are via iTunes to OS X.

    Recently, I made the order and again sorted my photos of OS X.

    I 4920 pictures altogether.

    Now I see on the Photos of OSX I need to import new photos that are already in my iPhone.

    Why do I need to import existing photos? Why say that are just 4129 photos?

    Pls see photo...

    Thank you!

    Now I see on the Photos of OSX I need to import new photos that are already in my iPhone.

    Why do I need to import existing photos?

    If you use iCloud photo library to keep your photo library in sync, do not import the photos again in the iPhone using a USB connection.

    I suspect, you have set the settings > Photos & camera on your iPhone for iCloud photo library to 'optimize storage '.

    This means that your original photos, full resolution are in iCloud and not on your iPhone at all.  Only if you browse your photos or change them to share, your iPhone will download new copies of the originals to iCloud for editing. Photos on your Mac does not recognize them as duplicates, because this local copies have different file names. You could import duplicates.

    Skip the Import Panel in Photos when your iPhone is connected. Don't import anything, unless you have some new photos on the iPhone, that could still download in iCloud photo Library, because the iPhone couldn't go online.

  • Cannot access the videos via USB more

    Nice day

    I have a HDR-SR10. I can't access the videos via USB more. drive appears blank in windows 8. Videos can be played through the screen of the device. Help, please

    Yes. Tried 2 usb ports with no luck.
    In fact. I downloaded the latest version of PMB and was able to import videos from cam. Once imported, I formatted the drive, then it pops up on the desktop as usual.
    For me, it wa weird experience and have no logical explanation.

  • the application needs to restart after removing the application due to .png files.

    When images are imported under res/img /, the application needs to restart after removing the application.

    Even the functions related bitmap are invalidated, the application should always reboot after removing the application.

    recordPic private bitmap is Bitmap.getBitmapResource ("Record-Normal - 1.png");.
    stopPic private bitmap is Bitmap.getBitmapResource ("Player-Stop - 1.png");.
    infoPic private bitmap is Bitmap.getBitmapResource ("Info - 1.png");.
    setupPic private bitmap is Bitmap.getBitmapResource ("setup - 1.png");.
    private bitmap exitPic is Bitmap.getBitmapResource ("exit - 1.png");.
    calibPic private bitmap is Bitmap.getBitmapResource ("calibrate - 1.png");.

    The png files are under 24 KB.

    Does anyone know what is the problem?

    Thank you for your attention,

    After the resolution of the image to 14KO downgrade, the problem is solved.

Maybe you are looking for

  • P70 - t just E connection no H or 4G

    I have a Lenovo P70 - t with Android 4.4.4 and I map of LTE. With another phone, I have 4G but when I put the card in the right Lenovo estuary (I am from the Germany) already in the options is Vodafone 4 G by preffered connections. Can you help me?

  • HEOS and Apple music

    does anyone know how to play 'music apple' heos device? I can't play the songs I added using Apple's music. Thank you!

  • Calculate the peak-to-Peak Amplitude

    I wonder if it is possible to calculate the amplitude peak to peak of a sine wave. I have a waveform of a proximeter for a period of ten seconds and would like to calculate the amplitude peak to peak for each cycle.

  • Connection problem with Windows Live

    Recently, a change has been introduced whereby it asked me to confirm my mobile number so that MS can send me a verification code that fits into a security process probably intended to check my Windows Live Sign On, however, it happens that it is not

  • Connection adapter WMP54G problems for router WRT310N

    I just bought a new router (WRT310N) and now I have a problem connecting my Wireless PCI adapt (WMP54G) of my basement count to this router. The light on the adapter is turned off. I use Windows XP on my basement computer. When I right click on the c