Tmux Tips Tmux copy to ClipBoard - ctrl + b, [ :Enter To Copy Mode - Move Start/End with Arrow KEY - ctrl + space :Start select hi-light - alt + w :Copy To ClipBoard - ctrl +b, ] :Paste Tmux Create New windows - ctrl + b, c :Create New Windows Terminal - ctrl + b, n :Next Windows - ctrl + b, 0-n :Select Windows by Number - ctrl + b, w :List Windows Terminal Tmux split panes - ctrl + b, % :Split Vertical - ctrl + b, " :Split Horizontal
utl_http.write_text(req, content); res := utl_http.get_response(req); -- process the response from the HTTP call begin loop utl_http.read_line(res, buffer); dbms_output.put_line(buffer); end loop; utl_http.end_response(res); exception when utl_http.end_of_body then utl_http.end_response(res); end; end send_post_requests; / begin send_post_requests('stringggggggg', 123456789); end; / drop procedure send_post_requests; begin DBMS_NETWORK_ACL_ADMIN.UNASSIGN_ACL( host => 'tko.nida.local', lower_port => 5000); end; / begin DBMS_NETWORK_ACL_ADMIN.DROP_ACL( acl => 'local_test_acl_file.xml'); end;