Skip to content

Instantly share code, notes, and snippets.

## generic python code example to copy data from one Oracle environment into another
```python
import cx_Oracle
import logging
import time
# Set up logging
logging.basicConfig(filename='log.txt', level=logging.DEBUG)
@pixelnated
pixelnated / phpBB322.php
Last active January 15, 2019 20:45
phpBB3.2.2 to BBPress conversion updates working
<?php
/*
updated mappings to get this to work with the current release of BBPress & phpBB 3.2.2
*/
/**
* Implementation of phpBB v3 Converter.
*
* @since bbPress (r4689)
* @link Codex Docs http://codex.bbpress.org/import-forums/phpbb
*/