Database inside Openscript data manipulation

Hi all

Can someone help me in the manipulation of data within Openscript database.

Anticipate the early response.

Hello

Make use of the following to manipulate the data to a csv file-
Table table1 = utilities.loadCSV ("path of csv");
After loading the table, we can use variables to manipulate the data.
getVariables () .set ("variable name", table1.getRow(row_number).get (column number) ');

Kind regards
Rajesh

Tags: Oracle Development

Similar Questions

  • ORA-01732: operation non-legal data manipulation on this point of view

    Hello
    I have 2 blocks of the database... one includes the recorded books (emp_no, book_name... and other information for this book)
    the second block includes the employee information (name, hire_date... etc)

    the relationship is created between the two blocs by the employee don't...
    the user is allowed to insert, update, and delete records in the first block and according to the current employee record no, his information should be filled in for the second block.

    now, I have a question, I put the property insert, delete and update for the second block of 'no '. When I navigate to different records in the first block data are correctly filled in the second. on the other hand, it does not when I insert a new record in the first block (logically correct because data are not yet recorded)

    then I thought to create a trigger of post_change on the level of the element emp_no and here I select the information of DB in the second block.
    It works fine, but when I tried to save the information updated / inserted I got the following error:
    ORA-01732: data manipulation operation not legal on this view
    It's because I put in a block of data that is not allowed to insert. How can I get the requirements?
    I tried to put the insert data block to 'Yes' and change the property enabled for each element it either 'No', but the field is grey so that data are not so clear. If I do not need to use this way.
    Is there an alternative?
    I think to change completely in the database not block

    Thank you very much

    Published by: HST on March 27, 2010 06:25

    If you can use a cursor, isn't the data then already present in the database? If so, you could simply issue an EXECUTE_QUERY on your block2 "Refresh" the data.

    Regardless if reload you the block with a slider or EXECUTE_QUERY, since you want to fill the block after using is entered in a field, you have two options:

    -Use a trigger where procedures limited, as NEXT - KEY or ONCE - NEW - ITEM - INSTANCE
    -Make a "asynchronous rynefall" pulling a timer in the WHEN-VALIDATE-ITEM, then reload the block in the WHEN-TIMER-EXPIRED.

  • Cloud Computing database service supports data masking?

    Hello

    Cloud Computing database service supports data masking?

    Thank you

    You can use data masking when using hybrid agent for EM (EM 12 c R5) and the creation of a database of high performance or extreme performance levels.

  • "Database Config" vs "data source Configuration.

    In the Configuration utility for 9.3.1 What are the differences between "Database Config" and "data source Configuration.

    After running 'Config database' itl has created about 10 HSPsys_ * tables in the database of PLANSYS. It seems to me that this is where the planning and data source information instance are stored

    "Data source configuration. created about 30 HSP_ * tables in PLAN2.
    It seems that is where the application tables are stored, am I right?
    When you run "Configure data source", I shouldn't use PLANSYS database to store my tables for the application I'm good? Otherwise I would have problems with future migration, am I right?

    Hello

    Database config set up tables for the planning system to use this database schema / should be separated from the application planning.
    "Data source configuration" - configure just details about your connection to the planning application details, e.g. connections details to the repository and essbase. It stores this information in your planning system database.

    Once you create a planning application he uses the information from the data source to create the planning and application of all the tables in the database

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How can I ignore the differences between databases when reading data from a database?

    My boss wants me to create a text parser that analyzes the sentence below and executes a SQL query.

    "' get the table field1, field2, field3,..., Manyfield [where to SQL conditional statements].

    This corresponds to "select Field1, Field2, field3,..., table Manyfield where blahblah".

    Since different DBMS have different timestamp formats, this sentence should be changed for each DBMS.

    Ignore the differences is to do anlayzer that converts a certain type of timestamp string to one that adapts to each DBMS complex a text.

    But it seems ridiculous to adopt this solution when there might be an elegant solution.

    LabVIEW Toolkit of DB is not able to hide the differences.

    Does anyone have a better idea that I do?

    I remember having a problem like this when you are working with an older version of an Oracle server. I was able to change the session by setting the 'NLS_TIMESTAMP_FORMAT '.

    This page might be of interest; I found this, when searching for "NLS_TIMESTAMP_FORMAT".

    Database portability: Date and Timestamp columns

    (PS String Format and channel Scan functions work well with the correct date format specifiers. See the link below in my signature for the ISO 8601 timestamp/string conversions)

  • SequenceFile with DOM (XmlDocument) data manipulation

    Hello

    I want to change some parameters of the step data via xml.

    I saved my seq-file in xml format. If I can access via.Net (2.0) class XmlDocument.

    Access and Manipulation is going well, BUT

    After saving all attributes have "" (double quotes) Instead of or ' ' (single quotes)

    so he will not be able to reopen the TS file!

    OR:

    http://www.w3.org/2001/XMLSchema-instance"xmlns ="http://www.ni.com/TestStand/4.0.0/SequenceFile">."

    .......

    DOM:

    http://www.w3.org/2001/XMLSchema-instance"xmlns ="http://www.ni.com/TestStand/4.0.0/SequenceFile">."

    type list >

    ......

    Do you know how I can slove this behavior?

    concerning

    Jürgen

    Yes,

    XmlTextWriter.QuoteChar did the trick!

    Bad:

    xmlDocSeq.Save("D:\\Test_Modif.xml");

    Good:

    XmlTextWriter xmlWriter = new XmlTextWriter ("D:\\Test_Modif.xml", System.Text.Encoding.UTF8))

    xmlWriter.QuoteChar = ' \ ";

    xmlDocSeq.Save (xmlWriter);

    Jürgen

  • Database and SQL (data logger)

    Hi all

    I made the database (see photo) to save my data.

    Now I want to connect to this database in SQL, but found no example of it on the forum; I read some tutorials but I am little confused with UDL...  Second question is where these data are stored on my PC (mdb file)

    Thank you.


  • Cannot use the native sequence of database to insert data through the DbAdapter

    Hello

    I use Oracle Fusion Middleware 12.1.3 (selection of pre-designed developer programs for Oracle VM VirtualBox VMs |) Oracle Technology Network). I'm trying to insert data into the Oracle database coming with the device via a DbAdapter. I want to use the native Oracle sequences for primary keys and have configured appropriatelly the DbAdapter. But in execution, I get the following exception:

    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ('SCOTT'. "ORDERS '." (' ' ID ')

    If I configure the such DbAdapter that do not use sequences, I get the same exception. I'm missing here?

    Kind regards

    Nicolas

    Reading more carefully the exception, in the log file of the server, not just the display of messages in the console of the em, I could note that the ConnectionFactory configured on the outgoing Dbadapter connection used to access the database was incorrect. He was using JavaDb instead of Oracle that I made a mistake of copying and pasting. Correction of this error has resolved the problem.

  • Oracle Database vs. ofa data model

    Friends,

    I have three columns in a database table have dimensions of 2000 (varchar2)

    and existing EO and s VO based on this

    so obviously these columns of form OPS data model also 2000

    But as a change request, I need to reduce them to 1500, 1000, 1000

    I think that we cannot reduce the size in the oracle database.

    Please correct me if iam wrong.

    If this is possible please guide me

    Thank you

    Aravinda

    I said, I did the same thing,

    I think you did a sync "now, I synchrised with what I have added new columns only, now, in this respect its OK.'.»»

    It is not identical to the OT and VO again to create with the same name. If you have not done this, do.

    Also attach your research and the page controller update page. There could be something wrong in what you did.

    See you soon

    AJ

  • I have to stop and start the database after the data cache value increases?

    Hello!

    rule of Calc is in error and indicating that the error can be caused by data cache setting small size?

    I increased the value, but it still gives the same error message. I can't stop and start the database, just clicked on apply.

    I need also to check the journal rule and computation of the application to determine the cause of the error.

    But the key is in the question in the header...

    Kind regards

    user637777


    Yes, you do.

  • OIM 11 g database using Active Data Guard recovery

    Hello

    Someone did he do IOM database failover configuration using the active data guard.

    Here are the details
    • Two application in primary servers and one in secondary sites
    • Two databases one in primary and the secondary sites.
    • Two application servers point to the primary database.
    • There is an Active Data Guard set up between primary and secondary data.
    • Secondary database is in stand-by mode.
    • Unique CNAME is configured and actively points to the primary database.
    • Failover of the database, the principal is down and the secondary database is marketed as primary and CNAME is changed to point to the secondary database.
    • All the data sources in Weblogic are configured to use CNAME.

    The problem here is the SID. In the primary, we have JSQOIM1P and in the secondary, the SID is JSQOIMDR.

    So when we switch the error we get is unknown TNS name like Weblogic data sources don't know the JSQOIMDR.

    How do configure us the failover in this scenario?

    Thank you
    Kunal jegou

    Hello

    I was able to achieve this by setting up a unique service name pointing to the primary db SID and the same name of unique service on the secondary db pointing to the db secondary sid.

    For the benefit of the users of the forum.
    CNAME - usoimdb pointing to primaryDBHost and can be changed to secondaryDBHost in the case of DR
    Service name - usoimdbsvc pointing to primaryDBSID and usoimdbsvc to secondaryDBSID on secondary db use

    Sources of data, directdb and Kingdom of security to help the chain of
    JDBC:Oracle:thin:@usoimdb:1523/usoimdbsvc

  • I can't export of strong database in MySQL Data

    I did following steps...
    Step 1. Copy the E:\ATG\ATG9.1\DAS\solid\atgdb\solid.db

    TO

    E:\ATG\ATG9.1\DAS\solid\i486-unknown-win32\solid.DB

    Step 2. start the solid DB:

    C:\ATG\ATG9.1\DAS\solid\i486-Unknown-win32\solfe.exe.

    Step 3. To export data from test of solid database to MySQL,

    create the file

    C:\ATG\ATG9.1\home\localconfig\atg\dynamo\service\jdbc\JTDataSource.properties

    $class = atg.service.jdbc.MonitoredDataSource
    dataSource = / atg/dynamo/service/jdbc/FakeXADataSource
    min = 5
    maxFree =-1
    blocking = true
    Max = 10

    C:\ATG\ATG9.1\home\localconfig\atg\dynamo\service
    \jdbc\FakeXADataSource.properties

    Step 4. Add these lines to use the solid database:

    Driver = Solid.JDBC.SolidDriver
    URL = jdbc:solid://localhost:1313
    5:when stage I execute the command below, I had emergency...
    E:\ATG\ATG9.1\home\bin > startSQLRepository m PioneerCyclingJSP-export all users.xml-referentiel/atg/userprofiling /ProfileAdapterRepository

    Exception on Console:_

    E:\ATG\ATG9.0\home\bin > startSQLRepository m PioneerCyclingJSP-export all users.xml-referentiel/atg/userprofiling /ProfileAdapterRepository
    Application server: jboss
    "" "" is not recognized as an internal or external, order
    operable program or batch file.
    «.\.\defaultCommand.bat' is not recognized as an internal or external command
    perable program or batch file.


    Thank you is advanced!

    Hello Nitin...
    When I change the classpath in file dasEnv.bat...
    IT has run...

    I thank...

    Published by: ayari on 21 August 2012 22:57

  • OBIEE support a Postgres database as a data source?

    Hello
    We put in place a reporting project from the OBIEE 11 g of solution.
    Our desire to use a PostgreSQL 9.0 DB as a source of data instead of a DB Oracle...
    Before you start the development phase, we want to check if PostgreSQL is supported by OBIEE (for example an incident can we rely on the customer support option, bought by the user).
    We read in the documentation, we can use an ODBC connector to connect to a database, but in another document, there is no find Postgres between the source of data of database supported by OBIEE (DB2, MS SQLserver...)
    Kind regards

    Published by: 950686 on August 3, 2012 01:21

    Can also check this: http://www.emc.com/collateral/software/white-papers/h8295-obiee-11g-analytics-emc-greenplum-database-wp.pdf

    so useful, mark it as good or useful

  • Insert date individual of database, between two dates

    HII,
    I have IE (from_date, to_date, comment) form fields
    If I select from_date: = 03/10/2012
    TO_DATE: = 14/03/2012
    Comment: = work (example) personal
    Click on the "submit" button, and all I want is
    in individual date of the database must be inserted into the database (i.e. between date - to date) with comment for every date.
    Please suggest a procedure for this.

    Shirish wrote:
    Thanks for the reply...
    But how can I insert in the database...

    ERMM... same as you would any other insert...

    INSERT INTO tablename
    SELECT ...
    

    or

    INSERT INTO tablename
    WITH ... subquery factoring clause ...
    SELECT ...
    
  • Remove the old database SQL vCenter data

    How to remove old data from my vCenter SQL database (for example, I want to delete all data of performance which is longer than 3 months)

    Thank you in advance!

    Hello.  See article kb 1000125 to know how to accomplish this task.

    Good luck!

Maybe you are looking for

  • do you need a device from apple about apple?

    I don't own any apple products but want to help...

  • remove the menu bar on the secondary monitor

    We use 2 monitors. We have upgraded to El Capitan and must be able to remove the menu bar on the top of the secondary computer. How can I do this?

  • All plugins and addons disabled but still a problem of Flash?

    What can I do next?I have Windows 7 64-bit, FireFox 13.0.1 all Plugins and Addons are deactivated. I downloaded the latest Flash which States it installed correctly, but it did not show the Adobe box at the beginning of the spinning, and no Flash pag

  • Office ENVY 700-500Z: wireless keyboard

    I have bought a desktop keyboard and mouse wireless HP computer. I have a LENOVO laptop in use with a Microsoft outlook account. This PC was bought in Taiwan that use Chinese characters. The key board is capable of Chinese. It uses Chu in symbols. No

  • HP 14-AF118AU: UNKNOWN HP 14-AF118AU DRIVER

    I bougt garage this HP 14-AF118AU a few weeks, but so far there still 3 device that had no driver. 1 controller Bus SM 2. USB controller 3. Unknown device how can I got the driver for this device? I already browse online and download HP Support Assis