Lines Matching refs:value

40 echo"**Test 1.1 - Default value for  the attribute **************\n";
43 echo"\n\n**Test 1.2 - Set a value and get the same with different connections *********\n";
66 echo"\n\n**Test 1.3 change the value and verify with existing conenctions.*********\n";
69 get_edit_attr($conn3); // Old value
73 //open a new connection and get the edition value . This will have the updated value.
98 echo "\n\n**Test 1.5 - Negative case with an invalid string value. *********\n";
110 // Set the edition value to MYEDITION. open a conn .get the value.
111 // execute the alter system set edition ='MYEDITION' .get the value .
112 // set it back to MYEDITION using oci_set_edition. and get the value.
116 echo "get the value set to MYEDITION with oci_set_edition\n";
123 echo "Get the value set to MYEDITION1 with alter session\n";
126 echo " Get the value with a new connection\n";
130 echo " Set the value back using oci-set_edition\n";
134 echo " Get the value with a new conenction\n";
166 **Test 1.1 - Default value for the attribute **************
167 The value of current EDITION is ORA$BASE
170 **Test 1.2 - Set a value and get the same with different connections *********
171 The value of edition has been successfully set
173 The value of current EDITION is MYEDITION
175 The value of current EDITION is MYEDITION
177 The value of current EDITION is MYEDITION
178 The value of current EDITION is MYEDITION
181 **Test 1.3 change the value and verify with existing conenctions.*********
182 The value of edition has been successfully set
183 The value of current EDITION is MYEDITION
184 The value of current EDITION is MYEDITION
186 The value of current EDITION is MYEDITION1
188 The value of current EDITION is MYEDITION1
190 The value of current EDITION is MYEDITION1
194 The value of edition has been successfully set
198 The value of edition has been successfully set
200 The value of current EDITION is ORA$BASE
201 The value of edition has been successfully set
205 The value of edition has been successfully set
211 **Test 1.5 - Negative case with an invalid string value. *********
215 The value of edition has been successfully set
219 The value of edition has been successfully set
220 The value of edition has been successfully set
222 The value of current EDITION is MYEDITION1
226 The value of edition has been successfully set
228 get the value set to MYEDITION with oci_set_edition
229 The value of current EDITION is MYEDITION
230 Get the value set to MYEDITION1 with alter session
231 The value of current EDITION is MYEDITION1
232 Get the value with a new connection
234 The value of current EDITION is MYEDITION
235 Set the value back using oci-set_edition
236 The value of edition has been successfully set
237 The value of current EDITION is MYEDITION
238 Get the value with a new conenction
240 The value of current EDITION is MYEDITION
244 The value of edition has been successfully set
245 The value of current EDITION is MYEDITION1