How to find text in oracle stored procedure USE : user_source tableselect * from user_source where type = ‘PROCEDURE’ and lower(text) like lower(‘%text%’); Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading… Related
Oracle 9i Tutorial Oracle Interview Questions Oracle 9i Tutorial : Table and Data Dictionary abhisanto December 26, 2010 0 User Tables: –Are a collection of tables created and maintained by the user –Contain user information Data Dictionary: –Is a collection of tables created and […] Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…
Oracle 9i Tutorial Oracle Interview Questions Oracle 9i Tutorial : INSERT Statement Syntax abhisanto December 29, 2010 0 INSERT Statement Syntax INSERT statement is used to add new rows to table.Syntax of INSERT statement below : Only one row can be inserted at […] Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…
Oracle 9i Tutorial Oracle Interview Questions Oracle 9i Tutorial : Drop,Rename and Truncate table abhisanto December 26, 2010 0 DROP TABLE Remove rows and a table structure. Once executed, this statement cannot be rolled back. -DROP TABLE EMPLOYEE RENAME […] Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on Pinterest (Opens in new window) Pinterest Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on WhatsApp (Opens in new window) WhatsApp Share on Tumblr (Opens in new window) Tumblr Share on Nextdoor (Opens in new window) Nextdoor Share on Mastodon (Opens in new window) Mastodon Share on Telegram (Opens in new window) Telegram Like this:Like Loading…