Lines Matching refs:value

32 echo"**Test 1.1 - Default value for  the attribute **************\n";
35 echo"\n\n**Test 1.2 - Set a value and get the same with different connections *********\n";
58 echo"\n\n**Test 1.3 change the value and verify with existing conenctions.*********\n";
61 get_edit_attr($conn3); // Old value
65 //open a new connection and get the edition value . This will have the updated value.
90 echo "\n\n**Test 1.5 - Negative case with an invalid string value. *********\n";
102 // Set the edition value to MYEDITION. open a conn .get the value.
103 // execute the alter system set edition ='MYEDITION' .get the value .
104 // set it back to MYEDITION using oci_set_edition. and get the value.
108 echo "get the value set to MYEDITION with oci_set_edition \n";
115 echo "Get the value set to MYEDITION1 with alter session\n";
118 echo " Get the value with a new connection \n";
122 echo " Set the value back using oci-set_edition\n";
126 echo " Get the value with a new conenction \n";
158 **Test 1.1 - Default value for the attribute **************
159 The value of current EDITION is ORA$BASE
162 **Test 1.2 - Set a value and get the same with different connections *********
163 The value of edition has been successfully set
165 The value of current EDITION is MYEDITION
167 The value of current EDITION is MYEDITION
169 The value of current EDITION is MYEDITION
170 The value of current EDITION is MYEDITION
173 **Test 1.3 change the value and verify with existing conenctions.*********
174 The value of edition has been successfully set
175 The value of current EDITION is MYEDITION
176 The value of current EDITION is MYEDITION
178 The value of current EDITION is MYEDITION1
180 The value of current EDITION is MYEDITION1
182 The value of current EDITION is MYEDITION1
186 The value of edition has been successfully set
190 The value of edition has been successfully set
192 The value of current EDITION is ORA$BASE
193 The value of edition has been successfully set
197 The value of edition has been successfully set
203 **Test 1.5 - Negative case with an invalid string value. *********
207 The value of edition has been successfully set
211 The value of edition has been successfully set
212 The value of edition has been successfully set
214 The value of current EDITION is MYEDITION1
218 The value of edition has been successfully set
220 get the value set to MYEDITION with oci_set_edition
221 The value of current EDITION is MYEDITION
222 Get the value set to MYEDITION1 with alter session
223 The value of current EDITION is MYEDITION1
224 Get the value with a new connection
226 The value of current EDITION is MYEDITION
227 Set the value back using oci-set_edition
228 The value of edition has been successfully set
229 The value of current EDITION is MYEDITION
230 Get the value with a new conenction
232 The value of current EDITION is MYEDITION
236 The value of edition has been successfully set
237 The value of current EDITION is MYEDITION1