Having prob in sql developer...

Hi friends,

These days I used Toad in my office and I'm very comfortable with it. But now, I am forced to use SQLDeveloper.
When am with Toad, whenever I want to change the data I would just press F4 on the name of the table and a window will appear and then change into it directly while I have no need to write an update statement to modify data...
where as in SQLDeveloper am not finding a source like that...
any1 can you please tell me its possible in SQLDeveloper wheater

Thanks in advance...

Open the sqldeveloper-> expand connection-> expand tables (maybe with filter)-> click on table name-> you will see new tab with table structure in the form of "Columns"-> click the next tab 'Data'-> add/remove/change any line and then validate

Add
line add Visual example
http://St-curriculum.Oracle.com/Tutorial/sqldeveloper/HTML/Module5/mod05_cp_insertrow.htm

Published by: Alexandr on August 10, 2012 12:02

Tags: Database

Similar Questions

  • Having problems with SQL Developer connection to the database on a LINUX machine

    Having problems with SQL Developer connection to the database on a LINUX machine
    Hello
    I am trying to connect my machine to windows 7 Home premium to an oracle database 11 g on RedHat 5 machine using SQL Developer. I got this error on SQL Developer
    Status: Failed - Test has failed: the network adapter could not establish the connection


    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    and TNSPING
    tnsping 172.x.x.x
    
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$
    Tnsnames.ora on Linux,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )
    )
    Listner on Linux,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )
    )
    hosts/ect/Linux,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBilling
    and there is no problem to ping linux from windows

    Published by: user11309581 on April 11, 2013 15:16

    user11309581 wrote:
    as I have already desciped earlier, I can't connect to the server throw Linux my Windows SQL Server, with error message below.
    tatus: failed - Test has failed: the network adapter could not establish the connection

    It's too generic to mean anything. The application is hidden the real error message. You got when you did the tnsping and obtained "TNS-12535: TNS:operation has expired. Now THAT's an error.

    This indicates a problem firewall and routing. You said earlier you could ping the server, but now we see tnsping fails. Two different protocols of usage, so that both the successful ping turns out a valid physical path, it guarantees not that all traffic will pass. What happens with

    c:\ telnet 172.x.x.x 1521
    
  • 12 c to Oracle & SQL Developer 4.1.2 (Windows 8.1): problems of creating user

    After...

    • installing Oracle 12 c
    • decompression SQL development 4.1.2
    • by clicking on "sqldeveloper.exe".

    ... I am able to create a new connection:

    Connect.PNG

    Then, I'm supposed to create a new user. (Just FYI: it comes from an old assignment which I finally finished by using MS SQL Server.) But I'm still confused what I did wrong here...) My instructions everything first, run me the following command (as far as I can tell to create the user in the corresponding container):

    AlterSession.PNG

    Problem: After having successfully performed this command, other actions involving the connection causes the following error message:

    error.PNG

    After spending hours reinstalling Oracle and try different things (inspired by manuals and online forums) that never significantly improved situation, any kind of help are much appreciated!

    The exception is indicative that the PDB is NOT open.

    A "start" command does NOT open all of the default Database. When you first installed 12 c and created a sample DB installation process open. You likely judgment of the DB and pc - then you started the pc and the DB started automatically but then ONLY the root/CBD is started.

    You logged in as SYS to the root/CBD and together the container to the PDB but the PDB is not open.

    Multitenant has MANY differences from earlier versions and you just stumbled upon one of them. You have two options

    1. create a trigger AFTER STARTING that opens the PDB files to automatically open

    2 open the PDB manually - "ALTER PLUGGABLE DATABASE ALL OPEN;"

    I answered SEVERAL times in the multitenant forum answering the same basic issue. See for example my answers in this thread

    Re: creating new users in oracle 12 c

    Now for the advice, that no one ever seems 1) want to hear, 2) take seriously or 3) actually do.

    RTFM - with 12 multitenant c, that you will continue to have similar problems, until you read and understand the multi-tenant architecture.

    I recommend you first read chapters 17 and 18 of the doc of Concepts on the new 12 c multitenancy.

    http://docs.Oracle.com/CD/E16655_01/server.121/e17633/part_consol.htm#CHDGDBHJ

    There are 3 or 4 relevant threads in the forum shared that have chunks of that info. So if you want you can read these threads, my answers and links I provide still other threads:

    12 c: ORA-65049: creating local user or role is not permitted in the CBD$ ROOT

    Re: Configuration of an oracle connection 12 c

    Re: creating new users in oracle 12 c

  • How to connect to microsoft sql server with sql developer 4.1 2014

    Hello

    Please,

    I need to connect to a Microsoft SQL Server 2014 with SQL Developer 4.1 database, I installed the appropriate jdbc driver microsoft as having the active tab for SQL Server and to add the connection.

    Thank you very much

    We support no migration of SQL Server 2014, but you should be able to connect. There is a problem around tables in the connection of the navigation tree, but you should be able to execute queries and PROBABLY get a migration project going.

  • Little SQL Developer 4.0.2 running on window 8.1 64? I can't start.

    It is my first time on this forum, so forgive my naivety please.

    Little SQL Developer 4.0.2 run on Windows 8.1 64?  I can't start.  The start screen appears, the 10% of the way, and all progress bar then everything stops.
    The first time I got the Java path quickly and successfully the entrance before you stop it).

    What I tried:

    Running BACK command window sqldeveloper.exe, sqldeveloper64.exe, sqldeveloperw.exe and others directly from the sqldeveloper/bin directory as administrator - and normally does not.

    I have Developer SQL 4.0.2 running on my calculation of working Windows 7 very well.  My new computer to work at home, this is where I'm having the problem.

    I'm stumped on what to do next.  Any directive or help would be greatly appreciated.  Thank you.

    Yes, it's different. It is located under your OS directory $USER$. See here for an example

    http://www.thatjeffsmith.com/archive/2013/12/Oracle-SQL-Developer-4-Windows-and-the-JDK/

  • To use SQL Developer 4.0.1 (4.0.1.14.48) on the operation of Win7 32-bit; but no JDK provided with the 32-bit download?

    For some reason, my IT Department installed a 32-bit Win7 on a laptop capable of 64-bit (HP ProBook 6460 b).

    I want to download and use SQL Developer 4.0.1 but see there is no 32 - bit download of it delivered with a suitable JDK.

    What are my options here

    (1) anyone can provide a download link for the appropriate JDK, and then what I do with it? I can place it in the same folder as the SQL Developer? I don't have administrative rights on my laptop by the way...

    (2) can I ask my IT dept to reimage my machine with Win7 64 bit rather than the 32-bit Win7?

    Here are the specifications of my laptop. Because it seems to be able to address up to 16 GB of RAM, I suspect 32 bit Win7 was installed as the laptop has only 4G of RAM in it. And without having to address more than 4 GB of RAM, it was perhaps the deciding factor to install a 32-bit version on Win7. Frankly, had not realized, he had nothing, but a 64 bit version of Windows 7:

    What is the least disruptive option / path of least resistance here?

    http://h10010.www1.HP.com/wwpc/pscmisc/VAC/us/product_pdfs/HP_ProBook_6460b_Notebook_PC_Datasheet.PDF

    You must inform your IT Department, you want a 64 bit OS.

    Then tell them you want to double your RAM.

    Trust me on this one.

    If they say no, then ask them to install Java 32 bit 7 on your machine, and you'll be ready to go.

  • How to run DBMS_SQLTUNE.report_sql_monitor of SQL Developer 4.0

    Hello-

    We have new SQL Developer 4.0 as a single stop for all reports of performance tuning.

    (So far, we know how to generate the AWR and ASH ADDM directly from SQL DEV 4.0 and we can do as a NON-privileged user)

    Now, the question is how to run DBMS_SQLTUNE.report_sql_monitor API SQL DEV 4.0?

    I tried this way:

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    SELECT DBMS_SQLTUNE.report_sql_monitor)

    sql_id = >: SQL_ID

    Type = > 'TEXT ',.

    report_level = > 'ALL') AS myreport

    DOUBLE;

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    and then right button click of the mouse on the line "myreport" and the EXPORT of 'text' in the menu drop down and save in the. FichierTSV on the local file system.

    It works this way, as expected, but seems to be a lot of hassle: too many steps.

    Then I tried the HTML format:

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    SELECT DBMS_SQLTUNE.report_sql_monitor)

    sql_id = >: SQL_ID

    Type = > 'HTML. "

    report_level = > 'ALL') AS myreport

    DOUBLE;

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    and it didn't work well at all SQL dev 4.0

    Any help will be greatly appreciated.

    (once again, the idea here is to set up our development and QA groups with full access to performance all reports without having them call DBA for help in the production of any SQL tuning report).

    Thank you

    VR

    There is certainly a 'room' to improve the interface, just tell me what you would like to be like him. For example, you want an overview of the SGS of all SQLIDs running on the nodes you could then select this option to run a report for? Don't say it is what we would do, but I was wondering what it is that you ask for.

  • SQL Developer ignoring NLS preferences

    I'm having and issue with SQL Developer Version 3.2.20.09 where my settings in the preferences of NLS Date and time are not used for the nls_session_parameters.

    I changed the Date Format to DD-MM-RRRR HH24:MM:SS in preferences by default, but when I run new sessions format remains the default DD-MON-RR as a game being checked when I run

    SELECT *.
    OF nls_session_parameters

    If I run

    ALTER session set NLS_DATE_FORMAT = ' HH24:MM:SS RRRR-MM-DD ".

    I can get information to display the way I want it, but it resets whenever I start a new session.

    Hello
    change your settings to RRRR-MM-JJ HH24:MM:SS for HH24:Mi:SS of DD-MM-RRRR and see

    Concerning
    SANAE

  • SQL Developer: Right-click > format works well with the DATE data type

    Hi all!

    Currently I use the version of SQL Developer Version 3.1.05.

    A question concerning the "auto-format" of syntax each time that writing in the code editor.

    If you take this code snippet and drop into a spreadsheet, then highlight it, right-click of the mouse and select "Format" it's like he fails to add the appropriate spacing when he runs in the DATE data type. I looked all through the: Preferences > database > sql formatter > formatting oracle > change and could not find anything about the formatting with date types.

    I'm looking in the wrong area? Is this a known bug? Am not too looking for this specific question. I LOVE the format function, but I hate having to go through each type of date and manually spacing everything make "clean". I'm picky I guess: P I can live with that but figured that I would ask.

    type TEMP_REC
    IS
    record
    (
    ORG_CODE VARCHAR2 (15).
    PROJECT VARCHAR2 (15).
    WBS VARCHAR2 (30),
    SERIAL_NO VARCHAR2 (30),
    NUMBER OF QTY_ORDERED
    NUMBER OF QTY_SCRAPPED
    NUMBER OF QTY_COMPLETE
    NUMBER OF BOM_ID
    DATE OF REQUEST_DATE,
    CREATE_DATE DATE,
    DATE OF REL_DATE,
    START_DATE DATE,
    DATE OF NEED_DATE,
    END_DATE DATE,
    DATE OF COMPLETE_DATE,
    CREATED_BY VARCHAR2 (30),
    MODIFIED_BY VARCHAR2 (30),
    MODIFY_DATE DATE,
    EST_HOURS NUMBER (6.2),
    ACT_HOURS NUMBER (6.2),
    BAD_COMMENTS VARCHAR2 (1000));

    I can see it now with your last test case. It also changes the future alignment of the varchar2 and number of columns. that is before the date column the varchars line to column 19, after it the line upward in column 18.

    It looks like a bug.

  • Can not see the package body in SQL Developer version 3.1

    Hello

    Have walked the boards and google for that matter for some time now. I think I found the problem, but would like to if there is a work around.

    Problem:
    I'm unable to view packages, procs, VIEWS DOF, etc. of other users. When one of my colleagues use Toad, with the EXACT same connection ID and the parameter, they are indeed able to see all the source code...

    What I found:
    Looking around, apparently Toad and SQL Dev work in different ways. Toad a use apparently DBA_SOURCE and DBA_OBJECTS to generate everything.
    SQL Dev using package META_DATA to retrieve everything. In addition, in order to use the package meta_data, I need the catalog of grant role, or something like that.


    Is it possible to set up the SQL Developer to use the same method as the toad to get the code? It is a fact that I WILL NOT receive the catalogue by the DBA permission... I can write the
    Select the text from DBA_SOURCE where OWNER = 'OWNER' and NAME = 'OBJECT NAME';

    But I would rather just be able to use the nodes in the tree and click on the objects to generate all this. Anyone know of any setting for this?

    Hello

    No doubt Developer SQL wants to be competitive with the Toad, but in terms of raising red flags on the inconsistencies in the basic features, any difference from SQL * Plus would be more surprising than Toad.

    DBA_SOURCE and DBA_OBJECTS are synonymous publicly available in any standard Oracle installation, but you also get to PICK ANY DICTIONARY to get the maximum benefit from them. Which will display the code in the schema of another user without having a privilege explicit (such as EXECUTE) on a function/procedure/package.

    If you already have privileges (SELECT ANY DICTIONARY, or EXECUTE or DEBUG on specific executable objects), and the Code tab is empty, you will need to provide a test case, according to Vadim.

    With respect to cases where the SQL Developer uses DBMS_METADATA, my understanding is that the API relies on the SELECT_CATALOG_ROLE privilege, if a user has or otherwise have a granted privilege explicitly on an object. Developers like to use this API in the extent possible instead to write a script that could break or need maintenance to deal with future versions of the Oracle database.

    I have no idea how works the Toad, and probably I should not speculate, but here's a scenario that might explain the case you mention without that user of connection with one of the above privileges. Let's say that the client software of Toad calls a PL/SQL package that selects from DBA_SOURCE and is installed in a pattern that has the privilege to CHOOSE ANY DICTIONARY. All users of Toad are granted EXECUTE on this package and therefore inherit SELECT ANY DICTIONARY in the execution of the package. It will work, but at the cost of complicating the installation of Toad. Also, he is not giving them a precise control of metadata security administrator.

    Kind regards
    Gary
    SQL development team

  • Display SQL Developer problem.

    Hello
    I have a problem with the 1.5.5 version of SQL Developer, installed on a Win7 32-bit of the system. First of all, at the launch of the it, it automatically sets the display mode of aero Classic (don't know if this is planned, or another problem of mine). Then, after you connect to a database, when the registration of its content, structure, even in the script, after scrolling, the text window appears distorted or just parts of it (as it does not have a complete refresh). After clicking with the mouse, or minimize/maximize the window, everything seems correct, but it is very annoying to do whenever I want to scroll upwards or downwards.

    Thank you!

    Well 1.5 is quite old, probably you're having some kind of JVM related issue.

    Download the latest version and should be fixed most of your display problems.

  • SQL Developer: Failure-Test failed: IO error: got at least one by a CA read

    SQL Developer: Failure-Test failed: IO error: Got minus one since a call to reading

    Hello

    I'm sorry I know this is probably more frequently asked question, but I have no idea what I should get.
    I looked at the error message above to see if I could find a solution, but unfortunately I do not have.

    Right let me start with I'm a Total Noob... Well it terms of having to install Oracle 11 g myself.
    In my University they welcomed a database and we assigned to a user & pass it's how I was using SQL Developer,.
    but since I'm no longer a student at the University. I need to use the Oracle database.

    So I downloaded Oracle 11 g Enterprise installed on my laptop that I don't use much.
    Name of the database: Christiane

    It of the entire facility and seems to have succeeded, I went https://localhost:1158 / em (although not sure why em? what's the deal with that?) I thought that it would be Https://localhost:1158 / Christiane) anyway...
    Connected with the user of the System .
    Went to users and creates a named user: RUDUHR

    Thinking Yes its not work... go my other laptop open SQL Developer.

    Connection created with the following settings
    Name of con: RK
    User: RUDUHR
    Pass: TEST
    Con type: basic
    Role: by default
    Hostname: 192.168.0.8
    Port: 1158
    SID: Christiane

    It does not work well, why is that?
    192.168.0.8 is portable which oracle 11g installed and running.

    I even tried to use SYSTEM user to connect, but same error
    also tried to change the SID to em, it made no difference I get the error message status: failure Test failed: IO error: Got minus one since reading call

    So are am clueless... LOL I only know how to create tables and stuff not how to set up a database.
    and just to let you know that I transfer the port on me correct portable router.

    It does not work well, why is that?
    192.168.0.8 is portable which oracle 11g installed and running.

    It's because you read the documentation.

    1158 is the default port for Enterprise Manager
    1521 is the default port for Sqlnet.
    Your port number is incorrect.

    Of course, you can create your tables in EM too.

    As by the Forums of the label of the post (first link when you arrive at this page) it is recommended that read the documentation before asking an another Doc issue yet.

    ----------
    Sybrand Bakker
    Senior Oracle DBA

  • Objects SQL Developer does not appear DDL

    Greetings! First time poster here on Oracle forums, so I hope I can be as precise as possible :)

    I'm having a problem with the display the SQL that makes up an object, more specifically a VIEW.

    Here's the scenario:

    I log in as a user of TI - WDSQUERY (this account can be used my multiple people to perform queries in different schemas). I navigate to other users and expand this node. I find the schema that I want to use, ALCHEMY, and expand the node.

    It now puts me in the realm of ALCHEMY we'll call it. I should be able to see all the different objects belonging to this scheme (assuming that permissions are implemented). I click on the node "VIEWS" to develop all objects from view. I can see the data and the columns. What I can't see is the SQL that generates that view, and I have no idea why.

    Colleague of mine use Toad, and he can do the same exact scenario (even ID, go to the same schema, etc.), but when he clicks on the "Script" tab, it will generate the SQL code that generates that view. Which leads me to believe this is not a permission problem, because it is on the exact same user_ID.

    Is there an option I did not check somewhere in SQL Developer? The current work around because it's that I simply ask the DBA_VIEWS where owner = "ALCHEMY" and then pull on the text of the name / the view I want. But... still, it's just one of those things that I want to know why it does not work.

    Here are the codes ORA bit that I get when trying to view the SQL code of the VIEW:

    ORA-31603: object "PO_LINE" of type VIEW not found in the schema "ALCHEMY".
    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 105
    ORA-06512: at "SYS." Dbms_metadata", line 2806
    ORA-06512: at "SYS." Dbms_metadata", line 4333
    ORA-06512: at line 1

    Any help would be appreciated GREATYLY!

    Hello

    If you can see the objects in the schema "Other users", then I guess your user_ID the system privilege to SELECT ANY DICTIONARY. See the DDL and data requires additional privileges, however. I haven't looked enough deep to be absolutely sure, but there are two or three methods using SQL Developer:

    (1) If you SELECT ON . object privilege, then you can see the data and the DDL.
    (2) otherwise, if you need to EXECUTE ON DBMS_METADATA you can see the DDL (except it may depend on other privileges too (?)).

    Sorry I don't have the time to dig deeper into the DBMS_METADATA. It works on some of my users to login, but not others. And, of course, privileges such as SELECT ON DBA_VIEWS you always give an unfair advantage.

    Hope this helps,
    Gary Graham
    SQL development team

  • SQL Developer 3.0 EA1 creates account names case senstive

    Hello

    When you create a new account with SQL Developer 3.0 EA1, the username is enclosed in quotes. This creates an account name of case-sensitive which creates problems when you try to sign. Historically, the account names have been converted to uppercase internally and during the logon sequence this is expected behavior. Not sure why SQL Developer 3.0 EA1 team has chosen to start encapsulating user names when creating quotes?

    Example of a create user statement of 2.0

    -SQL USER
    Why_this_old_way CREATE USER IDENTIFIED BY scott;

    -ROLES
    GRANT "RESOURCE" FOR why_this_old_way;
    GRANT "CONNECT" to why_this_old_way.

    Example of a create user statement of 3.0 EA1.

    -SQL USER
    CREATE USER 'why_this_new_way' IDENTIFIED BY scott;

    -ROLES
    GRANT the "RESOURCE" to "why_this_new_way";
    GRANT 'CONNECT' to 'why_this_new_way ';

    Having the names of case-sensitive objects significantly increases the complexity unnecessarily, please do not implement this approach.

    Scott K.

    There was a change made to address another issue that caused this problem. I supported this behavior will return following EA (when it exists) or the Production version.

    Syme

  • SQL Developer 2.1 display gets garbled when scrolling

    Morning people,

    I'm using 2.1 for a few weeks now. When I scroll through the tree or by using the sql worksheet, the display is garbled. Only way to "Refresh" is if I cut the window and then bring it back. I tried to adjust the frequency of refresh on my monitor, but even the lowest setting does not help. I still have an XP machine and it doesn't happen on 2.1 it or it never happened on 1.5.

    Anyone else having this problem? I use Vista Enterprise.

    Thank you

    Evita

    I had a similar problem a bit back on my home machine. Is your business Vista 32 or 64 bit?

    Found this circulate here: the screen refresh problem with SQL Developer 1.5.5 on Vista 64-bit

    I don't think this is the solution I did. If I remember, I used Win7 64-bit, and a 64-bit version of the JDK. Some suggested website also install a 32 bit JDK and selecting new SQLDeveloper who. I think that's what I did.

    Published by: DylanB123 on January 22, 2010 10:10

Maybe you are looking for

  • No speech recorder

    I find it odd that you can save and send memos, but there is no standalone version for voice recording.

  • simultaneous reading and writing on a PDM file

    I found similar discussions on here, but none that satisfied my problem. I'm running several loops within a vi, which writes data in a permanently .tdms file. Another loop to finish its task from the start in a test, and I want to transition this loo

  • Desktop shortcuts will not display or load correctly__

    When I put any internet shortcut on the desktop by clicking load as the shortcut to printers.In addition, these shortcuts all have the same generic icon.only short cuts programme and demand loading with the correct icon.

  • Sansa Clip lights if the load

    Hi, I got my Sansa Clip in 2008, and about a year later, I have it lent to a friend of mine. She told me that the next day she thinks she accused it too because now it does if it is supported. I tried to reset it up to two minutes, but it is still no

  • How to get a connection out of the FireSight matrix?

    Hi all someone had a useful suggest how can I get a matrix of useful connection on FireSight management to create a Ruleset for the SAA, which is now on allow all... Should be a list of IP source and destination with the port and maybe a counter - di