http://what-when-how.com/Tutorial/topic-16mglm7e/Secrets-of-the-Oracle-Database-520.html
RDBMS Expertise - Page 32
-
oradebug
-
Show replication status in PostgreSQL
https://www.niwi.nz/2013/02/16/replication-status-in-postgresql/
select client_addr, state, sent_location, write_location, flush_location, replay_location from pg_stat_replication;
This query can output can be like this:
postgres=# select client_addr, state, sent_location,write_location, flush_location, replay_location, sync_priority from pg_stat_replication;
-
Disable Streaming Replication without restarting either master or slave
I understand the way things work currently, but would it not be more
convenient to let the replication be stopped and started from SQL commands
like:On Master:
select pg_pause_streaming_replication(slave_fqdn);
select pg_resume_streaming_replication(slave_fqdn);On Slave:
select pg_pause_streaming_replication();
select pg_pause_streaming_replication();If Cascaded Streaming Replication is confugured, then
On Slave:
select pg_start_streaming_replication(cascaded_slave_fqdn);
select pg_stop_streaming_replication(cascaded_slave_fqdn);Or an OS executable [ either in the core or a contrib module] like
pg_replication -p primary_fqdn -s slave_fqdn -a pause
pg_replication -p primary_fqdn -s slave_fqdn -a resume
pg_replication -p primary_fqdn -s slave_fqdn -a setup[ the last one would awesome; and i do not think that it is impossible, and
would be loved by one and all ] -
[UNIX] convertir un paquage debian en rpm et vice versa
https://blog.packagecloud.io/eng/2015/10/26/use-alien-to-convert-deb-to-rpm-and-rpm-to-deb/
https://help.ubuntu.com/community/RPM/AlienHowto
-
bonne blague
Toute la classe de toto fait des dessins et la maîtresse vérifie pour chacun d'eux, quand arrive le tour de Toto, elle regarde son dessin et ne voit rien sur la feuille,
la maîtresse lui demanda alors :
- Pourquoi tu n'as rien fais ?
- Si j'ai dessiné, répondit toto, j'avais dessiné des vaches avec de l' herbe, mais après les vaches on tout brouté et puis elles sont parties. -
Asking information about a concept
hello I am wondering how english people feel the concept of boyfriend / girlfriend and sex friend.
I understood that for you, a sex friend is person who you have sex with , and there are no feelings...necessary
I understand that a boyfriend and a girlfriend is a person who you have feelings and sex with ...
OK with that ?
But with the new concept of sex friend , is it possible that a english girl say , I have a girlfriend, but I don't have sex with?? And she could say , I have sex with another person , it is my sex friend?
Because here in France, it is not possible, when you say that you have a girlfriend, we say "petite amie", and when you say that you have a sex friend , we didn't find a good translation because we are scared to say "copain de baise" it is rough, so we still say "sex friend" and every body is happy.
In France , when you say to someone that you have a girlfriend it means of course that you have sex with her. I m talking to adults over 21's here not teenagers.
So now do you know what I mean? Can you explain me ? If a girl says on a chat " HI , I introduce you my girlfriend ..." on a snap chat , it means that she has sex with her or not? and if not can I have a little hope ?? lol
Enjoy your day -
[script] Backup
-
Queen_Zucchero-Everybodys_got_to_learn_sometime
-
last access table oracle
select a.obj#,a.table_scans_delta,b.object_name,b.owner,b.object_type from dba_hist_seg_stat a, dba_objects b where a.obj# = b.object_id and b.owner like 'USERNAME%' order by table_scans_total desc
-
Scripts de vérification des produits soumis à licence Oracle
Le script suivant permet de donner des infos sur ce qui a été utilisé comme produits soumis à licence sous Oracle.
options_packs_usage_statistics.sql