measured LabVIEW frm data to record in a database

Hello again... I hope I am in the right forum to ask this... Im working on another project which requires me to use LabView software (apart from the other project on the welding process)...

This project is a solar cell of combat that will give me some current and voltage values according to some irradiation... So far, the measured data are presented and saved as excel file...

However, I need to do another concept of backup, to ensure that the measured data are saved in another way to ensure it is not lost... (I hope my explanation makes sense...:-s)...

My question is, is it possible to save the data measured in a LabView database?

Thank you...

Is there a way? Yes, but it requires you to create the database, set the tables in the database, and then download the data. There is no way of auto-la magic to convert Excel workbooks in a database. The database connectivity Toolkit (or LabSQL) is used to load the data into the database, but the database must be defined and created by you. If you don't know how to do this, you can either learn how do, or you can hire someone to do the work fo you.

Can do you it yourself? Perhaps. You really need to sit down with some primers on the databases first in order to understand the concept, purpose and uses of their. You must also decide what system of database to use. Using Microsoft Access, or something like SQL Server (or MySQL)? Anyway, that you would need to sit down with some tutorials.

Tags: NI Software

Similar Questions

  • LabVIEW 2009 freezes when recording vi

    Hello

    My LabVIEW 2009 v 9.0f2 (64-bit) crashes 20 seconds every time he saves vi.

    Has anyone seen that?

    Is there a fix for it?

    Thank you

    Pawel

    Pawel says:

    This time LabVIEW does not quickly record charts with some data in it.

    Sorry, could you clarify:

    • You have graphics with huge amounts of data by default?
    • You have graphics with sizes of the big story?
  • LabVIEW: Memory data structure or corrupted.

    Hi all

    I know, this is a very simple question, but I couldn't solve it. When I entered a text in hexadecimal control box. I would like this text to be converted to hexadecimal number. I use unflatten string function.

    If I get 8 characters, it does cause some errors. For ex: 1234 5678.

    But if I go, for example, 1234, it causes the following error:

    LabVIEW: Memory data structure or corrupted.

    How can I solve this problem? Thank you and best regards,


  • How to stop compensation labview my data output by a fixed amount of 0.125 seconds of every second iteration 1?

    How to stop compensation labview my data output by a fixed amount of 0.125 seconds of every second iteration 1? (I have my DAQ Assistant contained in a while loop so that I can control the number of iterations and therefore the time of sampling).

    My apologies for such a badly phrased statement of problem. The question I faced which was the sign that I was getting a pair of accelerometers and through an amp. in my DAQ board felt an offset in voltage for a short period every second iteration 1. It turns out that the problem is that my laptop and the AGP were grounded. Once I disconnected the signal ground in the shift of the signal amp went.

    Thank you for your messages.

    Kevin

  • Help-ColdFusion - allowing a user search for records in a database by entering a startand end date - (CREATEODBCDATE)

    I want to allow a user to enter a beginning date and to set the period they want to find records of members who have joined some end dates. Funny, it is... I got half of the working time. For example I have 4 folders between 26/10/2005 and 01/08/2006. When I enter 01/01/2005 as startDate and endDate 31/08/2006, I get 4 records. However, if I change the endDate to 09/01/2006 I get all records in the database! ??? Why is this? I can't get my head around it!

    Here is my code:
    First the code for the form for the user to input search criteria on:

    < html >
    < body >
    < action = "FORM memberJDateSearch.cfm" method = "post" > "

    < P > start date: < input type = "text" name = "startDate" >
    < br > End Date: < input type = "text" name = "endDate" >
    < input type is 'reset' value is 'Clear' >
    < input type = "submit" value = "Submit" >
    < / MAKE >

    < / body >
    < / html >

    Pretty simple. Now, the code of the page process and display:

    < html >
    < body >


    < cfquery "memberJDateSearch" datasource = name = access "jpkelle2" >
    SELECT *.
    Members
    WHERE ((joinDate BETWEEN #CreateODBCDate (startDate) # AND #CreateODBCDate (endDate) #))

    < / cfquery >

    < table border = 1 bgcolor = "beige" cellpadding = '3' cellspacing = "0" >
    < b >
    < /Th > < th > Member ID
    Name < th > < /th >
    Sex < th > < /th >
    < th > Birth Date < /th >
    Address < th > < /th >
    < th > Email < /th >
    Date < th > joined < /th >
    < /tr >




    < CFOUTPUT Query = "memberJDateSearch" >

    < b >
    < td > < center > #memberID # < Center > < table >
    < td width = "15" > #forename # #initial # #surname # < table >
    < td > #sex # < table >
    < td width = "10%" > #disp('#dob#') # < table >
    < td > #address #, #town #, #county #, #postCode # < table >
    < td > #email # < table >
    < td width = "10%" > #disp('#joinDate#') # < table >
    < /tr >




    < / CFOUTPUT >

    < /table >

    < hr > < p > end of the list of members. < /p >

    < / body >
    < / html >


    any ideas? Please help me.

    Try formatting your dates first (before the call to CreateODBCDate). I just tried this on my test page and it worked correctly. I removed calls DateFormat, now dates in your format, and it didn't work. See if something like the following will help you:




    SELECT *.
    Members
    WHERE ((joinDate BETWEEN #CreateODBCDate (startDate) # AND #CreateODBCDate (endDate) #))

  • At what stage of the treatment we use a rule to update to apply logic to the way the data are updated in the database?

    Hello

    At what stage of treatment do you use a rule to update to apply logic to the way the data are updated in the database?

    Rahul

    Hello Rahul,

    Update the existing record or a data object

    Thank you

    edynamic expert Eloqua

  • PHP code takes the first record in the database regardless of the selected one

    I struggled for hours with this trying to see why no matter what file is selected, the record displayed is always the first. It must be a stupid mistake on my part, but I can't see it.

    I use DW CC 2015 with WebAssist server for server code additions. I looked at the database itself, and it's OK.

    Test data

    Capture.JPG

    Copy the following code enumerates the various documents in the database. (I removed my HTML that works well for brevity).

    <? php require_once('.. /.. /.. / Connections/Terrier.php');? >

    <? php require_once('.. /.. /.. / webassist/mysqli/rsobj.php');? >

    <? PHP

    $rsDocuments = new WA_MySQLi_RS ("rsDocuments", $Terrier, 1);

    $rsDocuments-> setQuery ("" SELECT * FROM documents ' ");

    $rsDocuments-> execute();

    ? >

    <! doctype html > < html >

    "' Snip...

    < p align = "left" > < a href = "add_terrier_document.php" > add new record of Documents < /a > < /p >

    < table width = "100%" border = "1" cellspacing = "2" cellpadding = "2" >

    < tbody >

    < b >

    < td width = "26%" align = "left" > < strong title > < / strong > < table >

    < td width = "52%" align = "left" > < strong text > < / strong > < table >

    < td width = "6%" align = "center" > < table >

    < td width = "6%" align = "center" > < table >

    < td width = "6%" align = "center" > < table >

    < /tr >

    <? PHP

    {While (! $rsDocuments-> {atEnd())}

    ? >

    < b >

    < td > <? PHP echo ($rsDocuments-> getColumnVal ("dc_title"));? > < table >

    < td > <? PHP echo ($rsDocuments-> getColumnVal ("dc_text"));? > < table >

    < td width = "6%" align = "center" > < a href = "view_terrier_document.php? dc_index = <?" PHP echo ($rsDocuments-> getColumnVal ("dc_index"));? > "> view < /a > < table >"

    < td width = "6%" align = "center" > < a href = "edit_terrier_document.php? dc_index = <?" PHP echo ($rsDocuments-> getColumnVal ("dc_index"));? > "> edit < /a > < table >"

    < td width = "6%" align = "center" > < a href = "confirm_terrier_document_delete.php? dc_index = <?" PHP echo ($rsDocuments-> getColumnVal ("dc_index"));? > "> delete < /a > < table >"

    < /tr >

    <? PHP

    $rsDocuments-> moveNext();

    }

    $rsDocuments-> moveFirst(); return the RS to the first record

    ? >

    < / tbody >

    < /table >

    < a href = "<?" PHP echo $rsDocuments-> getFirstPageLink();? > "> first < /a > - < a href =" <? PHP echo $rsDocuments-> getNextPageLink();? > "> Next < /a > - < a href =" <? PHP echo $rsDocuments-> getPrevPageLink();? > "> previous < /a > - < a href =" <? PHP echo $rsDocuments-> getLastPageLink();? > "> last < /a >"

    < p >

    .... SNIP

    The table shows the different records in the database. I can go through the files back and forth and pick any one to edit - say one-third.

    The PHP code creates the URL of http:// localhost/priory_database_2/gateway/Terrier/documentation/edit_terrier_document.php?dc_in dex = 3

    However, the record that is displayed is always record 1, regardless of the currently selected folder.

    The edition code (less HTML) is.

    <? php require_once('.. /.. /.. / Connections/Terrier.php');? >

    <? php require_once('.. /.. /.. / webassist/mysqli/rsobj.php');? >

    <? php require_once('.. /.. /.. / webassist/mysqli/queryobj.php');? >

    <? PHP

    $rsDocuments = new WA_MySQLi_RS ("rsDocuments", $Terrier, 1);

    $rsDocuments-> setQuery ("SELECT * FROM documents ORDER BY dc_index ASC");

    $rsDocuments-> execute();

    ? >

    <? PHP

    If (isset($_POST["submit"]): isset($_POST["submit_x"])) {}

    $UpdateQuery = new WA_MySQLi_Query ($Terrier);

    $UpdateQuery-> action = 'put up-to-date. "

    $UpdateQuery-> table = 'documents '.

    $UpdateQuery-> bindColumn ("dc_index", "s", "".) "((isset($_POST["dc_index"])))? $_POST ["dc_index"]:" ")". "" (', 'WA_DEFAULT');

    $UpdateQuery-> bindColumn ("dc_title", "s", "".) "((isset($_POST["dc_title"])))? $_POST ["dc_title"]:" ")". "" (', 'WA_DEFAULT');

    $UpdateQuery-> bindColumn ("dc_text", "s", "".) "((isset($_POST["dc_text"])))? $_POST ["dc_text"]:" ")". "" (', 'WA_DEFAULT');

    $UpdateQuery-> bindColumn ('date_recorded', "s", "".) "((isset($_POST["date_recorded"])))? $_POST ["date_recorded"]:" ")". "" (', 'WA_DEFAULT');

    $UpdateQuery-> bindColumn ("date_update", "s", "".) "((isset($_POST["date_update"])))? $_POST ["date_update"]:" ")". "" (', 'WA_DEFAULT');

    $UpdateQuery-> addFilter ('dc_index', '=', 'i', ' ".) () $_GET ['dc_index']). » ») ;

    $UpdateQuery-> execute();

    $UpdateGoTo = 'index.php ';

    "If (function_exists("rel2abs")) $UpdateGoTo = $UpdateGoTo? rel2abs ($UpdateGoTo, dirname (__FILE__)):" ";" "

    $UpdateQuery-> redirect ($UpdateGoTo);

    }

    ? >

    ..... Snip


    < /table >

    < h3 align = "center" > change the document details < / h3 >

    < form id = "AddDocumentRecord" name = "AddDocumentRecord" method = "post" >

    < label for = "dc_title" > title

    < name textarea = "dc_title" cols = "150" lines = "3" maxlength = "300" id = "title" > <? PHP echo ($rsDocuments-> getColumnVal ("dc_title"));? > < / textarea >

    < / label >

    < label for = "dc_text" > Description

    < name textarea = "dc_text" cols = "150" lines = "20" maxlength = "60000" id = "text" > <? PHP echo ($rsDocuments-> getColumnVal ("dc_text"));? > < / textarea >

    < label for 'date_recorded' = > registration Date:

    < name textarea = 'date_recorded' cols = "50" rows = "1" maxlength = "20" id = 'date' > <? PHP echo ($rsDocuments-> getColumnVal ("date_recorded"));? > < / textarea >

    < / label >

    < label for = "date_update" > Date of last update:

    < name textarea = "date_update" cols = "50" rows = "1" maxlength = "20" id = "Refresh" > <? PHP echo ($rsDocuments-> getColumnVal ("date_update"));? > < / textarea >

    < / label >

    < input type = "submit" name = "submit" id = "submit" value = "Submit" >

    < input name = "dc_index" type = "hidden" id = "dc_index" value = "<?" PHP echo ((isset($_POST["dc_index"]))? $_POST ["dc_index"] ":" "")? > ">"

    < / make >

    ... Snip

    The query for the edit page should look like

    $rsDocuments = new WA_MySQLi_RS ("rsDocuments", $Terrier, 1);

    $rsDocuments-> setQuery ("SELECT * FROM documents WHERE dc_index =?");

    $rsDocuments-> bindParam ('i', ' ".) "(isset($_GET['dc_index']))? $_GET ['dc_index']:" ")". "" », «-1 ») ;

    $rsDocuments-> execute();

    What this did that select a recording with a value of dc_index.

  • Inserting a new record in the database using a form empty ADF

    Hello

    I'm trying to insert a new record into the database using a form.

    I have an Employee table and its corresponding entity object and the view object. The table has an id that is used as the primary key and is filled using a sequence in the comic book.

    Data controls, I dragged and dropped at the sight of the employee as a form of ADF and checked the submit button include. Then I dragged and dropped the validation on submit button operation.

    When I connect to the app and go to the page used to create, I have 2 problems:
    1 - the form is filled with the logged in user info.
    2. If I try to change the news and validation, the user info is changed in the database and no new record is created.

    It makes a little sense to me, but I would like to know if there is a way around it (get an empty form and insert a new record).
    NB: the employee id is not part of the form, I want to be filled using the sequence.

    Kind regards
    MB

    User, please tell us your jdev version!

    To do this, you must create a new record before going to the display of the form page. In a stubborn workflow (btf), you drag the operation createInsert of the VO on the btf and it will generate a link method, add a view to the btf and put a navigation of the binding of the method of the page. Mark the method as 'Activity by default'. Now, ren, you call the workflow, you create a new record that will show your blank form.

    Timo

  • Find and change a single record in the database

    I create a few forms that access an Access database that will be used to enter data into the database.  I am able to open the database files and scroll through records one at a time and have added features to be able to search and display a single record.  The problem I'm having is when I load a single record and then modify that file, I can't save the changes to the record, in other words, the record is not updated on the database.

    I can add new records and modify records as long as I scroll to them using the. next(),. last(),. first() and. previous() orders; However, when I insert a single record I can't figure out how to save the changes made to that record in the database.

    Here it is:

    xfa.sourceSet.DataConnection.open ();

    xfa.sourceSet.DataConnection.first ();

    var oDataConnList = xfa.sourceSet.DataConnection.nodes

    var oDataConnList.length = nCount;

    for (var i = 0; i)< ncount;="">

    If (CurrentRecord.rawValue! = SearchField.rawValue) {}

    xfa.sourceSet.DataConnection.next ();

    }

    }

    This establishes the data connection, made sure that it starts on the first record, counts the number of files and of volutes each record until he finds the one the user sought!

  • Insert multiple records in a database using the DB adapter and stored procedure

    Hi all

    I want to insert multiple records in a database using a stored procedure. I wanted to insert these records using a data adapter and data adapter must be called by a mediator.

    Can anyone suggest me some ideas if it's possible with capabtilities OOB in SOA suite or not?

    Thank you for your help in advance.

    Thank you
    Shiv

    The trick is in the stored procedure. You must use a data type that will handle multiple records I use varray. An example can be found in this post.

    Re: Mutiple calls to AppsAdapter (pl/sql) when the payload has multiple records

    When you read the procedure stored in the db adapter wizard looks and xsd / xml if you have maps accordingly.

    see you soon
    James

  • PHP (go to the next record in the database)?

    Is there a php function that will move to the next record in a database and return to the page so that it looks out of date?

    Here is my senario.

    I have 30 events in a database from January 10, 2012, through to December 20, 2012, listed by date of-10-01-2012, 2012-12-20 etc.

    On the homepage of Web sites, I want to list the 3 dates "next". Obviously January 10 has expired but is still listed in the database. The simplest would be to delete the record from the database, I suppose, but I was wondering if I can automate the process?

    I can list 3 dates starting with a record in the database with owner of DW php code:

    <? PHP {? >}

    < div class = "event" >

    <? PHP

    echo $row_rsEvents ["event_date"]. "< br / > ';

    echo $row_rsEvents ['event'],' < br / > ';

    echo $row_rsEvents ["event_details"];

    ? >

    < / div > <! - end event - >

    <? PHP} while ($row_rsEvents = mysql_fetch_assoc ($rsEvents));? >

    I can't hide an expiration date by comparing the date in the database with the current date

    <? PHP

    $date = date('Y-m-d');

    ? >

    <? PHP {? >}

    < div class = 'event' <? PHP if ($date > $row_rsEvents ['event_date']) {echo "style =" display: none;} "" ;} ? > >

    <? PHP

    echo $row_rsEvents ["event_date"]. "< br / > ';

    echo $row_rsEvents ['event'],' < br / > ';

    echo $row_rsEvents ["event_details"];

    ? >

    < / div > <! - end event - >

    <? PHP} while ($row_rsEvents = mysql_fetch_assoc ($rsEvents));? >

    However it then shows just 2 dates in the form of code still loops through the records since the beginning of the database.

    Any ideas or pointers?

    Operating system

    Why don't you do this in the SQL when you select the Recordset?  You can specify WHERE date > = CURRENT_DATE in the SQL string.  Then, you don't have to worry about this in the PHP.

  • Failed to load existing records from the database on SD card during initialization of the application

    When the Simulator is launched upward, not able to load existing records from the database in the Inbox, so no records appear in the Inbox even though they exist in the database. It seems to be a problem with the SD card in the Simulator - the file system for the SD card is not correctly initialized when the application starts first to the top. During initialization of the application tries to access the SD card by using the following code.

    Boolean

    sdCardPresent = false;

    Enumeration e = FileSystemRegistry.listRoots ();

    If

    (e! = null) { }

    While (e.hasMoreElements ()) {}

    root = (String) e.nextElement ();

    If

    (root.equalsIgnoreCase("SDCard/")) {

    sdCardPresent =

    true;

    }

    }

    }

    sdCardPresent is always set to false and was not able to access existing records from the database. Once the application is initialized and try to create the database, the database is created successfully on the SD card.  The code is the same as above when creating the database and was able to do sdCardPresent = true.

    Is there anyway to register or add the SD card during initialization of the application or any property as System.setProperty overide the path of the default directory value?

    I use BlackBerry 9550 Simulator. I checked the "file system using PC for files from the SD card" and I use "C:\bb\SDCard" for the file system of thr.

    Also tested on the BlackBerry and found the same thing, if the device is hard reset, then it not reading the SD card as well.

    Mark the thread as solved then.

  • Record number of databases in a recovery catalog

    Hello

    How can register for multiple databases targets unrelated in a unique recovery catalog.

    Suppose I have DEV and TEST databases with different dbid and you wish to register in a single commune RC.

    Kindly advice.

    Thank you

    REDA

    We do this on a regular basis in our shop.

    We will have the DEV and TEST on SERVERA, databases while the catalog RMAN (RMANCAT) is located on server b.

    The entries in tnsnames.ora on ServerB:

    RMANCAT =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERB)(PORT = 1541))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = rmancat)

    )

    )

    LISTENER_RMANCAT =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERB)(PORT = 1541))

    ----------------------------------------------------------------------------------

    The entries in tnsnames.ora on SERVERA:

    LISTENER_DEV =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERA)(PORT = 1551))

    DEV =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERA)(PORT = 1551))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = dev.servera.something.com)

    )

    )

    LISTENER_TEST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERA)(PORT = 1551))

    TEST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERA)(PORT = 1551))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = test.servera.something.com)

    )

    )

    RMANCAT_SERVERB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = SERVERB)(PORT = 1541))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = RMANCAT. SERVERB. SOMETHING.COM)

    )

    )

    -------------------------------------------------------------------

    Establish a connection between DEV & RMANCAT - RMAN catalog RMAN is controlled by a user called rmanusr, and each database also has a user called rmanusr.

    RMAN target rmanusr /> @dev catalogue rmanusr /> @RMANCAT_SERVERB

    After have connected you, you should be able to see the information of DBID, to check that you have the right of database:

    Recovery Manager: release 11.2.0.3.0 - Production on Thu Nov 6 11:44:01, 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: DEV (DBID = 123456789)

    connected to the recovery catalog database

    You should then be able to issue the SAVE command the DATABASE

    ---------------------------------------------------------------------------------------------------------------------------

    Then, establish a separate connection between TEST & RMANCAT:

    RMAN target rmanusr /> rmanusr catalogue @test /> @RMANCAT_SERVERB

    Recovery Manager: release 11.2.0.3.0 - Production on Thu Nov 6 11:44:01, 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: TEST (DBID = 987654321)

    connected to the recovery catalog database

    You can now enter a second order SAVE the DATABASE

    ---------------------------------------------

    When you are connected to one of the connections of RMAN you implemented and after you have recorded the two databases, run:

    RMAN > list incarnation;

    from full resynchronization of the recovery catalog

    full complete Resync

    List of Incarnations of the database

    DB key Inc key STATE ID DB name DB reset reset time SNA

    ------- ------- -------- ---------------- --- ---------- ----------

    123456 2345678 DEV CURRENT 123456789 1 2014-11-06

    654321 8765432 TEST CURRENT 987654321 1 2014 - 11 - 06

  • inserting a new record in the database of a form

    Hi friends,

    I'm trying to insert a record into the database via a form I created in Oracle 10 g.
    Using the default menu (DEFAULT & bar SMARTBAR), I should be able to save the record, shouldn't I?

    Is someone can you please help me solve this problem?

    Thank you, sheetal :)

    Check if your code sequence and make like this code example (focused only on the "BOLD" letters, because I think that your specific sequence will not be in order i.e. ALL), you must make your sequence in order with no cycle.

    CREATE the SEQUENCE "YOUR_SEQUENCE_NAME" MINVALUE 1 MAXVALUE 99999 INCREMENT OF 1 START WITH 1 CACHE 20 ORDER NOCYCLE .

    Hope this will help.

    Abbas

  • How to select data using the same remote database column name 3

    Hello


    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    E.g.

    SELECT *.
    B.SID, b.status, SUM (b.qty) qantity MAX (b.) date_as_of
    Of
    * ((table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) has, *)
    (* (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) b). *
    WHERE b.dept = 'finance '.
    AND a.position = "admin".
    AND a.latest = 'Y' AND (b.status <>"MLT") AND b.qty > 0;
    B.SID GROUP, b.status;

    NOTE: the instructions "BOLD" is just an example of what I want to do but I always get an error beacause of ambiguous column.

    Thanks to advnce. :)

    Published by: user12994685 on 4 January 2011 21:42

    user12994685 wrote:

    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    Not valid. This makes no sense and breaks all the rules of scope-resolution. And if it is in a single database, or uses tables in databases, is not relevant.

    Each object must be particularly well identified. If you cannot do this:

    select * from (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) a
    

    3 objects cannot share the same alias. Example:

    SQL> select * from (dual, dual) d;
    select * from (dual, dual) d
                       *
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    

    You need to combine objects - by using a join union or similar. He will have to be done as follows:

    SQL> select * from (select * from dual d1, dual d2) d;
    select * from (select * from dual d1, dual d2) d
           *
    ERROR at line 1:
    ORA-00918: column ambiguously defined
    

    However, we need to have unique column in a projection of SQL names - so the join of the need to project a unique set of columns. So:

    SQL> select * from (select d1.dummy as dummy1, d2.dummy as dummy2 from dual d1, dual d2) d;
    
    DUM DUM
    --- ---
    X   X
    
    SQL> 
    

    I suggest that you look carefully at what opportunities are and how it applies in SQL - and ignore if the referenced objects are local or remote, because it has no effect on the basic principles of scope-resolution.

Maybe you are looking for

  • Firefox hangs at startup

    HelloMy %APPDATA%\microsoft\windows\sendto file specifies the id of the accident report is:Crash ID: bp-33827730-989e-4aeb-99c5-79b652151003 Basically, my Firefox and Internet Explorer crash at startup. I know that it is certainly linked to a virus I

  • USB 2.0 Port Replicator II PX1173E-1PRP-Vista drviver

    HelloSorry, I found that this problem has been resolved in 22.6.07: http://forums.computers.Toshiba-Europe.com/forums/message.jspa?MessageID=88624#88624 but this time, I have a similar problem and I have not found drivers cited in "driver page. I hav

  • Why can't I start a homegroup on my pc? The hacking possible?

    I'm trying to share files between my 2 pc and I am unable to set up a homegroup, he said: I'm part of an already... In my view, that a 'friend' is my first pc piracy! He knows my passwords.

  • Computor will not reconise SanDisk

    When SanDisk put the computer into the media slot don't pick it up. We can down load to and from the disk. The disk is accessed through the camera. This problem can be fixed with out much hasle?

  • Clear cache with vista

    I can't load some elements in a game that I play. Other players can see the article, but I can't. How can I fix? Erase my hidden? In if so then how do on Vista?