Re: Adding Nodes
Posted by ErmanArslansOracleBlog on Apr 29, 2017; 7:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Adding-Nodes-tp2595p2616.html
Hi Latifa,
If you can do the following verification and if it is ok, then you are ok..
--Verify that new_node was added as a new node and has an associated snapshot. The following queries should return:
SQL> select APPL_TOP_ID, NAME from ad_appl_tops;
APPL_TOP_ID NAME
----------- --------------------------------------------------
...
<Newid> <new_node>
SQL> select APPL_TOP_ID, SNAPSHOT_ID, SNAPSHOT_NAME from ad_snapshots;
APPL_TOP_ID SNAPSHOT_ID SNAPSHOT_NAME
----------- ----------- ----------------------
...
<Newid> <NewSnap_id> CURRENT_VIEW