Receive PLS-00103 I Need Help With the Parsing Please
Hello! This code resides in a larger PL/SQL program. This is supposed to give me the value of parameter maxdbconnections. I think my problem is not understanding how to have the double quotes parse correctly.
Any ideas? Thank You! Jeff
prompt <script type="text/javascript"> function displayRows4sql14(){var row = document.getElementById("s4sql14");if (row.style.display == '') row.style.display = 'none'; else row.style.display = ''; }</script>
prompt <TABLE border="1" cellspacing="0" cellpadding="2">
prompt <TR bgcolor="#DEE6EF" bordercolor="#DEE6EF">
prompt <TD COLSPAN=9 bordercolor="#DEE6EF"><font face="Calibri"><a name="adv14"></a>
prompt <B> MaxDBConnections </B></font></TD>
Any ideas? Thank You! Jeff
prompt <script type="text/javascript"> function displayRows4sql14(){var row = document.getElementById("s4sql14");if (row.style.display == '') row.style.display = 'none'; else row.style.display = ''; }</script>
prompt <TABLE border="1" cellspacing="0" cellpadding="2">
prompt <TR bgcolor="#DEE6EF" bordercolor="#DEE6EF">
prompt <TD COLSPAN=9 bordercolor="#DEE6EF"><font face="Calibri"><a name="adv14"></a>
prompt <B> MaxDBConnections </B></font></TD>
0