This purpose for this page is help with specify what situations the SQL queries from SAP Note 1969700 - SQL statement collection for SAP HANA can be used to help troubleshoot an issue. SAP HANA XS is also used to run web-based tools that come with SAP HANA, for instance for administration, lifecycle management and development. XS classic is the original implementation of SAP HANA XS. The XS classic server can run as a separate server process. We switched to calendar versioning: version 21.0 comes after 7.3. Main changes since 7.3: - Big number of improvements in data transfer tool (insert or update, types mapping, ordering, etc) - Spatial viewer: 3D objects support, custom tiles, SQLite support - SQL editor panels (log, output, result tabs, toolbars) were significantly redesigned - MacOS: a lot of UI rendering bugs were fixed. DBeaver is a free and open source universal database management tool for developers and database administrators. With DBeaver, you are able to manipulate your data like in a regular spreadsheet, create analytical reports based on records from different data storage, and export information in an appropriate format. For advanced database users, DBeaver suggests a powerful SQL-editor, plenty of.
Skip to end of metadataGo to start of metadataThis purpose for this page is help with specify what situations the SQL queries from SAP Note 1969700 - SQL statement collection for SAP HANA can be used to help troubleshoot an issue.
HANA_Workload
HANA_Resources_CPUAndMemory_History
HANA_Tables_ColumnStore_Unloads
HANA_Tables_ColumnStore_Merges
HANA_Tables_ColumnStore_DeltaStorage
HANA_MEMORY_TopConsumers
HANA_Memory_TopConsumers_History
HANA_Indexes_LargestIndexes
HANA_Resources_CPUAndMemory_History
HANA_Memory_Overview_Rev60+
HANA_Heap_TranslationTables_Internal_Rev70+
HANA_Heap_MemoryObjects
HANA_Tables_ColumnStore_DeltaStorage
HANA_Tables_TopGrowingTables_Size_History
HANA_Tables_LargestTables
HANA_RowStore_Overview
HANA_SQL_ExpensiveStatements
HANA_SQL_StatementHash_KeyFigures
HANA_SQL_SQLCache
HANA_SQL_SQLCache_Overview_Rev70+
HANA_SQL_StatementHash_BindValues_Rev80+
HANA_SQL_StatementHash_SQLText
HANA_SQL_StatementHash_SQLCache_History
HANA_SQL_SQLCache_Overview
HANA_Tables_Partitions
Alerts
HANA_Histories_RetentionTime
HANA_Alerts_Definition
HANA_Alerts_Definition_Rev74+_ESS.txt
HANA_Alerts_Reported
HANA_Hosts_Disks
HANA_IO_KeyFigures_Total_History
HANA_Network_Services
HANA_IO_KeyFigures_Details
HANA_IO_KeyFigures_Details_History
HANA_IO_KeyFigures_Total
HANA_IO_Savepoints_Rev71+
HANA_Disks_Fragmentation
HANA_Network_Clients
HANA_Hosts_Network
HANA_Hosts_Overview
HANA_Log_LogSegments
HANA_Log_LogBuffers
HANA_Backups_BackupRuns
HANA_Backups_CatalogSize
HANA_IO_Snapshots
HANA_Locks_Transactional_LockWaits_Current
HANA_Locks_Transactional_LockWaits_History
HANA_Locks_Transactional_Total
HANA_Locks_Transactional_Current
HANA_Locks_Internal_LockWaits_Overview
HANA_Security_GrantedRolesAndPrivileges
HANA_Security_Roles
HANA_License_LicenseUsage
HANA_License_Overview
HANA_Tables_InconsistentDSOTables
HANA_Tables_InconsistentFactTables
HANA_Tables_InconsistentDSOTables_Fallback
HANA_Views_Definition
HANA_Repository_Objects_Versions
HANA_Objects_ObjectDependencies
HANA_Threads_CurrentCallingCallerDependencies_Rev70+.txt
HANA_Consistency_ColumnStore_DuplicateKeys_CommandGenerator
HANA_Services
HANA_Configuration_Parameters
HANA_TraceFiles_Content.
HANA_Startup_StartupTime
HANA_Configuration_MiniChecks_Rev70+
HANA_Configuration_Overview
HANA_Startup_StartupAndRecoveryTimes_Internal
Dbeaver Hana Health
HANA_TraceFiles_Overview
HANA_InitializationFiles
HANA_Limits
HANA_Configuration_PatchLevel
HANA_Features
HANA_SQL_ExplainPlan
HANA_ErrorCodes
HANA_Table_ColumnStore_Columns
HANA_Consistency_LOBContainers_CommandGenerator
HANA_Replication_ParameterDeviations
HANA_Sessions
HANA_LandscapeReorg_Details
HANA_Tables_ColumnStore_TableHostMapping
HANA_Tables_ColumnStore_TableHostMapping_Fallback
HANA_Threads_ThreadSamples_FilterAndAggregation_Rev74+_ESS
HANA_Threads_ThreadSamples_FilterAndAggregation_Rev70+
HANA_Threads_CurrentThreads_Rev70+
HANA_Tables_ColumnStore_TablesMovedLogically_Rev72+.txt
Output param doesn’t match the example
Displays tables that were moved logically
HANA_Tables_ColumnStore_TableSize_History
HANA_Tables_ColumnStore_Records
HANA_Sequences_Overview
HANA_Threads_ThreadSamples_AggregationPerTimeSlice_Rev70+
HANA_Tables_TableClasses
HANA_Tables_RowStore_TableSize_History
HANA_Tables_ColumnStore_Overview
HANA_Jobs_Executors
HANA_GarbageCollection_ColumnStore_Overview
HANA_Configuration_HybridLOBActivation_CommandGenerator
HANA_Tables_QCMTables
HANA_Indexes_Columns
HANA_Tables_Columns
HANA_Data_ColumnValueSearch_CommandGenerator
HANA_Data_ColumnValueCounter_CommandGenerator
HANA_Tables_TopGrowingTables_Records_History
HANA_Replication_Overview
HANA_Configuration_Schemas
HANA_Security_Users_Rev72+
HANA_Tables_RowStore_Versions
HANA_Connections_Statistics
Related Documents:
Related Videos:
Dbeaver Hana Kimura
Related SAP Notes/KBAs
SAP Note 1969700 - SQL statement collection for SAP HANA
Update: August 12, 2018
The following post demonstrates how to import CSVs using Dbeaver’s database to database export & import feature. If you are certain of the quality of your CSV & just want to import it quickly my subsequent post may be more useful.
0) Install DBeaver
You can find installation instructions here
1) Create a folder to be used as your CSV Database
mkdir ~/desktop/csvs
Place the CSV you want to load into this folder
2) Create a CSV database connection
In the menu bar select Database > Create a New Connection
& from the list of drivers select Flat files(CSV) > CSV/DBF
Set the path of the connection to the folder you created earlier (the JDBC URL will auto-populate)
Note: If you run into trouble downloading the driver navigate to the source website and download the driver manually
3) Connect to your target database
3.1) Navigate through your target database & schema and right click on your target table and select import table data
3.2) Next select your source CSV from your CSV connection as the source container
Note: In this example case I’m loading a test CSV into a Postgres database but this functionality works with any connection that DBeaver supports (which is basically everything)
4) Ensure that the mappings of each of your columns is correct
- For column names that are an exact match DBeaver will automatically map them for you
- For the remaining columns make sure to map the source columns to your desired target columns
5) Complete the wizard and watch DBeaver import your data
Note: For large files it may be necessary to go get lunch but in my case 4 records doesn’t take long to import :)
6) Check to make sure that the data has loaded correctly
As a last optional step it is good practice to make sure that everything loaded correctly which can easily be done by running a query against your target DB
Dbeaver Hanahan
7) Final Notes & Thoughts
- While this process takes a little bit more time to get setup than other tools setting up the CSV connection only needs to be done once
- One side benefit of this as well is that you are now able to run SQL queries against CSVs very easily
- The only real pain point that I have run across is that if you add a new CSV file or add/delete columns in an active CSV connection you have to cancel the import wizard & refresh the CSV connection for the changes to be picked up
- this feedback was provided in issue 926 and hopefully it will be resolved in a future update