Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Table Select all checkbox

WaplakApr 17 2018 — edited Apr 18 2018

I try to following code for check all rows default.need to select all rows when load table.When load the table first time all rows selected.but when load the fragment again all check box are deselected.

        ViewObjectImpl adv = this.getAdvanceDetailsVl();
        RowSetIterator ri = adv.createRowSetIterator(null);
        ri.reset();
        while (ri.hasNext()) {
            Row currentRow = ri.next();
            currentRow.setAttribute("CheckItem", Boolean.TRUE);
        }
        ri.closeRowSetIterator();
    }

JDev version 12.2.1.2

This post has been answered by ManishPandey on Apr 18 2018
Jump to Answer

Comments

_K.T_ wrote:

Hello everyone,

How can I configure (automatic storage management) and (real applicant clusters) step by step ?

Oracle version: 19cا

Hello

On what platform do you want to install?

Cheers,

Arsalan

Billy Verreynne

RAC is build on 2 critical foundation blocks.

Shared cluster storage. Ideally 8Gb fibre channels or higher, or 40Gb Infiniband I/O fabric layer (e.g. iSER).

Cluster Interconnect. A dedicated and private high speed, low latency, communication backbone. 40Gb Infiniband using the RDS protocol, or slower 10Gb Gig Ethernet using the UDP protocol.

These also need to be redundant, dual switches, dual port PCI HBA/HBC cards, using bonded ports, etc.

Get this wrong, and I guarantee that you will have a slow performing, non-scalable, non redundant cluster that will fail to meet its potential, and business requirements.

And if you do not know what I'm talking about, stop, and carefully evaluate what skills and experience are required for building RACs. And whether it is not preferable buying a RAC COTS solution that is a certified and engineered RAC solution, such as Oracle ODA or Exadata Database Machine.

LaserSoft

Hello Friend

Please have a look

Configuring 3-Node RAC - Oracle Database 19c (19.3) - Oracle Enterprise Linux 8.0

http://yvrk1973.blogspot.com/2020/05/configuring-3-node-rac-oracle-database.html

Configuring 3-Node RAC for Oracle Database 19c (19.3) with April 2020 RU on Oracle Enterprise Linux 8.0

Oracle 19c - GI and RDBMS Softwares with April 2020 RU

1. Oracle 19c RDBMS: LINUX.X64_193000_db_home.zip

2. Oracle 19c APR 2020 RU:p30869156_190000_Linux-x86-64.zip

3. Oracle 19c GI: LINUX.X64_193000_grid_home.zip

4. Oracle 19c APR 2020 RU:p30899722_190000_Linux-x86-64.zip

Hope it will help....

Thanks

LasersSoft

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 16 2018
Added on Apr 17 2018
4 comments
697 views