Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

data-dictionary

lower_case_table_names Settings in MySQL 8.0.12

April 8, 2024 by Tarik

So far, I can get it to work with a workaround (I originally posted on askubuntu): by re-initializing MySQL with the new value for lower_case_table_names after its installation. The following steps apply to a new installation. If you have already data in a database, export it first to import it back later: Install MySQL: sudo … Read more

Categories mysql Tags data-dictionary, lowercase, mysql Leave a comment

Is there a way to do full text search of all oracle packages and procedures?

May 6, 2023 by Tarik

You can do something like SELECT name, line, text FROM dba_source WHERE upper(text) like upper(‘%<<your_phrase>>%’) escape ‘\’

Categories oracle Tags data-dictionary, oracle Leave a comment

Check Postgres access for a user

February 8, 2023 by Tarik

You could query the table_privileges table in the information schema: SELECT table_catalog, table_schema, table_name, privilege_type FROM information_schema.table_privileges WHERE grantee=”MY_USER”

Categories postgresql Tags data-dictionary, postgresql, privileges Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa