How to make 2 columns in the table with a long row of data Tyube

Hello world

I want to do in my column of table 2 with data Tyube long raw

How this


Thank you very much

I don't think it's possible, use BLOB.

Tags: Database

Similar Questions

  • How to update exists column on the table with the exact number and auto increment

    Hello

    I have a table with more than 10 million rows and there is a column called 'number_zaq', I want to update this column on line frist from 2000 and + 1 for the next all ranks.

    Update your_table

    Set number_zaq = rownum + 2000-1;

  • How to make a column in the password field?

    Hello

    I need to change the column in the field "Password".

    That is, the data must be as ' * ' in the DB also.

    How this happens in the column in the Table?

    Kindly guide / help me with that.

    Thank you
    Orahar.

    Orahar wrote:
    Dear Vincent,

    Thank you.
    Can you explain on the view I have to create to display the value of column in asterisks (' ' * ')?

    Thank you
    Orahar.

    SQL> create table tbl_test (id number, name varchar2(10));
    Table created.
    
    SQL> insert into tbl_test values(111,'test');
    1 row created.
    
    SQL> select * from tbl_test;
            ID NAME
    ---------- ----------
           111 test
    
    SQL> create or replace view vw_test as
      2  select '*****' id, name from tbl_test;
    View created.
    
    SQL> select * from vw_test;
    ID    NAME
    ----- ----------
    ***** test
    
    SQL> insert into tbl_test values(2,'test2');
    1 row created.
    
    SQL> select * from vw_test;
    ID    NAME
    ----- ----------
    ***** test
    ***** test2
    SQL>
    
  • How to make the column in the table with the formula

    Hi all..
    This is my class
    public class MyNumber{
         private int num;
    
         public int getNum(){
              return num;
         }
    
         public void setNum( int num){
              this.num = num;
         }
    }
    Consider that designing a table with FXML Editor (Builder scene in this case)
    and here are some of my codes
    private TableView tab;
    private TableColumn<MyNumber, Integer> tabColInput;
    private TableColumn tabColOutput;
    
    tab.setEditable(true);
    tabColInput.setEditable(true);
    
    tabColInput.setCellValueFactory( new PropertyValueFactory<Person,Integer>("num") );
    tabColInput.setCellFactory(TextFieldTableCell.forTableColumn());
    tabColInput.setOnEditCommit(
        new EventHandler<CellEditEvent<MyNumber, Integer>>() {
            @Override
            public void handle(CellEditEvent<MyNumber, Integer> t) {
                ((MyNumber) t.getTableView().getItems().get(
                    t.getTablePosition().getRow())
                    ).setNum(t.getNewValue());
            }
        }
    );
    Problem:
    I want to tabColOutput to always show the result for tabColInput multiplied by 2

    for example:
    When I change a line in tabColInput 10, tabColOutput shows 20
    When I change a line in tabColInput to 3, tabColOutput show 6

    Could someone advice me how do?

    PS: I'm not native English, so I'm sorry if I tell it fake ^^

    You're up-to-date data are probably not ObservableValues as properties, so the TableView cannot update dynamically as modification of data items.

  • How to dynamically add columns to the table

    Hi all

    I'm new to ADF and need help on sub condition.

    We have created a ViewObject on the EMPLOYEE table that has under columns:

    EMP_ID,

    EMP_NAME,

    DEPARTMENT,

    COST_CENTER,

    BUSINESS_UNIT

    COUNTRY

    GCODE

    We need to create a page in the ADF with employee table to show only below the columns

    EMP_ID,

    EMP_NAME,

    DEPARTMENT,

    COST_CENTER

    Later, if necessary user should be able to add other columns to the page dynamically.

    Can you please advice on how to implement this feature.

    Thank you.

    Kind regards

    Vidya

    Hello.

    There could be a simple solution, which is to use the component PanelCollection.

    Drag ' drop your VO to a page and create a Table with all the attributes.

    For columns that emp_id, emp_name, cost_center, set the Visible property to false.

    Put the PanelCollection component on your page and drag your table inside.

    When you run the page you will see the view menu in the upper left corner of the table above. You can show/hide columns in this menu.

  • Columns inside the table with 100%

    Here's my problem-/.

    http://img230.imageshack.us/img230/7724/imagemvi.jpg

    I can't make columns of my table fill the space table.

    Hello

    You should take a look at the attribute FY columnStretching: table.

    Hope this helps

    Joseba

  • ADF: How to fill a column in a table with a specific color

    Hi all
    I want to fill the cells of table with different colors based on the value (for example: 10, 40...) in this cell output text area.
    Help, please.

    Rognard

    Hello

    You can use the same code for the inlinestyle column: but it will color the entire column


    headerText = "#{bindings." EmployeesView1.hints.Salary.label}.
    ID = "c9".
    inlineStyle = "#{yourconAttr > 10?'" background-color: Red;': ' background-color: Orange ;'} ">}"

  • How to make a SUM function on table with TI-auto

    Hi all
    I created a table with column 2:
          CREATE TABLE Suppliers
          (
              Id                     NUMBER(10)              PRIMARY KEY,
              ProductNum       NUMBER(10)              NOT NULL,
              Amount             NUMBER(10)              NOT NULL
         );
    Example: I have these data in the table
    ----------------------------------
    Id|ProductNum|Amount|
    ----------------------------------
    1|      4A        |    50   |
    ----------------------------------
    2|      10Q      |     3    |
    ---------------------------------
    1|      4A        |    40   |
    ---------------------------------
    3|      Q9       |     32  |
    ---------------------------------
    2|      10Q      |     60 |
    .          .                .
    .          .                .
    .          .                .
    And I want a query to get the sum of the amount of each product, that is if I run this query o the previous table, I expect the following result
    ------------------------------
    ProductNum|Amount|
    ------------------------------
    4A            |     90    |
    10Q          |      63   |
    Q9            |      32   |
    .               |       .    |
    .               |        .   |
    Thanks in advance

    Something like this->

    select ProductNum, sum(Amount)
    from Suppliers
    group by ProductNum;
    

    Kind regards.

    LOULOU.

  • on the column in the table with

    I chose a table cell, the column width

    steady increase, a command can be written

    I tried to do, but does not

    var myStep = 1;  
    var myTables = app.selection[0].stories[0].tables[0].everyItem().getElements();  
    for(var n=0;n<myTables.length;n++){  
     for (i=0; i<myTable.columns.length; i++) 
        if(myTables [n].columns[i].width + myStep<0){myTables [n].columns[i].width= 0; continue};  
        myTables [n].columns[i].width = myTables [n].columns[i].width + myStep;  
    

    Hi hamdifem,

    How ' end this:

    // Table_ColumnsWidthIncreaseByStep.jsx
    
    var myStep = 1;
    var theTables = app.selection[0].tables.everyItem().getElements();
    
    for (n=0; n
    

    Have fun

  • How to make a backup of the database with RMAN Oracle Single Instance

    People,

    Hello. I use the server of Oracle 11 GR 1 material with operating system Oracle Linux 5.10 database.

    I understand how to back up the database instance in SQL Server with Windows. But do not really understand how to back up the database instance in Oracle on Linux.
    I did it cold and hot backup for the database HRCS90 instance, but both receive the same error message.


    Cold backup is below:

    SQL > startup
    ORACLE instance started.

    Total System Global Area 538677248 bytes
    Bytes of size 2146024 fixed
    528482584 variable size bytes
    4194304 buffers of data bytes
    Redo buffers 3854336 bytes
    Mounted database.
    Open database.


    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.


    RMAN > backup database;

    From backup 25 November 13
    using the control file of the target instead of recovery catalog database
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to the 25/11/2013 14:26:52
    RMAN-06171: not connected to the target database


    RMAN > backup HRCS90

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00558: error occurred during parsing of order entry
    RMAN-01009: syntax error: found 'distinctive sign': expected an of: ' archivelog, auxiliary, as, backup backupset, blocks, channel, check, copy, copies, controlfilecopy, cumulative, current, basic data, datafile, datafilecopy, device, diskratio, db_recovery_file_dest, db_file_name_convert, duration, filesperset, for, format, from, full, strength, file, incremental, keep, (, maxsetsize nochecksum, noexclude, nokeep, not, proxy, pool, re-use, recovery, section, skip). ', spfile, skip readonly, setsize, tablespace, tag to validate.
    RMAN-01008: the identifier of the AfDB was: HRCS90
    RMAN-01007: line 1 column 8 file: entry standard


    RMAN > backup database HRCS90

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00558: error occurred during parsing of order entry
    RMAN-01009: syntax error: found 'distinctive sign': expected an of: ' archivelog, auxiliary, backupset channel, copy, controlfilecopy, backup, common, base data, data file, datafilecopy, remove, diskratio, db_recovery_file_dest, filesperset, format, force, file, include, keep, (, maxsetsize, noexclude, nokeep, not, pool, more reuse, recovery, section, skip, spfile, pass readonly, setsize, tablespace, tag, to).
    RMAN-01008: the identifier of the AfDB was: HRCS90
    RMAN-01007: line 1 column 17 file: entry standard

    While the instance of database HRCS90 is starting, I do hot backup by using the same commands and get the same error message with above cold backup.

    My question is:

    Can any folk tell me specific steps (order by order) to back up a single instance of the database in Oracle with RMAN?


    Thank you.

    Yes, you can restore and recover the backup, but not at the moment. You will only be able to restore and recover at the time of your backup.

    For example.

    If you take backup (mount point with no mode of journal archive) at 06:00 and your grave database crashes at 21:00, you will be able to restore and recover until 06:00. You will find all the changes made to the database between 06:00 and 21:00.

    If you want your database to recover until 9 PM or until a point in time, then you must put your database in log mode archive, and then save the archives.

  • Error when selecting all the columns in the table

    Hi all

    When I write a query by selecting all the columns of the table fromo using * function as well as another new column, I get the error,

    Select *, to_char (hiredate, 'fmday') day

    WCP

    where to_char (hiredate, 'fmday') ('Monday');

    ERROR on line 1:

    ORA-00923: THE KEYWORD not found where expected

    I need all the columns in the table with the column user-defined 'day '. Is there a way I can get the result like this?

    Hello

    padders wrote:

    Alias table to use...

    Or the name of the table, for example

    Select emp.*, to_char (hiredate, "fmday") as day

    WCP

    where to_char (hiredate, 'fmday') ('Monday');

    The bottom line is that * must be qualified (with a table name or alias) when the SELECT clause includes anything else besides *.

  • How to remove columns from the table on the master 1-0?

    I have an array of 96 columns with strings. I also have the array of int 96-elemets (mask) with 1 and 0.

    What I want to do is to is to remove (or hide - but I read that it is not possible) all the columns with index corresponding to 0 in the mask table.

    example:

    columns in the table

    1 2 3 4 5

    mask

    0 1 0 0 1

    I want to remove the columns 1, 3 and 4 and leave only 2 and 5 in my table.

    How can I do?

    If I create loop for with i as the index of the column, when I do DeleteTableColumns() columns number decreases, and I get an error of range out of

    Or do I have an option to hide the unnecessary columns (not set their width to 1, it's very ugly-looking)?

    Please help me (())

    Hello rovnyart!

    1. removal of columns in the table:

    I suspect that the reason why you get the out-of-range error is due to fact that in your loop, you delete the columns in the table, you'll eventually end up by referring to a column that no longer exists, because the other columns before it have been deleted. While you remove each column of your table in the loop for example, the column index number will move, because you deleted the other columns in front of her.

    To resolve this, even if you delete a column in your loop, make sure that you take also into account that the index of the column is moved because of the removed columns.

    2 hide columns in table:

    You can use the ATTR_COLUMN_VISIBLE attribute to hide columns in the table:

    http://forums.NI.com/T5/LabWindows-CVI-idea-exchange/add-attr-column-visible-attribute-for-table-Col...

    http://zone.NI.com/reference/en-XX/help/370051Y-01/CVI/uiref/cviattrcolumnvisible_column/

    3 alternatives:

    Note that another alternative would also use a tree instead, control as the tree control also supports the hidable columns:

    http://forums.NI.com/T5/LabWindows-CVI/table-hide-column/TD-p/569773

    Best regards!

    -Johannes

  • How to create a status column in the table

    Hello everyone

    I am trying to create a column of the table status in frontview Panel. I enclose a picture with her to say clearly what I say.plz tell me how to create the active status column in the table.

    I want to show green for safety stock and red for safety stock below.


  • How to find the primary key columns in the tables in MS Access using SQL queries

    How to find the primary key columns in the tables in MS Access using SQL queries

    Hello

    This is the forum for Windows Vista programs related issues.

    For better assistance, please try instead the Forums in SQL Server .

    Thank you! Vincenzo Di Russo - Microsoft MVP Windows Internet Explorer, Windows Desktop Experience & security - since 2003. ~ ~ ~ My MVP profile: https://mvp.support.microsoft.com/profile/Vincenzo

  • Oracle BPM 12.2.1 workspace how to add additional columns to the DB table tasklist

    Hi all

    I need to add some required columns to the table from the list of tasks (for example, activity and status of the activity referred to in the task line), I decompiled adflibTaskListTaskflow.jar and found a class named TaskModel.class in this package: oracle.bpel.worklistapp.tasklist.beans.model, if decompile you this class, you can see that at the table from the list of tasks, data are expressed here by using ITaskQueryService now how more columns may add other tables or is there another easier solution?

    Hi Hadi,

    You can add columns to your table of task list in the workspace by changing the current view, or even create a new (more and icons in pencil). The situation of activity is available in the list of columns.

    You can also add columns to the list view based on flexfields tasks that you create.

    If you manually change the adflibTaskListTaskflow.jar you can have problems in the future given that libraries can change between versions and of course are not recommended to do.

    I have add columns to the list of tasks, and at that time here, we have created a list of custom task based on BPM Middleware. If you follow this method, you will have complete freedom to show what you want.

Maybe you are looking for

  • How can I GET MY SEARCH BAR BACK?

    The search bar is no longer in the top right of the Firefox page. I can't find any way to restore it (I don't know how it came to disappear in the first place).

  • Portege R700 - quick as lightning!

    Despite some reports of 'flaky' and similar operation, I decided to tear off my HARD drive and slap a SSD and W7 Pro 64 bit on my portege R700-184 flippin heck its the thing to the top fast! I used a base of sandforce OCZ Vertex 2 120 GB drive and th

  • Re: Satellite L450D - 13 X - driver installation

    OK, so I'm desperately needing help.I did a clean install of windows 7 on my laptop, I tried to re - install drivers, but it must be done in a special way because many things are not working at the moment. Especially my wifi does not work I can only

  • Satellite P100-160: boring functions drop-down Toshiba using the FN keys

    Hello I recently bought a P100-160. It seems to be pre-installed software that maintains a slide from the menu hidden at the top of the screen. Whenever I move my mouse near him, or when I hold down the FN key, it slides down and is embarrassing. How

  • Variable overall station by the object to be measured using a model of batch process

    Hello I have 4 DUT which is tested by using individual ports of com I use global variables Station 4 to store 4 Com ports - COM port assignments are in no particular order and vary depending on the test PC station. Example: S1 = Com12 S2 = Com14 S3 =