Skip to content
View sazakharov's full-sized avatar
  • IT Support Center
  • Bulgaria

Block or report sazakharov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Получить описание объекта - DBMS_MET... Получить описание объекта - DBMS_METADATA.GET_DDL
    1
    SELECT
    2
        DBMS_METADATA.GET_DDL('TABLE','T_STREET')
    3
      FROM dual;
  2. Скрипт восстановления инстанса Oracl... Скрипт восстановления инстанса Oracle на определенную дату и время, сохраняет текущее состояние БД, находит холодный бекап и разворачивает его, находит и разворачивает архивлоги, накатывает архивлоги до требуемой даты. Автор: Захаров Сергей email: [email protected] https://developer-core.blogspot.com/
    1
    #!/bin/bash
    2
    
                  
    3
    ##################################################
    4
    # recover-db-untiltime v1.3                      #
    5
    #                                                #
  3. How to host your Telegram bot on Goo... How to host your Telegram bot on Google App Script
    1
    # Telegram Bot on Google App Script
    2
    
                  
    3
    This is the source code of one of my blog post. To read the full blog post please click [here](https://medium.com/@unnikked/how-to-create-your-first-telegram-bot-9005c08a5aa5).