Posts by Fernando Melo • 36 points
2 posts
- 
		0 votes2 answers104 viewsA: Training ORACLE PL/SQLYou can use Oracle Livesql right from the browser to learn: https://livesql.oracle.com/ 
- 
		2 votes1 answer81 viewsA: Help with PL SQL functionI recommend you use CLIENT_ID as a function parameter, not NAME, because if there are two people with the same name your function will give error (SELECT INTO can only return one line). You also…